Ignore:
Timestamp:
Nov 2, 2021, 11:12:06 AM (2 years ago)
Author:
chronos
Message:
  • Modified: Trunk pushed to 1.4.0 alfa.
  • Modified: Updated Windows installer script to use New Horizons in name.
  • Added: Version 1.3.0 Windows installer binaries.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.0/Install/win/Common.iss

    r339 r403  
    33
    44#define MyAppName "C-evo"
     5#define MyAppTitle "C-evo: New Horizons"
     6#define MyAppNameShort "C-evo-nh"
    57#define MyAppVersion "1.3.0"
     8;#define MyAppVersionSuffix "alfa"
    69#define MyAppPublisher "Chronosoft"
    710#define MyAppPublisherShort "Chronosoft"
     
    1720WizardStyle=modern
    1821AppId={{6B40AF4D-C38C-4474-9614-8F0C4376C1CF}
    19 AppName={#MyAppName}
    20 AppVersion={#MyAppVersion}
    21 AppVerName={#MyAppName} {#MyAppVersion}
    22 UninstallDisplayName={#MyAppName}
     22AppName={#MyAppTitle}
     23#ifdef MyAppVersionSuffix
     24#define MyAppVersionSuffix "-" + MyAppVersionSuffix
     25#else
     26#define MyAppVersionSuffix ""
     27#endif
     28AppVersion={#MyAppVersion}{#MyAppVersionSuffix}
     29AppVerName={#MyAppName} {#MyAppVersion}{#MyAppVersionSuffix}
     30UninstallDisplayName={#MyAppTitle}
    2331UninstallDisplayIcon="{app}\{#MyAppExeName}"
    2432VersionInfoVersion={#MyAppVersion}
Note: See TracChangeset for help on using the changeset viewer.