Changeset 56
- Timestamp:
- May 11, 2020, 8:34:12 PM (5 years ago)
- Location:
- trunk/Install/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/win/BigMetro.iss
r54 r56 24 24 AppSupportURL={#MyAppURL} 25 25 AppUpdatesURL={#MyAppURL} 26 DefaultDirName={pf}\{#MyAppPublisherShort}\{#MyAppName} 26 UninstallDisplayName={#MyAppName} 27 UninstallDisplayIcon="{app}\{#MyAppExeName}" 28 VersionInfoVersion={#MyAppVersion} 29 VersionInfoCompany={#MyAppPublisher} 30 DefaultDirName={commonpf}\{#MyAppPublisherShort}\{#MyAppName} 27 31 DefaultGroupName={#MyAppPublisherShort}\{#MyAppName} 28 32 AllowNoIcons=yes … … 40 44 ; installation to run on all architectures (including Itanium, 41 45 ; since it's capable of running 32-bit code too). 46 WizardStyle=modern 42 47 43 48 [Languages] … … 50 55 51 56 [Registry] 52 Root: HK CU; Subkey: "Software\Chronosoft\BigMetro"; Flags: uninsdeletekey57 Root: HKLM; Subkey: "Software\Chronosoft\BigMetro"; Flags: uninsdeletekey 53 58 54 59 [Files] -
trunk/Install/win/build.bat
r52 r56 18 18 copy %MAIN_EXE% %WIN64_EXE% 19 19 20 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "%PROJECTNAME%.iss"20 "c:\Program Files (x86)\Inno Setup 6\ISCC.exe" "%PROJECTNAME%.iss"
Note:
See TracChangeset
for help on using the changeset viewer.