-
Notifications
You must be signed in to change notification settings - Fork 12
Creating New Windows Installer
Chris Dilley edited this page Aug 11, 2016
·
5 revisions
WORK IN PROGRESS!!!
So, you need to create a new Windows installer for TSGL.
This probably means that you also created a new Visual Studio solution for TSGL.
If not, please see New Visual Studio Versions before continuing.
Creating a new Windows installer isn't particularly difficult.
But it does require a tool called "Inno Setup".
You can download the installer for it here.
Be sure to download the innosetup-#.#.#.exe
file from that website!
After downloading it, open it up.
Rename the installer to "install-windowsVS****" and move it to the cloned TSGL workspace folder. Delete all files EXCEPT for the freetype6.dll and zlib.dll files. Rebuild Solution.
2D
- Using Background
- Using Canvas
- Using Shapes
- Using Text and Images
- Using Colors
- Animation Loops
- Using Functions
- Using Keyboard And Mouse
- Command-line arguments
- Bringing It All Together
3D