Rev 94 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 94 | Rev 98 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | ; SpaceMission Setup Script for InnoSetup |
1 | ; SpaceMission Setup Script for InnoSetup |
2 | ; by Daniel Marschall |
2 | ; by Daniel Marschall |
3 | 3 | ||
4 | ; Shut-Down Game?! |
- | |
5 | - | ||
6 | [Setup] |
4 | [Setup] |
7 | AppName=SpaceMission |
5 | AppName=SpaceMission |
8 | AppVerName=SpaceMission 1.2.2 |
6 | AppVerName=SpaceMission 1.2.2 |
9 | AppVersion=1.2.2 |
7 | AppVersion=1.2.2 |
10 | AppCopyright=© Copyright 2001 - 2024 ViaThinkSoft |
8 | AppCopyright=© Copyright 2001 - 2024 ViaThinkSoft |
Line 17... | Line 15... | ||
17 | VersionInfoCompany=ViaThinkSoft |
15 | VersionInfoCompany=ViaThinkSoft |
18 | VersionInfoCopyright=© Copyright 2001 - 2024 ViaThinkSoft |
16 | VersionInfoCopyright=© Copyright 2001 - 2024 ViaThinkSoft |
19 | VersionInfoDescription=SpraceMission Setup |
17 | VersionInfoDescription=SpraceMission Setup |
20 | VersionInfoTextVersion=1.0.0.0 |
18 | VersionInfoTextVersion=1.0.0.0 |
21 | VersionInfoVersion=1.2.2 |
19 | VersionInfoVersion=1.2.2 |
- | 20 | PrivilegesRequiredOverridesAllowed=dialog |
|
- | 21 | UsePreviousPrivileges=no |
|
- | 22 | ShowLanguageDialog=no |
|
22 | OutputBaseFilename=SpaceMission_Setup |
23 | OutputBaseFilename=SpaceMission_Setup |
23 | OutputDir=. |
24 | OutputDir=. |
24 | ; Configure Sign Tool in InnoSetup at "Tools => Configure Sign Tools" (adjust the path to your SVN repository location) |
25 | ; Configure Sign Tool in InnoSetup at "Tools => Configure Sign Tools" (adjust the path to your SVN repository location) |
25 | ; Name = sign_single |
26 | ; Name = sign_single |
26 | ; Command = "C:\SVN\...\sign_single.bat" $f |
27 | ; Command = "C:\SVN\...\sign_single.bat" $f |