contrib/win32/mercurial.iss
branchstable
changeset 27925 f6d73c8756e2
parent 27687 4cea1b918b21
child 30888 561a019c0268
equal deleted inserted replaced
27924:24361fb68cba 27925:f6d73c8756e2
    19 #ifndef ARCH
    19 #ifndef ARCH
    20 #define ARCH = "x86"
    20 #define ARCH = "x86"
    21 #endif
    21 #endif
    22 
    22 
    23 [Setup]
    23 [Setup]
    24 AppCopyright=Copyright 2005-2015 Matt Mackall and others
    24 AppCopyright=Copyright 2005-2016 Matt Mackall and others
    25 AppName=Mercurial
    25 AppName=Mercurial
    26 AppVersion={#VERSION}
    26 AppVersion={#VERSION}
    27 #if ARCH == "x64"
    27 #if ARCH == "x64"
    28 AppVerName=Mercurial {#VERSION} (64-bit)
    28 AppVerName=Mercurial {#VERSION} (64-bit)
    29 OutputBaseFilename=Mercurial-{#VERSION}-x64
    29 OutputBaseFilename=Mercurial-{#VERSION}-x64
    43 AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}
    43 AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}
    44 AppContact=mercurial@selenic.com
    44 AppContact=mercurial@selenic.com
    45 DefaultDirName={pf}\Mercurial
    45 DefaultDirName={pf}\Mercurial
    46 SourceDir=..\..
    46 SourceDir=..\..
    47 VersionInfoDescription=Mercurial distributed SCM (version {#VERSION})
    47 VersionInfoDescription=Mercurial distributed SCM (version {#VERSION})
    48 VersionInfoCopyright=Copyright 2005-2015 Matt Mackall and others
    48 VersionInfoCopyright=Copyright 2005-2016 Matt Mackall and others
    49 VersionInfoCompany=Matt Mackall and others
    49 VersionInfoCompany=Matt Mackall and others
    50 InternalCompressLevel=max
    50 InternalCompressLevel=max
    51 SolidCompression=true
    51 SolidCompression=true
    52 SetupIconFile=contrib\win32\mercurial.ico
    52 SetupIconFile=contrib\win32\mercurial.ico
    53 AllowNoIcons=true
    53 AllowNoIcons=true