Ignore:
Timestamp:
Aug 13, 2020, 10:53:36 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Used newer InnoSetup 6 and modern style.
  • Modified: Trunk pushed to 1.4.0 alfa.
  • Modified: Updates related to 1.3.0 release.
File:
1 edited

Legend:

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

    r61 r76  
    55#define MyAppNameShort "2048"
    66#define MyAppVersion "1.3.0"
    7 #define MyAppVersionSuffix "alfa"     
     7;#define MyAppVersionSuffix "alfa"     
    88#define MyAppPublisher "Chronosoft"
    99#define MyAppPublisherShort "Chronosoft"
    10 #define MyAppURL "http://app.zdechov.net/2048"
     10#define MyAppURL "https://app.zdechov.net/2048"
    1111#define MyAppExeName "Game2048.exe"
    1212#define MyAppDebugName "Game2048.dbg"
     
    3636AppSupportURL={#MyAppURL}
    3737AppUpdatesURL={#MyAppURL}
    38 DefaultDirName={pf}\{#MyAppPublisherShort}\{#MyAppName}
     38DefaultDirName={commonpf}\{#MyAppPublisherShort}\{#MyAppName}
    3939DefaultGroupName={#MyAppPublisherShort}\{#MyAppName}
    4040AllowNoIcons=yes
     
    5151; installation to run on all architectures (including Itanium,
    5252; since it's capable of running 32-bit code too).
     53WizardStyle=modern
    5354
    5455[Languages]
     
    6162
    6263[Registry]
    63 Root: HKCU; Subkey: "Software\Chronosoft\2048"; Flags: uninsdeletekey
     64Root: HKLM; Subkey: "Software\Chronosoft\2048"; Flags: uninsdeletekey
    6465
    6566[Files]
Note: See TracChangeset for help on using the changeset viewer.