comparison contrib/win32/mercurial.iss @ 3863:1ef8ada4370f

Remove hard-coded version numbers and release notes from packaging
author Matt Mackall <mpm@selenic.com>
date Sun, 10 Dec 2006 17:41:07 -0600
parents 638193139ba8
children 1bcf38111877
comparison
equal deleted inserted replaced
3862:46abbed02b2d 3863:1ef8ada4370f
2 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! 2 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3 3
4 [Setup] 4 [Setup]
5 AppCopyright=Copyright 2005, 2006 Matt Mackall and others 5 AppCopyright=Copyright 2005, 2006 Matt Mackall and others
6 AppName=Mercurial 6 AppName=Mercurial
7 AppVerName=Mercurial version 0.9.1 7 AppVerName=Mercurial snapshot
8 InfoAfterFile=contrib/win32/postinstall.txt 8 InfoAfterFile=contrib/win32/postinstall.txt
9 LicenseFile=COPYING 9 LicenseFile=COPYING
10 ShowLanguageDialog=yes 10 ShowLanguageDialog=yes
11 AppPublisher=Matt Mackall and others 11 AppPublisher=Matt Mackall and others
12 AppPublisherURL=http://www.selenic.com/mercurial 12 AppPublisherURL=http://www.selenic.com/mercurial
13 AppSupportURL=http://www.selenic.com/mercurial 13 AppSupportURL=http://www.selenic.com/mercurial
14 AppUpdatesURL=http://www.selenic.com/mercurial 14 AppUpdatesURL=http://www.selenic.com/mercurial
15 AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3} 15 AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}
16 AppContact=mercurial@selenic.com 16 AppContact=mercurial@selenic.com
17 OutputBaseFilename=Mercurial-0.9.1 17 OutputBaseFilename=Mercurial-snapshot
18 DefaultDirName={sd}\Mercurial 18 DefaultDirName={sd}\Mercurial
19 SourceDir=C:\hg\hg-release 19 SourceDir=C:\hg\hg-release
20 VersionInfoVersion=0.9.1
21 VersionInfoDescription=Mercurial distributed SCM 20 VersionInfoDescription=Mercurial distributed SCM
22 VersionInfoCopyright=Copyright 2005, 2006 Matt Mackall and others 21 VersionInfoCopyright=Copyright 2005, 2006 Matt Mackall and others
23 VersionInfoCompany=Matt Mackall and others 22 VersionInfoCompany=Matt Mackall and others
24 InternalCompressLevel=max 23 InternalCompressLevel=max
25 SolidCompression=true 24 SolidCompression=true