mercurial.iss
120 lines
| 4.5 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! | ||||
Steve Borho
|
r9356 | |||
#ifndef VERSION | ||||
#define FileHandle | ||||
#define FileLine | ||||
#define VERSION = "unknown" | ||||
#if FileHandle = FileOpen(SourcePath + "\..\..\mercurial\__version__.py") | ||||
#expr FileLine = FileRead(FileHandle) | ||||
#expr FileLine = FileRead(FileHandle) | ||||
#define VERSION = Copy(FileLine, Pos('"', FileLine)+1, Len(FileLine)-Pos('"', FileLine)-1) | ||||
#endif | ||||
#if FileHandle | ||||
#expr FileClose(FileHandle) | ||||
#endif | ||||
#pragma message "Detected Version: " + VERSION | ||||
#endif | ||||
Pascal Quantin
|
r12263 | #ifndef ARCH | ||
#define ARCH = "x86" | ||||
#endif | ||||
Bryan O'Sullivan
|
r1290 | [Setup] | ||
r41534 | AppCopyright=Copyright 2005-2019 Matt Mackall and others | |||
Bryan O'Sullivan
|
r1290 | AppName=Mercurial | ||
Urs Rau
|
r27687 | AppVersion={#VERSION} | ||
Pascal Quantin
|
r12263 | #if ARCH == "x64" | ||
AppVerName=Mercurial {#VERSION} (64-bit) | ||||
OutputBaseFilename=Mercurial-{#VERSION}-x64 | ||||
ArchitecturesAllowed=x64 | ||||
ArchitecturesInstallIn64BitMode=x64 | ||||
#else | ||||
Steve Borho
|
r9356 | AppVerName=Mercurial {#VERSION} | ||
Pascal Quantin
|
r12263 | OutputBaseFilename=Mercurial-{#VERSION} | ||
#endif | ||||
Bryan O'Sullivan
|
r1290 | InfoAfterFile=contrib/win32/postinstall.txt | ||
LicenseFile=COPYING | ||||
ShowLanguageDialog=yes | ||||
AppPublisher=Matt Mackall and others | ||||
Matt Mackall
|
r26421 | AppPublisherURL=https://mercurial-scm.org/ | ||
AppSupportURL=https://mercurial-scm.org/ | ||||
AppUpdatesURL=https://mercurial-scm.org/ | ||||
Bryan O'Sullivan
|
r1290 | AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3} | ||
FUJIWARA Katsunori
|
r30888 | AppContact=mercurial@mercurial-scm.org | ||
Steve Borho
|
r5625 | DefaultDirName={pf}\Mercurial | ||
Steve Borho
|
r5626 | SourceDir=..\.. | ||
Steve Borho
|
r9356 | VersionInfoDescription=Mercurial distributed SCM (version {#VERSION}) | ||
r41534 | VersionInfoCopyright=Copyright 2005-2019 Matt Mackall and others | |||
Bryan O'Sullivan
|
r1290 | VersionInfoCompany=Matt Mackall and others | ||
InternalCompressLevel=max | ||||
SolidCompression=true | ||||
Pascal Quantin
|
r7659 | SetupIconFile=contrib\win32\mercurial.ico | ||
Bryan O'Sullivan
|
r1290 | AllowNoIcons=true | ||
DefaultGroupName=Mercurial | ||||
Lee Cantey
|
r4629 | PrivilegesRequired=none | ||
Bryan O'Sullivan
|
r1290 | |||
[Files] | ||||
Source: contrib\mercurial.el; DestDir: {app}/Contrib | ||||
Steve Borho
|
r5627 | Source: contrib\vim\*.*; DestDir: {app}/Contrib/Vim | ||
Steve Borho
|
r5628 | Source: contrib\zsh_completion; DestDir: {app}/Contrib | ||
Martin Geisler
|
r10029 | Source: contrib\bash_completion; DestDir: {app}/Contrib | ||
Pascal Quantin
|
r10031 | Source: contrib\tcsh_completion; DestDir: {app}/Contrib | ||
Source: contrib\tcsh_completion_build.sh; DestDir: {app}/Contrib | ||||
Pascal Quantin
|
r7663 | Source: contrib\hgk; DestDir: {app}/Contrib; DestName: hgk.tcl | ||
Pascal Quantin
|
r10182 | Source: contrib\xml.rnc; DestDir: {app}/Contrib | ||
Pascal Quantin
|
r12080 | Source: contrib\mercurial.el; DestDir: {app}/Contrib | ||
Source: contrib\mq.el; DestDir: {app}/Contrib | ||||
Pascal Quantin
|
r12081 | Source: contrib\hgweb.fcgi; DestDir: {app}/Contrib | ||
Source: contrib\hgweb.wsgi; DestDir: {app}/Contrib | ||||
Lee Cantey
|
r1844 | Source: contrib\win32\ReadMe.html; DestDir: {app}; Flags: isreadme | ||
Source: contrib\win32\postinstall.txt; DestDir: {app}; DestName: ReleaseNotes.txt | ||||
Lee Cantey
|
r4629 | Source: dist\hg.exe; DestDir: {app}; AfterInstall: Touch('{app}\hg.exe.local') | ||
Pascal Quantin
|
r12263 | #if ARCH == "x64" | ||
Pascal Quantin
|
r25858 | Source: dist\lib\*.dll; Destdir: {app}\lib | ||
Source: dist\lib\*.pyd; Destdir: {app}\lib | ||||
Pascal Quantin
|
r12263 | #else | ||
Pascal Quantin
|
r25858 | Source: dist\w9xpopen.exe; DestDir: {app} | ||
#endif | ||||
Pascal Quantin
|
r8057 | Source: dist\python*.dll; Destdir: {app}; Flags: skipifsourcedoesntexist | ||
Steve Borho
|
r9357 | Source: dist\msvc*.dll; DestDir: {app}; Flags: skipifsourcedoesntexist | ||
Pascal Quantin
|
r8058 | Source: dist\Microsoft.VC*.CRT.manifest; DestDir: {app}; Flags: skipifsourcedoesntexist | ||
Pascal Quantin
|
r25858 | Source: dist\lib\library.zip; DestDir: {app}\lib | ||
Marco Barisione
|
r2384 | Source: dist\add_path.exe; DestDir: {app} | ||
Lee Cantey
|
r4822 | Source: doc\*.html; DestDir: {app}\Docs | ||
Pascal Quantin
|
r9633 | Source: doc\style.css; DestDir: {app}\Docs | ||
Pascal Quantin
|
r10002 | Source: mercurial\help\*.txt; DestDir: {app}\help | ||
Pascal Quantin
|
r27435 | Source: mercurial\help\internals\*.txt; DestDir: {app}\help\internals | ||
Pascal Quantin
|
r23174 | Source: mercurial\default.d\*.rc; DestDir: {app}\default.d | ||
Pascal Quantin
|
r12262 | Source: mercurial\locale\*.*; DestDir: {app}\locale; Flags: recursesubdirs createallsubdirs skipifsourcedoesntexist | ||
Pascal Quantin
|
r10002 | Source: mercurial\templates\*.*; DestDir: {app}\Templates; Flags: recursesubdirs createallsubdirs | ||
Lee Cantey
|
r1844 | Source: CONTRIBUTORS; DestDir: {app}; DestName: Contributors.txt | ||
Bryan O'Sullivan
|
r1290 | Source: COPYING; DestDir: {app}; DestName: Copying.txt | ||
[INI] | ||||
Matt Mackall
|
r26421 | Filename: {app}\Mercurial.url; Section: InternetShortcut; Key: URL; String: https://mercurial-scm.org/ | ||
Pascal Quantin
|
r23175 | Filename: {app}\default.d\editor.rc; Section: ui; Key: editor; String: notepad | ||
Bryan O'Sullivan
|
r1290 | |||
[UninstallDelete] | ||||
Type: files; Name: {app}\Mercurial.url | ||||
Pascal Quantin
|
r23175 | Type: filesandordirs; Name: {app}\default.d | ||
Type: files; Name: "{app}\hg.exe.local" | ||||
Bryan O'Sullivan
|
r1290 | |||
[Icons] | ||||
Name: {group}\Uninstall Mercurial; Filename: {uninstallexe} | ||||
Lee Cantey
|
r4822 | Name: {group}\Mercurial Command Reference; Filename: {app}\Docs\hg.1.html | ||
Pascal Quantin
|
r8056 | Name: {group}\Mercurial Configuration Files; Filename: {app}\Docs\hgrc.5.html | ||
Name: {group}\Mercurial Ignore Files; Filename: {app}\Docs\hgignore.5.html | ||||
Bryan O'Sullivan
|
r1290 | Name: {group}\Mercurial Web Site; Filename: {app}\Mercurial.url | ||
Marco Barisione
|
r2384 | |||
[Run] | ||||
Filename: "{app}\add_path.exe"; Parameters: "{app}"; Flags: postinstall; Description: "Add the installation path to the search path" | ||||
[UninstallRun] | ||||
Filename: "{app}\add_path.exe"; Parameters: "/del {app}" | ||||
Lee Cantey
|
r4629 | |||
Pascal Quantin
|
r7662 | [Code] | ||
Lee Cantey
|
r4629 | procedure Touch(fn: String); | ||
begin | ||||
SaveStringToFile(ExpandConstant(fn), '', False); | ||||
end; | ||||