Changeset 56


Ignore:
Timestamp:
May 11, 2020, 8:34:12 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Use InnoSetup 6 with modern style.
  • Fixed: Show correct application icon and removed version from name in Windows installed application item.
Location:
trunk/Install/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/win/BigMetro.iss

    r54 r56  
    2424AppSupportURL={#MyAppURL}
    2525AppUpdatesURL={#MyAppURL}
    26 DefaultDirName={pf}\{#MyAppPublisherShort}\{#MyAppName}
     26UninstallDisplayName={#MyAppName}
     27UninstallDisplayIcon="{app}\{#MyAppExeName}"
     28VersionInfoVersion={#MyAppVersion}
     29VersionInfoCompany={#MyAppPublisher}
     30DefaultDirName={commonpf}\{#MyAppPublisherShort}\{#MyAppName}
    2731DefaultGroupName={#MyAppPublisherShort}\{#MyAppName}
    2832AllowNoIcons=yes
     
    4044; installation to run on all architectures (including Itanium,
    4145; since it's capable of running 32-bit code too).
     46WizardStyle=modern
    4247
    4348[Languages]
     
    5055
    5156[Registry]
    52 Root: HKCU; Subkey: "Software\Chronosoft\BigMetro"; Flags: uninsdeletekey
     57Root: HKLM; Subkey: "Software\Chronosoft\BigMetro"; Flags: uninsdeletekey
    5358
    5459[Files]
  • trunk/Install/win/build.bat

    r52 r56  
    1818copy %MAIN_EXE% %WIN64_EXE%
    1919
    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.