Changeset 76 for trunk/Install/win/Game2048.iss
- Timestamp:
- Aug 13, 2020, 10:53:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/win/Game2048.iss
r61 r76 4 4 #define MyAppName "2048" 5 5 #define MyAppNameShort "2048" 6 #define MyAppVersion "1. 3.0"6 #define MyAppVersion "1.4.0" 7 7 #define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" 9 9 #define MyAppPublisherShort "Chronosoft" 10 #define MyAppURL "http ://app.zdechov.net/2048"10 #define MyAppURL "https://app.zdechov.net/2048" 11 11 #define MyAppExeName "Game2048.exe" 12 12 #define MyAppDebugName "Game2048.dbg" … … 36 36 AppSupportURL={#MyAppURL} 37 37 AppUpdatesURL={#MyAppURL} 38 DefaultDirName={ pf}\{#MyAppPublisherShort}\{#MyAppName}38 DefaultDirName={commonpf}\{#MyAppPublisherShort}\{#MyAppName} 39 39 DefaultGroupName={#MyAppPublisherShort}\{#MyAppName} 40 40 AllowNoIcons=yes … … 51 51 ; installation to run on all architectures (including Itanium, 52 52 ; since it's capable of running 32-bit code too). 53 WizardStyle=modern 53 54 54 55 [Languages] … … 61 62 62 63 [Registry] 63 Root: HK CU; Subkey: "Software\Chronosoft\2048"; Flags: uninsdeletekey64 Root: HKLM; Subkey: "Software\Chronosoft\2048"; Flags: uninsdeletekey 64 65 65 66 [Files]
Note:
See TracChangeset
for help on using the changeset viewer.