contrib/win32/mercurial.iss
branchstable
changeset 10209 c9194a7d7d3e
parent 9911 58bdcab55bdc
child 10212 3ab391dd5ec5
equal deleted inserted replaced
10206:8b5ca9b9b435 10209:c9194a7d7d3e
    15 #endif
    15 #endif
    16 #pragma message "Detected Version: " + VERSION
    16 #pragma message "Detected Version: " + VERSION
    17 #endif
    17 #endif
    18 
    18 
    19 [Setup]
    19 [Setup]
    20 AppCopyright=Copyright 2005-2009 Matt Mackall and others
    20 AppCopyright=Copyright 2005-2010 Matt Mackall and others
    21 AppName=Mercurial
    21 AppName=Mercurial
    22 AppVerName=Mercurial {#VERSION}
    22 AppVerName=Mercurial {#VERSION}
    23 InfoAfterFile=contrib/win32/postinstall.txt
    23 InfoAfterFile=contrib/win32/postinstall.txt
    24 LicenseFile=COPYING
    24 LicenseFile=COPYING
    25 ShowLanguageDialog=yes
    25 ShowLanguageDialog=yes
    31 AppContact=mercurial@selenic.com
    31 AppContact=mercurial@selenic.com
    32 OutputBaseFilename=Mercurial-{#VERSION}
    32 OutputBaseFilename=Mercurial-{#VERSION}
    33 DefaultDirName={pf}\Mercurial
    33 DefaultDirName={pf}\Mercurial
    34 SourceDir=..\..
    34 SourceDir=..\..
    35 VersionInfoDescription=Mercurial distributed SCM (version {#VERSION})
    35 VersionInfoDescription=Mercurial distributed SCM (version {#VERSION})
    36 VersionInfoCopyright=Copyright 2005-2009 Matt Mackall and others
    36 VersionInfoCopyright=Copyright 2005-2010 Matt Mackall and others
    37 VersionInfoCompany=Matt Mackall and others
    37 VersionInfoCompany=Matt Mackall and others
    38 InternalCompressLevel=max
    38 InternalCompressLevel=max
    39 SolidCompression=true
    39 SolidCompression=true
    40 SetupIconFile=contrib\win32\mercurial.ico
    40 SetupIconFile=contrib\win32\mercurial.ico
    41 AllowNoIcons=true
    41 AllowNoIcons=true