Ignore:
Timestamp:
May 11, 2020, 8:51:31 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Use InnoSetup 6 with modern style.
  • Modified: Updated build.bat script.
File:
1 edited

Legend:

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

    r38 r43  
    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
     
    3236SolidCompression=yes
    3337ChangesAssociations=yes
     38WizardStyle=modern
    3439; "ArchitecturesInstallIn64BitMode=x64" requests that the install be
    3540; done in "64-bit mode" on x64, meaning it should use the native
     
    5055
    5156[Registry]
    52 Root: HKCU; Subkey: "Software\Chronosoft\CoolDisk"; Flags: uninsdeletekey
     57Root: HKLM; Subkey: "Software\Chronosoft\CoolDisk"; Flags: uninsdeletekey
    5358
    5459#define FileTypeName "CoolDisk project"
     
    5964
    6065[Files]
    61 Source: "{#MyAppSubDir}\lib\x86_64-win64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode
    62 Source: "{#MyAppSubDir}\lib\i386-win32\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode
     66Source: "{#MyAppSubDir}\lib\x86_64-win64-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode
     67Source: "{#MyAppSubDir}\lib\i386-win32-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode
    6368;Source: "{#MyAppSubDir}\Release notes.txt"; DestDir: "{app}"; Flags: ignoreversion
    6469Source: "{#MyAppSubDir}\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion
Note: See TracChangeset for help on using the changeset viewer.