comparison build/win32/installer/fife.iss @ 686:86b4d91d9e52

Patch by barra: * Changes to the setup script and the iss installer for the 0.3.2r2 release * Fixed typo by prock (I'm still the king of typos though :-p)
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 06 Dec 2010 20:29:38 +0000
parents 49fb0370f8e1
children 55c1baa3cb48
comparison
equal deleted inserted replaced
685:2a1e47d3dab2 686:86b4d91d9e52
4 [Setup] 4 [Setup]
5 ; NOTE: The value of AppId uniquely identifies this application. 5 ; NOTE: The value of AppId uniquely identifies this application.
6 ; Do not use the same AppId value in installers for other applications. 6 ; Do not use the same AppId value in installers for other applications.
7 ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) 7 ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
8 AppId={{99CDEFC4-8CC3-410A-ABB9-FC58F61DF70E} 8 AppId={{99CDEFC4-8CC3-410A-ABB9-FC58F61DF70E}
9 AppName=FIFE 0.3.2 9 AppName=FIFE 0.3.2r2
10 ; Version is yyyy.mm 10 ; Version is yyyy.mm
11 AppVerName=FIFE 0.3.2 11 AppVerName=FIFE 0.3.2r2
12 AppPublisher=FIFE Team 12 AppPublisher=FIFE Team
13 AppPublisherURL=http://www.fifengine.net/ 13 AppPublisherURL=http://www.fifengine.net/
14 AppSupportURL=http://www.fifengine.net/ 14 AppSupportURL=http://www.fifengine.net/
15 AppUpdatesURL=http://www.fifengine.net/ 15 AppUpdatesURL=http://www.fifengine.net/
16 DefaultDirName={pf}\FIFE\ 16 DefaultDirName={pf}\FIFE\
19 EnableDirDoesntExistWarning=Yes 19 EnableDirDoesntExistWarning=Yes
20 AllowNoIcons=yes 20 AllowNoIcons=yes
21 LicenseFile=license.rtf 21 LicenseFile=license.rtf
22 Compression=lzma 22 Compression=lzma
23 SolidCompression=yes 23 SolidCompression=yes
24 OutputBaseFilename=FIFE_0.3.2_installer_win32 24 OutputBaseFilename=FIFE_0.3.2r2_installer_win32
25 OutputDir=. 25 OutputDir=.
26 DisableReadyPage=yes 26 DisableReadyPage=yes
27 27
28 [Types] 28 [Types]
29 Name: "full"; Description: "Full installation" 29 Name: "full"; Description: "Full installation"
63 Name: "{group}\demos\Shooter"; Filename: "python.exe"; Parameters: """{app}\demos\shooter\run.py"""; WorkingDir: "{app}\demos\shooter"; Comment: "Side scrolling shooter demo"; Components: "demos" 63 Name: "{group}\demos\Shooter"; Filename: "python.exe"; Parameters: """{app}\demos\shooter\run.py"""; WorkingDir: "{app}\demos\shooter"; Comment: "Side scrolling shooter demo"; Components: "demos"
64 Name: "{group}\demos\Pychan demo"; Filename: "python.exe"; Parameters: """{app}\demos\pychan_demo\pychan_test.py"""; WorkingDir: "{app}\demos\pychan_demo"; Comment: "FIFE GUI demo"; Components: "demos" 64 Name: "{group}\demos\Pychan demo"; Filename: "python.exe"; Parameters: """{app}\demos\pychan_demo\pychan_test.py"""; WorkingDir: "{app}\demos\pychan_demo"; Comment: "FIFE GUI demo"; Components: "demos"
65 Name: "{group}\{cm:UninstallProgram,FIFE}"; Filename: "{uninstallexe}" 65 Name: "{group}\{cm:UninstallProgram,FIFE}"; Filename: "{uninstallexe}"
66 66
67 [Run] 67 [Run]
68 Filename: "{app}\engine\fife-0.3.2.win32.exe"; 68 Filename: "{app}\engine\fife-0.3.2r2.win32.exe";
69 69
70 70
71 71