##// END OF EJS Templates
Add release notes to built Windows package.
Bryan O'Sullivan -
r1306:c9fa3308 default
parent child Browse files
Show More
@@ -1,57 +1,58 b''
1 ; Script generated by the Inno Setup Script Wizard.
1 ; Script generated by the Inno Setup Script Wizard.
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 Matt Mackall and others
5 AppCopyright=Copyright 2005 Matt Mackall and others
6 AppName=Mercurial
6 AppName=Mercurial
7 AppVerName=Mercurial version 0.7
7 AppVerName=Mercurial version 0.7
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.7
17 OutputBaseFilename=Mercurial-0.7
18 DefaultDirName={sd}\Mercurial
18 DefaultDirName={sd}\Mercurial
19 SourceDir=C:\hg\hg-release
19 SourceDir=C:\hg\hg-release
20 VersionInfoVersion=0.7
20 VersionInfoVersion=0.7
21 VersionInfoDescription=Mercurial distributed SCM
21 VersionInfoDescription=Mercurial distributed SCM
22 VersionInfoCopyright=Copyright 2005 Matt Mackall and others
22 VersionInfoCopyright=Copyright 2005 Matt Mackall and others
23 VersionInfoCompany=Matt Mackall and others
23 VersionInfoCompany=Matt Mackall and others
24 InternalCompressLevel=max
24 InternalCompressLevel=max
25 SolidCompression=true
25 SolidCompression=true
26 SetupIconFile=contrib\favicon.ico
26 SetupIconFile=contrib\favicon.ico
27 AllowNoIcons=true
27 AllowNoIcons=true
28 DefaultGroupName=Mercurial
28 DefaultGroupName=Mercurial
29
29
30 [Files]
30 [Files]
31 Source: templates\*.*; DestDir: {app}\Templates; Flags: recursesubdirs createallsubdirs
31 Source: templates\*.*; DestDir: {app}\Templates; Flags: recursesubdirs createallsubdirs
32 Source: contrib\mercurial.el; DestDir: {app}/Contrib
32 Source: contrib\mercurial.el; DestDir: {app}/Contrib
33 Source: contrib\patchbomb; DestDir: {app}/Contrib
33 Source: contrib\patchbomb; DestDir: {app}/Contrib
34 Source: dist\w9xpopen.exe; DestDir: {app}
34 Source: dist\w9xpopen.exe; DestDir: {app}
35 Source: dist\hg.exe; DestDir: {app}
35 Source: dist\hg.exe; DestDir: {app}
36 Source: dist\msvcr71.dll; DestDir: {sys}; Flags: sharedfile uninsnosharedfileprompt
36 Source: dist\msvcr71.dll; DestDir: {sys}; Flags: sharedfile uninsnosharedfileprompt
37 Source: dist\library.zip; DestDir: {app}
37 Source: dist\library.zip; DestDir: {app}
38 Source: doc\*.txt; DestDir: {app}\Docs
38 Source: doc\*.txt; DestDir: {app}\Docs
39 Source: dist\mfc71.dll; DestDir: {sys}; Flags: sharedfile uninsnosharedfileprompt
39 Source: dist\mfc71.dll; DestDir: {sys}; Flags: sharedfile uninsnosharedfileprompt
40 Source: COPYING; DestDir: {app}; DestName: Copying.txt
40 Source: COPYING; DestDir: {app}; DestName: Copying.txt
41 Source: comparison.txt; DestDir: {app}\Docs; DestName: Comparison.txt
41 Source: comparison.txt; DestDir: {app}\Docs; DestName: Comparison.txt
42 Source: notes.txt; DestDir: {app}\Docs; DestName: DesignNotes.txt
42 Source: notes.txt; DestDir: {app}\Docs; DestName: DesignNotes.txt
43 Source: CONTRIBUTORS; DestDir: {app}; DestName: Contributors.txt
43 Source: CONTRIBUTORS; DestDir: {app}; DestName: Contributors.txt
44 Source: contrib\win32\ReadMe.html; DestDir: {app}; Flags: isreadme
44 Source: contrib\win32\ReadMe.html; DestDir: {app}; Flags: isreadme
45 Source: ..\..\msys\1.0\bin\patch.exe; DestDir: {app}
45 Source: ..\..\msys\1.0\bin\patch.exe; DestDir: {app}
46 Source: contrib\win32\mercurial.ini; DestDir: {app}; DestName: Mercurial.ini; Flags: confirmoverwrite
46 Source: contrib\win32\mercurial.ini; DestDir: {app}; DestName: Mercurial.ini; Flags: confirmoverwrite
47 Source: contrib\win32\postinstall.txt; DestDir: {app}; DestName: ReleaseNotes.txt
47
48
48 [INI]
49 [INI]
49 Filename: {app}\Mercurial.url; Section: InternetShortcut; Key: URL; String: http://www.selenic.com/mercurial/
50 Filename: {app}\Mercurial.url; Section: InternetShortcut; Key: URL; String: http://www.selenic.com/mercurial/
50
51
51 [UninstallDelete]
52 [UninstallDelete]
52 Type: files; Name: {app}\Mercurial.url
53 Type: files; Name: {app}\Mercurial.url
53
54
54 [Icons]
55 [Icons]
55 Name: {group}\Uninstall Mercurial; Filename: {uninstallexe}
56 Name: {group}\Uninstall Mercurial; Filename: {uninstallexe}
56 Name: {group}\Mercurial Command Reference; Filename: {app}\Docs\hg.1.txt
57 Name: {group}\Mercurial Command Reference; Filename: {app}\Docs\hg.1.txt
57 Name: {group}\Mercurial Web Site; Filename: {app}\Mercurial.url
58 Name: {group}\Mercurial Web Site; Filename: {app}\Mercurial.url
General Comments 0
You need to be logged in to leave comments. Login now