mercurial.iss
57 lines
| 2.3 KiB
| text/plain
|
TextLexer
Bryan O'Sullivan
|
r1290 | ; Script generated by the Inno Setup Script Wizard. | ||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! | ||||
[Setup] | ||||
AppCopyright=Copyright 2005 Matt Mackall and others | ||||
AppName=Mercurial | ||||
lcantey@gmail.com
|
r1690 | AppVerName=Mercurial version 0.8 | ||
Bryan O'Sullivan
|
r1290 | InfoAfterFile=contrib/win32/postinstall.txt | ||
LicenseFile=COPYING | ||||
ShowLanguageDialog=yes | ||||
AppPublisher=Matt Mackall and others | ||||
AppPublisherURL=http://www.selenic.com/mercurial | ||||
AppSupportURL=http://www.selenic.com/mercurial | ||||
AppUpdatesURL=http://www.selenic.com/mercurial | ||||
AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3} | ||||
AppContact=mercurial@selenic.com | ||||
lcantey@gmail.com
|
r1690 | OutputBaseFilename=Mercurial-0.8 | ||
Bryan O'Sullivan
|
r1290 | DefaultDirName={sd}\Mercurial | ||
SourceDir=C:\hg\hg-release | ||||
lcantey@gmail.com
|
r1690 | VersionInfoVersion=0.8 | ||
Bryan O'Sullivan
|
r1290 | VersionInfoDescription=Mercurial distributed SCM | ||
VersionInfoCopyright=Copyright 2005 Matt Mackall and others | ||||
VersionInfoCompany=Matt Mackall and others | ||||
InternalCompressLevel=max | ||||
SolidCompression=true | ||||
SetupIconFile=contrib\favicon.ico | ||||
AllowNoIcons=true | ||||
DefaultGroupName=Mercurial | ||||
[Files] | ||||
Lee Cantey
|
r1844 | Source: ..\..\msys\1.0\bin\patch.exe; DestDir: {app} | ||
Bryan O'Sullivan
|
r1290 | Source: contrib\mercurial.el; DestDir: {app}/Contrib | ||
Lee Cantey
|
r1844 | Source: contrib\win32\ReadMe.html; DestDir: {app}; Flags: isreadme | ||
Source: contrib\win32\mercurial.ini; DestDir: {app}; DestName: Mercurial.ini; Flags: confirmoverwrite | ||||
Source: contrib\win32\postinstall.txt; DestDir: {app}; DestName: ReleaseNotes.txt | ||||
Bryan O'Sullivan
|
r1290 | Source: dist\hg.exe; DestDir: {app} | ||
Lee Cantey
|
r1844 | Source: dist\library.zip; DestDir: {app} | ||
Source: dist\mfc71.dll; DestDir: {sys}; Flags: sharedfile uninsnosharedfileprompt | ||||
Bryan O'Sullivan
|
r1290 | Source: dist\msvcr71.dll; DestDir: {sys}; Flags: sharedfile uninsnosharedfileprompt | ||
Lee Cantey
|
r1844 | Source: dist\w9xpopen.exe; DestDir: {app} | ||
Bryan O'Sullivan
|
r1290 | Source: doc\*.txt; DestDir: {app}\Docs | ||
Lee Cantey
|
r1844 | Source: templates\*.*; DestDir: {app}\Templates; Flags: recursesubdirs createallsubdirs | ||
Source: CONTRIBUTORS; DestDir: {app}; DestName: Contributors.txt | ||||
Bryan O'Sullivan
|
r1290 | Source: COPYING; DestDir: {app}; DestName: Copying.txt | ||
Source: comparison.txt; DestDir: {app}\Docs; DestName: Comparison.txt | ||||
Source: notes.txt; DestDir: {app}\Docs; DestName: DesignNotes.txt | ||||
[INI] | ||||
Filename: {app}\Mercurial.url; Section: InternetShortcut; Key: URL; String: http://www.selenic.com/mercurial/ | ||||
[UninstallDelete] | ||||
Type: files; Name: {app}\Mercurial.url | ||||
[Icons] | ||||
Name: {group}\Uninstall Mercurial; Filename: {uninstallexe} | ||||
Name: {group}\Mercurial Command Reference; Filename: {app}\Docs\hg.1.txt | ||||
Name: {group}\Mercurial Web Site; Filename: {app}\Mercurial.url | ||||