##// END OF EJS Templates
mercurial.iss: add tcsh completion script
Pascal Quantin -
r10031:c0fa6225 default
parent child Browse files
Show More
@@ -1,122 +1,124 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 #ifndef VERSION
4 #ifndef VERSION
5 #define FileHandle
5 #define FileHandle
6 #define FileLine
6 #define FileLine
7 #define VERSION = "unknown"
7 #define VERSION = "unknown"
8 #if FileHandle = FileOpen(SourcePath + "\..\..\mercurial\__version__.py")
8 #if FileHandle = FileOpen(SourcePath + "\..\..\mercurial\__version__.py")
9 #expr FileLine = FileRead(FileHandle)
9 #expr FileLine = FileRead(FileHandle)
10 #expr FileLine = FileRead(FileHandle)
10 #expr FileLine = FileRead(FileHandle)
11 #define VERSION = Copy(FileLine, Pos('"', FileLine)+1, Len(FileLine)-Pos('"', FileLine)-1)
11 #define VERSION = Copy(FileLine, Pos('"', FileLine)+1, Len(FileLine)-Pos('"', FileLine)-1)
12 #endif
12 #endif
13 #if FileHandle
13 #if FileHandle
14 #expr FileClose(FileHandle)
14 #expr FileClose(FileHandle)
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-2009 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
26 AppPublisher=Matt Mackall and others
26 AppPublisher=Matt Mackall and others
27 AppPublisherURL=http://mercurial.selenic.com/
27 AppPublisherURL=http://mercurial.selenic.com/
28 AppSupportURL=http://mercurial.selenic.com/
28 AppSupportURL=http://mercurial.selenic.com/
29 AppUpdatesURL=http://mercurial.selenic.com/
29 AppUpdatesURL=http://mercurial.selenic.com/
30 AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}
30 AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}
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-2009 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
42 DefaultGroupName=Mercurial
42 DefaultGroupName=Mercurial
43 PrivilegesRequired=none
43 PrivilegesRequired=none
44
44
45 [Files]
45 [Files]
46 Source: contrib\mercurial.el; DestDir: {app}/Contrib
46 Source: contrib\mercurial.el; DestDir: {app}/Contrib
47 Source: contrib\vim\*.*; DestDir: {app}/Contrib/Vim
47 Source: contrib\vim\*.*; DestDir: {app}/Contrib/Vim
48 Source: contrib\zsh_completion; DestDir: {app}/Contrib
48 Source: contrib\zsh_completion; DestDir: {app}/Contrib
49 Source: contrib\bash_completion; DestDir: {app}/Contrib
49 Source: contrib\bash_completion; DestDir: {app}/Contrib
50 Source: contrib\tcsh_completion; DestDir: {app}/Contrib
51 Source: contrib\tcsh_completion_build.sh; DestDir: {app}/Contrib
50 Source: contrib\hgk; DestDir: {app}/Contrib; DestName: hgk.tcl
52 Source: contrib\hgk; DestDir: {app}/Contrib; DestName: hgk.tcl
51 Source: contrib\win32\ReadMe.html; DestDir: {app}; Flags: isreadme
53 Source: contrib\win32\ReadMe.html; DestDir: {app}; Flags: isreadme
52 Source: contrib\mergetools.hgrc; DestDir: {tmp};
54 Source: contrib\mergetools.hgrc; DestDir: {tmp};
53 Source: contrib\win32\mercurial.ini; DestDir: {app}; DestName: Mercurial.ini; Check: CheckFile; AfterInstall: ConcatenateFiles;
55 Source: contrib\win32\mercurial.ini; DestDir: {app}; DestName: Mercurial.ini; Check: CheckFile; AfterInstall: ConcatenateFiles;
54 Source: contrib\win32\postinstall.txt; DestDir: {app}; DestName: ReleaseNotes.txt
56 Source: contrib\win32\postinstall.txt; DestDir: {app}; DestName: ReleaseNotes.txt
55 Source: dist\hg.exe; DestDir: {app}; AfterInstall: Touch('{app}\hg.exe.local')
57 Source: dist\hg.exe; DestDir: {app}; AfterInstall: Touch('{app}\hg.exe.local')
56 Source: dist\python*.dll; Destdir: {app}; Flags: skipifsourcedoesntexist
58 Source: dist\python*.dll; Destdir: {app}; Flags: skipifsourcedoesntexist
57 Source: dist\library.zip; DestDir: {app}
59 Source: dist\library.zip; DestDir: {app}
58 Source: dist\mfc*.dll; DestDir: {app}; Flags: skipifsourcedoesntexist
60 Source: dist\mfc*.dll; DestDir: {app}; Flags: skipifsourcedoesntexist
59 Source: dist\msvc*.dll; DestDir: {app}; Flags: skipifsourcedoesntexist
61 Source: dist\msvc*.dll; DestDir: {app}; Flags: skipifsourcedoesntexist
60 Source: dist\Microsoft.VC*.CRT.manifest; DestDir: {app}; Flags: skipifsourcedoesntexist
62 Source: dist\Microsoft.VC*.CRT.manifest; DestDir: {app}; Flags: skipifsourcedoesntexist
61 Source: dist\Microsoft.VC*.MFC.manifest; DestDir: {app}; Flags: skipifsourcedoesntexist
63 Source: dist\Microsoft.VC*.MFC.manifest; DestDir: {app}; Flags: skipifsourcedoesntexist
62 Source: dist\w9xpopen.exe; DestDir: {app}
64 Source: dist\w9xpopen.exe; DestDir: {app}
63 Source: dist\add_path.exe; DestDir: {app}
65 Source: dist\add_path.exe; DestDir: {app}
64 Source: doc\*.html; DestDir: {app}\Docs
66 Source: doc\*.html; DestDir: {app}\Docs
65 Source: doc\style.css; DestDir: {app}\Docs
67 Source: doc\style.css; DestDir: {app}\Docs
66 Source: mercurial\help\*.txt; DestDir: {app}\help
68 Source: mercurial\help\*.txt; DestDir: {app}\help
67 Source: locale\*.*; DestDir: {app}\locale; Flags: recursesubdirs createallsubdirs
69 Source: locale\*.*; DestDir: {app}\locale; Flags: recursesubdirs createallsubdirs
68 Source: mercurial\templates\*.*; DestDir: {app}\Templates; Flags: recursesubdirs createallsubdirs
70 Source: mercurial\templates\*.*; DestDir: {app}\Templates; Flags: recursesubdirs createallsubdirs
69 Source: CONTRIBUTORS; DestDir: {app}; DestName: Contributors.txt
71 Source: CONTRIBUTORS; DestDir: {app}; DestName: Contributors.txt
70 Source: COPYING; DestDir: {app}; DestName: Copying.txt
72 Source: COPYING; DestDir: {app}; DestName: Copying.txt
71
73
72 [INI]
74 [INI]
73 Filename: {app}\Mercurial.url; Section: InternetShortcut; Key: URL; String: http://mercurial.selenic.com/
75 Filename: {app}\Mercurial.url; Section: InternetShortcut; Key: URL; String: http://mercurial.selenic.com/
74
76
75 [UninstallDelete]
77 [UninstallDelete]
76 Type: files; Name: {app}\Mercurial.url
78 Type: files; Name: {app}\Mercurial.url
77
79
78 [Icons]
80 [Icons]
79 Name: {group}\Uninstall Mercurial; Filename: {uninstallexe}
81 Name: {group}\Uninstall Mercurial; Filename: {uninstallexe}
80 Name: {group}\Mercurial Command Reference; Filename: {app}\Docs\hg.1.html
82 Name: {group}\Mercurial Command Reference; Filename: {app}\Docs\hg.1.html
81 Name: {group}\Mercurial Configuration Files; Filename: {app}\Docs\hgrc.5.html
83 Name: {group}\Mercurial Configuration Files; Filename: {app}\Docs\hgrc.5.html
82 Name: {group}\Mercurial Ignore Files; Filename: {app}\Docs\hgignore.5.html
84 Name: {group}\Mercurial Ignore Files; Filename: {app}\Docs\hgignore.5.html
83 Name: {group}\Mercurial Web Site; Filename: {app}\Mercurial.url
85 Name: {group}\Mercurial Web Site; Filename: {app}\Mercurial.url
84
86
85 [Run]
87 [Run]
86 Filename: "{app}\add_path.exe"; Parameters: "{app}"; Flags: postinstall; Description: "Add the installation path to the search path"
88 Filename: "{app}\add_path.exe"; Parameters: "{app}"; Flags: postinstall; Description: "Add the installation path to the search path"
87
89
88 [UninstallRun]
90 [UninstallRun]
89 Filename: "{app}\add_path.exe"; Parameters: "/del {app}"
91 Filename: "{app}\add_path.exe"; Parameters: "/del {app}"
90
92
91 [UninstallDelete]
93 [UninstallDelete]
92 Type: files; Name: "{app}\hg.exe.local"
94 Type: files; Name: "{app}\hg.exe.local"
93 [Code]
95 [Code]
94 var
96 var
95 WriteFile: Boolean;
97 WriteFile: Boolean;
96 CheckDone: Boolean;
98 CheckDone: Boolean;
97
99
98 function CheckFile(): Boolean;
100 function CheckFile(): Boolean;
99 begin
101 begin
100 if not CheckDone then begin
102 if not CheckDone then begin
101 WriteFile := True;
103 WriteFile := True;
102 if FileExists(ExpandConstant(CurrentFileName)) then begin
104 if FileExists(ExpandConstant(CurrentFileName)) then begin
103 WriteFile := MsgBox('' + ExpandConstant(CurrentFileName) + '' #13#13 'The file already exists.' #13#13 'Would you like Setup to overwrite it?', mbConfirmation, MB_YESNO) = idYes;
105 WriteFile := MsgBox('' + ExpandConstant(CurrentFileName) + '' #13#13 'The file already exists.' #13#13 'Would you like Setup to overwrite it?', mbConfirmation, MB_YESNO) = idYes;
104 end;
106 end;
105 CheckDone := True;
107 CheckDone := True;
106 end;
108 end;
107 Result := WriteFile;
109 Result := WriteFile;
108 end;
110 end;
109
111
110 procedure ConcatenateFiles();
112 procedure ConcatenateFiles();
111 var
113 var
112 MergeConfigs: TArrayOfString;
114 MergeConfigs: TArrayOfString;
113 begin
115 begin
114 if LoadStringsFromFile(ExpandConstant('{tmp}\mergetools.hgrc'),MergeConfigs) then begin
116 if LoadStringsFromFile(ExpandConstant('{tmp}\mergetools.hgrc'),MergeConfigs) then begin
115 SaveStringsToFile(ExpandConstant(CurrentFileName),MergeConfigs,True);
117 SaveStringsToFile(ExpandConstant(CurrentFileName),MergeConfigs,True);
116 end;
118 end;
117 end;
119 end;
118
120
119 procedure Touch(fn: String);
121 procedure Touch(fn: String);
120 begin
122 begin
121 SaveStringToFile(ExpandConstant(fn), '', False);
123 SaveStringToFile(ExpandConstant(fn), '', False);
122 end;
124 end;
General Comments 0
You need to be logged in to leave comments. Login now