Ignore:
Timestamp:
Aug 19, 2021, 3:10:53 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Changes needed after version 1.0.0 release.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/1.0.0/Install/win/vCard Studio.iss

    r20 r26  
    55#define MyAppNameShort "vCardStudio"
    66#define MyAppVersion "1.0.0"
    7 #define MyAppVersionSuffix "alfa"
     7;#define MyAppVersionSuffix "alfa"
    88#define MyAppPublisher "Chronosoft"
    99#define MyAppPublisherShort "Chronosoft"
     
    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\Author\Application"; Flags: uninsdeletekey
     64Root: HKLM; Subkey: "Software\Author\Application"; Flags: uninsdeletekey
    6465
    6566#define FileTypeName "vCard file"
Note: See TracChangeset for help on using the changeset viewer.