| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| readme.txt | 2013-07-28 | 1.1 kB | |
| Project Y 0.1a6.exe | 2013-07-28 | 3.4 MB | |
| Project Y 0.1a7.2.exe | 2013-07-28 | 11.2 MB | |
| Project Y 0.1a7.3.exe | 2013-07-28 | 11.2 MB | |
| Project Y 0.1a7.4.exe | 2013-07-28 | 11.2 MB | |
| Project Y 0.1a7.5.exe | 2013-07-28 | 22.5 MB | |
| Project Y 0.1a7.exe | 2013-07-28 | 11.1 MB | |
| Totals: 7 Items | 70.5 MB | 0 |
To create a windows installer of this project you will need:
Python 3
Pygame for python 3
cx_Freeze for python 3
inno installer
In the terminal (linux) or command prompt cd to the sources location and type 'python setup.py build' or run binaryMaker.cmd
When it finishes it will have created a folder called 'build' in there will be another folder which contains the compiled python source code and the dependancies
Edit the installerMaker.iss script so all input/outputs are correct
Things to change:
[Setup]
InfoAfterFile=C:\SOURCELOCATION\Project Y\build\FOLDERINSIDEBUILDFOLDER\readme.txt
OutputDir=C:\SOURCELOCATION\Project Y\installer
SetupIconFile=C:\SOURCELOCATION\Project Y\images\window.ICO
[Files]
Source: "C:\SOURCELOCATION\Project Y\build\exe.win-amd64-3.3\main.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\SOURCELOCATION\Project Y\build\exe.win-amd64-3.3\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
After you have edited the script you will need to run it through the Inno compiler
The resulting file is your installer all packaged into a nice EXE