Mercurial > hg > easyhg
comparison deploy/win32/installjammer/EasyMercurial.mpi @ 265:0fde7f1594d0
* Add InstallJammer definition file, update hgignore so as not to ignore it!
author | Chris Cannam |
---|---|
date | Wed, 12 Jan 2011 16:30:46 +0000 |
parents | |
children | 45f69889d28d |
comparison
equal
deleted
inserted
replaced
263:25efd198e3d4 | 265:0fde7f1594d0 |
---|---|
1 array set info { | |
2 AllowLanguageSelection | |
3 {Yes} | |
4 | |
5 AppName | |
6 {EasyMercurial} | |
7 | |
8 ApplicationID | |
9 {4ED247D2-7A93-40E4-AA7E-D7CB55AA0411} | |
10 | |
11 ApplicationURL | |
12 {} | |
13 | |
14 AutoRefreshFiles | |
15 {Yes} | |
16 | |
17 BuildFailureAction | |
18 {Fail (recommended)} | |
19 | |
20 CancelledInstallAction | |
21 {Rollback and Stop} | |
22 | |
23 CleanupCancelledInstall | |
24 {Yes} | |
25 | |
26 CommandLineFailureAction | |
27 {Fail (recommended)} | |
28 | |
29 Company | |
30 {Queen Mary, University of London} | |
31 | |
32 CompressionLevel | |
33 {6} | |
34 | |
35 CompressionMethod | |
36 {zlib} | |
37 | |
38 Copyright | |
39 {} | |
40 | |
41 CreateDesktopShortcut | |
42 {Yes} | |
43 | |
44 CreateQuickLaunchShortcut | |
45 {Yes} | |
46 | |
47 DefaultDirectoryLocation | |
48 {} | |
49 | |
50 DefaultLanguage | |
51 {English} | |
52 | |
53 DefaultToSystemLanguage | |
54 {Yes} | |
55 | |
56 EnableResponseFiles | |
57 {Yes} | |
58 | |
59 Ext | |
60 {.exe} | |
61 | |
62 ExtractSolidArchivesOnStartup | |
63 {No} | |
64 | |
65 Icon | |
66 {Modern/Small/SetupModernSmall01.gif} | |
67 | |
68 IgnoreDirectories | |
69 {} | |
70 | |
71 IgnoreFiles | |
72 {} | |
73 | |
74 Image | |
75 {Modern/SetupModern01.gif} | |
76 | |
77 IncludeDebugging | |
78 {Yes} | |
79 | |
80 InstallPassword | |
81 {} | |
82 | |
83 InstallVersion | |
84 {1.3.1.0} | |
85 | |
86 Language,ca | |
87 {Yes} | |
88 | |
89 Language,cs | |
90 {Yes} | |
91 | |
92 Language,de | |
93 {Yes} | |
94 | |
95 Language,en | |
96 {Yes} | |
97 | |
98 Language,es | |
99 {Yes} | |
100 | |
101 Language,fr | |
102 {Yes} | |
103 | |
104 Language,hu | |
105 {Yes} | |
106 | |
107 Language,it | |
108 {Yes} | |
109 | |
110 Language,lt | |
111 {Yes} | |
112 | |
113 Language,nl | |
114 {Yes} | |
115 | |
116 Language,pl | |
117 {Yes} | |
118 | |
119 Language,pt_br | |
120 {Yes} | |
121 | |
122 Language,ru | |
123 {Yes} | |
124 | |
125 LastIgnoreDirectories | |
126 {} | |
127 | |
128 LastIgnoreFiles | |
129 {} | |
130 | |
131 LaunchApplication | |
132 {Yes} | |
133 | |
134 PackageDescription | |
135 {} | |
136 | |
137 PackageLicense | |
138 {} | |
139 | |
140 PackageMaintainer | |
141 {} | |
142 | |
143 PackageName | |
144 {<%ShortAppName%>} | |
145 | |
146 PackagePackager | |
147 {} | |
148 | |
149 PackageRelease | |
150 {<%PatchVersion%>} | |
151 | |
152 PackageSummary | |
153 {} | |
154 | |
155 PackageVersion | |
156 {<%MajorVersion%>.<%MinorVersion%>} | |
157 | |
158 PreserveFileAttributes | |
159 {Yes} | |
160 | |
161 PreserveFilePermissions | |
162 {Yes} | |
163 | |
164 ProjectID | |
165 {CF8A2B09-3CCF-4788-AE7C-93F8BFB98225} | |
166 | |
167 ProjectVersion | |
168 {1.2.15.2} | |
169 | |
170 SaveOnlyToplevelDirs | |
171 {No} | |
172 | |
173 ShortAppName | |
174 {EasyMercurial} | |
175 | |
176 SkipUnusedFileGroups | |
177 {Yes} | |
178 | |
179 Theme | |
180 {Modern_Wizard} | |
181 | |
182 ThemeDir | |
183 {Modern_Wizard} | |
184 | |
185 ThemeVersion | |
186 {1} | |
187 | |
188 UpgradeApplicationID | |
189 {} | |
190 | |
191 Version | |
192 {1.3.1} | |
193 | |
194 ViewReadme | |
195 {Yes} | |
196 | |
197 WizardHeight | |
198 {365} | |
199 | |
200 WizardWidth | |
201 {500} | |
202 | |
203 } | |
204 | |
205 array set ::InstallJammer::InstallCommandLineOptions { | |
206 debug | |
207 {Debugging Switch Yes No {} {run installer in debug mode}} | |
208 | |
209 debugconsole | |
210 {ShowConsole Switch Yes No {} {run installer with a debug console open}} | |
211 | |
212 mode | |
213 {InstallMode Choice No No {Console Default Silent Standard} {set the mode to run the installer in}} | |
214 | |
215 prefix | |
216 {InstallDir String No No {} {set the installation directory}} | |
217 | |
218 test | |
219 {Testing Switch Yes No {} {run installer without installing any files}} | |
220 | |
221 } | |
222 array set ::InstallJammer::UninstallCommandLineOptions { | |
223 debug | |
224 {Debugging Switch Yes No {} {run uninstaller in debug mode}} | |
225 | |
226 debugconsole | |
227 {ShowConsole Switch Yes No {} {run uninstaller with a debug console open}} | |
228 | |
229 mode | |
230 {UninstallMode Choice No No {Console Silent Standard} {set the mode to run the uninstaller in}} | |
231 | |
232 test | |
233 {Testing Switch Yes No {} {run uninstaller without uninstalling any files}} | |
234 | |
235 } | |
236 FileGroup ::7D8589FC-AF69-4DFB-9DE3-363BAFB40C0D -setup Install -active Yes -platforms {AIX-ppc FreeBSD-4-x86 FreeBSD-5-x86 FreeBSD-6-x86 FreeBSD-7-x86 HPUX-hppa Linux-x86 Linux-x86_64 Solaris-sparc Solaris-x86 Windows TarArchive ZipArchive} -name {Program Files} -parent FileGroups | |
237 File ::FA3F40D7-928A-471C-B6FB-06664B4AF5DD -type dir -directory <%InstallDir%> -name D:/EasyMercurial-0.3.1-win32 -parent 7D8589FC-AF69-4DFB-9DE3-363BAFB40C0D | |
238 File ::71B67954-4ACE-47B8-B154-709FB6B52AB5 -name easyhg-icon.ico -parent FA3F40D7-928A-471C-B6FB-06664B4AF5DD | |
239 File ::A4AFAC5C-2CDD-4C0A-A50A-DD6C6537F747 -name easyhg-icon.png -parent FA3F40D7-928A-471C-B6FB-06664B4AF5DD | |
240 File ::671FB0C6-C377-457D-804B-4091E2852874 -name EasyMercurial.exe -parent FA3F40D7-928A-471C-B6FB-06664B4AF5DD | |
241 File ::2FF4EB68-CF87-4572-86E5-3731E9668588 -name hg.exe -parent FA3F40D7-928A-471C-B6FB-06664B4AF5DD | |
242 File ::B3F4C76F-0711-4D91-BC39-3FA4EB2DCAC1 -name kdiff3.exe -parent FA3F40D7-928A-471C-B6FB-06664B4AF5DD | |
243 File ::90D1E310-E586-4E73-B811-BFB7AF5E9005 -name library.zip -parent FA3F40D7-928A-471C-B6FB-06664B4AF5DD | |
244 File ::67827AA9-3963-4F9C-87AA-F84537D75AA5 -name msvcp100.dll -parent FA3F40D7-928A-471C-B6FB-06664B4AF5DD | |
245 File ::922E8B93-2D65-4B5A-815A-6FE22C5D4AC7 -name msvcr100.dll -parent FA3F40D7-928A-471C-B6FB-06664B4AF5DD | |
246 File ::AE3198B4-4759-45E3-8004-13904F0C20AB -name python26.dll -parent FA3F40D7-928A-471C-B6FB-06664B4AF5DD | |
247 File ::D01E8609-5B54-464E-B2CE-8ACCA9189BFB -name QtCore4.dll -parent FA3F40D7-928A-471C-B6FB-06664B4AF5DD | |
248 File ::0938068D-8ED3-41EE-BFCA-EFDFA4560B52 -name QtGui4.dll -parent FA3F40D7-928A-471C-B6FB-06664B4AF5DD | |
249 File ::30DD0704-C89E-462E-971B-A808AFD34C82 -name QtNetwork4.dll -parent FA3F40D7-928A-471C-B6FB-06664B4AF5DD | |
250 File ::EFF54862-F9DC-4934-87D3-4D706C15FFF3 -name sip.pyd -parent FA3F40D7-928A-471C-B6FB-06664B4AF5DD | |
251 File ::C75BD3D6-63C0-4928-844B-269034F65F8E -type dir -name PyQt4 -parent FA3F40D7-928A-471C-B6FB-06664B4AF5DD | |
252 File ::CE2A9028-262A-4D4A-B387-70CBA22C8A1B -name __init__.py -parent C75BD3D6-63C0-4928-844B-269034F65F8E | |
253 File ::88560760-DA1B-47C3-AA01-53CBE6E28FF5 -name __init__.pyo -parent C75BD3D6-63C0-4928-844B-269034F65F8E | |
254 File ::3AD4F42B-A4CD-44CF-9A14-40774B90F346 -name QtCore.pyd -parent C75BD3D6-63C0-4928-844B-269034F65F8E | |
255 File ::9B3010D3-3AAF-400E-B8C8-3B246EC0A206 -name QtGui.pyd -parent C75BD3D6-63C0-4928-844B-269034F65F8E | |
256 Component ::0B08768B-E5AA-4701-B9CE-424C9F6AA96B -setup Install -active Yes -platforms {AIX-ppc FreeBSD-4-x86 FreeBSD-5-x86 FreeBSD-6-x86 FreeBSD-7-x86 HPUX-hppa Linux-x86 Linux-x86_64 Solaris-sparc Solaris-x86 Windows} -name {Default Component} -parent Components | |
257 SetupType ::489BB600-70D6-4EC8-B032-F5FF6FDD532F -setup Install -active Yes -platforms {AIX-ppc FreeBSD-4-x86 FreeBSD-5-x86 FreeBSD-6-x86 FreeBSD-7-x86 HPUX-hppa Linux-x86 Linux-x86_64 Solaris-sparc Solaris-x86 Windows} -name Typical -parent SetupTypes | |
258 SetupType ::2A3B15B2-D3B0-43DD-9FDD-581278BD0EA6 -setup Install -active Yes -platforms {AIX-ppc FreeBSD-4-x86 FreeBSD-5-x86 FreeBSD-6-x86 FreeBSD-7-x86 HPUX-hppa Linux-x86 Linux-x86_64 Solaris-sparc Solaris-x86 Windows} -name Custom -parent SetupTypes | |
259 | |
260 InstallComponent 2AE46278-0442-4ACB-92BC-33F85D961AE6 -setup Install -type pane -title {Welcome Screen} -component Welcome -active Yes -parent StandardInstall | |
261 InstallComponent 806BCA96-55DE-4551-BD24-7BDA967C0122 -setup Install -type pane -conditions {56A12F16-B339-4D29-9B64-FB118A810DF0 A5D3BBB1-85B1-4EB2-B853-8B55062277FC} -title {Select Destination} -component SelectDestination -active Yes -parent StandardInstall | |
262 Condition 56A12F16-B339-4D29-9B64-FB118A810DF0 -active Yes -parent 806BCA96-55DE-4551-BD24-7BDA967C0122 -title {Script Condition} -component ScriptCondition -TreeObject::id 56A12F16-B339-4D29-9B64-FB118A810DF0 | |
263 Condition A5D3BBB1-85B1-4EB2-B853-8B55062277FC -active Yes -parent 806BCA96-55DE-4551-BD24-7BDA967C0122 -title {File Permission Condition} -component FilePermissionCondition -TreeObject::id A5D3BBB1-85B1-4EB2-B853-8B55062277FC | |
264 InstallComponent FC22F272-B809-410E-A4C3-C3143C71FC94 -setup Install -type pane -title {Start Copying Files} -component StartCopyingFiles -active Yes -parent StandardInstall | |
265 InstallComponent 436E86CF-1049-4020-87C6-08919DF47E9D -setup Install -type pane -title {Copying Files} -component CopyFiles -active Yes -parent StandardInstall | |
266 InstallComponent 89C128FC-A7C5-462B-ACAD-DFAF81BE1B4B -setup Install -type action -title {Disable Buttons} -component ModifyWidget -active Yes -parent 436E86CF-1049-4020-87C6-08919DF47E9D | |
267 InstallComponent 566F51B1-AFB2-4D36-AC8A-F8EF2E41CFCD -setup Install -type action -title {Install Everything} -component ExecuteAction -active Yes -parent 436E86CF-1049-4020-87C6-08919DF47E9D | |
268 InstallComponent A8D0E4E2-39C9-43A4-8B40-061F397C927F -setup Install -type action -title {Move Forward} -component MoveForward -active Yes -parent 436E86CF-1049-4020-87C6-08919DF47E9D | |
269 InstallComponent 137AE532-86CF-44B3-9167-0132755FA850 -setup Install -type pane -title {Setup Complete} -component SetupComplete -active Yes -parent StandardInstall | |
270 InstallComponent DDC5D1FE-8AB6-43C5-8CE2-5C71729E8BFF -setup Install -type action -conditions {7D1EBBDC-5691-4044-BB19-6CE7D704D434 6AED9C7F-5DEE-4356-A1E3-8D9B67EA577A} -title {View Readme Checkbutton} -component AddWidget -active Yes -parent 137AE532-86CF-44B3-9167-0132755FA850 | |
271 Condition 7D1EBBDC-5691-4044-BB19-6CE7D704D434 -active Yes -parent DDC5D1FE-8AB6-43C5-8CE2-5C71729E8BFF -title {File Exists Condition} -component FileExistsCondition -TreeObject::id 7D1EBBDC-5691-4044-BB19-6CE7D704D434 | |
272 Condition 6AED9C7F-5DEE-4356-A1E3-8D9B67EA577A -active Yes -parent DDC5D1FE-8AB6-43C5-8CE2-5C71729E8BFF -title {String Is Condition} -component StringIsCondition -TreeObject::id 6AED9C7F-5DEE-4356-A1E3-8D9B67EA577A | |
273 InstallComponent 96B93C29-6883-4B14-A4BB-063769CC7311 -setup Install -type action -conditions {9688B263-B6EC-40CD-9B31-0D1843879A88 E92E5657-B9EE-4F5A-9250-24EE1E67F387} -title {Launch Application Checkbutton} -component AddWidget -active Yes -parent 137AE532-86CF-44B3-9167-0132755FA850 | |
274 Condition 9688B263-B6EC-40CD-9B31-0D1843879A88 -active Yes -parent 96B93C29-6883-4B14-A4BB-063769CC7311 -title {File Exists Condition} -component FileExistsCondition -TreeObject::id 9688B263-B6EC-40CD-9B31-0D1843879A88 | |
275 Condition E92E5657-B9EE-4F5A-9250-24EE1E67F387 -active Yes -parent 96B93C29-6883-4B14-A4BB-063769CC7311 -title {String Is Condition} -component StringIsCondition -TreeObject::id E92E5657-B9EE-4F5A-9250-24EE1E67F387 | |
276 InstallComponent 1ED68248-972F-4343-BEF4-C91ED3618601 -setup Install -type action -conditions {F97966F6-B23B-4C59-95BC-A0A06B71B2BF 1BF9B52D-D364-470B-8D12-A5ADD1A47B5B} -title {Desktop Shortcut Checkbutton} -component AddWidget -active Yes -parent 137AE532-86CF-44B3-9167-0132755FA850 | |
277 Condition F97966F6-B23B-4C59-95BC-A0A06B71B2BF -active Yes -parent 1ED68248-972F-4343-BEF4-C91ED3618601 -title {File Exists Condition} -component FileExistsCondition -TreeObject::id F97966F6-B23B-4C59-95BC-A0A06B71B2BF | |
278 Condition 1BF9B52D-D364-470B-8D12-A5ADD1A47B5B -active Yes -parent 1ED68248-972F-4343-BEF4-C91ED3618601 -title {String Is Condition} -component StringIsCondition -TreeObject::id 1BF9B52D-D364-470B-8D12-A5ADD1A47B5B | |
279 InstallComponent 7B9998FD-0077-4EC1-8F96-88ABBE05A702 -setup Install -type action -conditions {147E1FCB-3B06-4776-A3CE-7FE6B93DCC84 5E8028FA-E17F-4AD8-BAC5-4F813927D713 1D290830-4FD2-4440-A00E-2A8668632CE1} -title {Quick Launch Shortcut Checkbutton} -component AddWidget -active Yes -parent 137AE532-86CF-44B3-9167-0132755FA850 | |
280 Condition 147E1FCB-3B06-4776-A3CE-7FE6B93DCC84 -active Yes -parent 7B9998FD-0077-4EC1-8F96-88ABBE05A702 -title {Platform Condition} -component PlatformCondition -TreeObject::id 147E1FCB-3B06-4776-A3CE-7FE6B93DCC84 | |
281 Condition 5E8028FA-E17F-4AD8-BAC5-4F813927D713 -active Yes -parent 7B9998FD-0077-4EC1-8F96-88ABBE05A702 -title {File Exists Condition} -component FileExistsCondition -TreeObject::id 5E8028FA-E17F-4AD8-BAC5-4F813927D713 | |
282 Condition 1D290830-4FD2-4440-A00E-2A8668632CE1 -active Yes -parent 7B9998FD-0077-4EC1-8F96-88ABBE05A702 -title {String Is Condition} -component StringIsCondition -TreeObject::id 1D290830-4FD2-4440-A00E-2A8668632CE1 | |
283 InstallComponent 312F5FB0-FF24-477F-8A66-F333A5124D9D -setup Install -type pane -title {Copying Files} -component CopyFiles -active Yes -parent DefaultInstall | |
284 InstallComponent 5E4716C8-584A-4432-A4A0-F4E52EE4C0F7 -setup Install -type action -title {Disable Buttons} -component ModifyWidget -active Yes -parent 312F5FB0-FF24-477F-8A66-F333A5124D9D | |
285 InstallComponent 697B5256-7EBA-4599-B533-6B1A540B5961 -setup Install -type action -title {Install Everything} -component ExecuteAction -active Yes -parent 312F5FB0-FF24-477F-8A66-F333A5124D9D | |
286 InstallComponent B90CCD39-E5F7-4084-8C0E-F8008945BB92 -setup Install -type action -title {Move Forward} -component MoveForward -active Yes -parent 312F5FB0-FF24-477F-8A66-F333A5124D9D | |
287 InstallComponent A0694726-591A-4EBA-AAD2-075E5F9091EE -setup Install -type pane -title {Setup Complete} -component SetupComplete -active Yes -parent DefaultInstall | |
288 InstallComponent 18C3EF37-5C55-43E6-A223-7A4444357E2F -setup Install -type action -conditions {26B9948E-44F1-40C7-8CBA-419E51CF5575 3D587A2C-2764-4105-9E8B-46443BFF7FE3} -title {View Readme Checkbutton} -component AddWidget -active Yes -parent A0694726-591A-4EBA-AAD2-075E5F9091EE | |
289 Condition 26B9948E-44F1-40C7-8CBA-419E51CF5575 -active Yes -parent 18C3EF37-5C55-43E6-A223-7A4444357E2F -title {File Exists Condition} -component FileExistsCondition -TreeObject::id 26B9948E-44F1-40C7-8CBA-419E51CF5575 | |
290 Condition 3D587A2C-2764-4105-9E8B-46443BFF7FE3 -active Yes -parent 18C3EF37-5C55-43E6-A223-7A4444357E2F -title {String Is Condition} -component StringIsCondition -TreeObject::id 3D587A2C-2764-4105-9E8B-46443BFF7FE3 | |
291 InstallComponent DA64DBB1-48C9-481E-A9B5-79114AE13ED3 -setup Install -type action -conditions {78E848D0-C357-4F8D-9A49-2F1C075E8C87 46287AD0-DC63-4C65-A9D9-CF6D2DDC28BF} -title {Launch Application Checkbutton} -component AddWidget -active Yes -parent A0694726-591A-4EBA-AAD2-075E5F9091EE | |
292 Condition 78E848D0-C357-4F8D-9A49-2F1C075E8C87 -active Yes -parent DA64DBB1-48C9-481E-A9B5-79114AE13ED3 -title {File Exists Condition} -component FileExistsCondition -TreeObject::id 78E848D0-C357-4F8D-9A49-2F1C075E8C87 | |
293 Condition 46287AD0-DC63-4C65-A9D9-CF6D2DDC28BF -active Yes -parent DA64DBB1-48C9-481E-A9B5-79114AE13ED3 -title {String Is Condition} -component StringIsCondition -TreeObject::id 46287AD0-DC63-4C65-A9D9-CF6D2DDC28BF | |
294 InstallComponent 5F872846-216A-4EAE-B600-15CBEE8DF4CF -setup Install -type action -conditions {8DA0CB01-C65E-4F61-842C-38C1AD3087C1 863CE846-BD62-448A-BEC7-DAFF4E9C61A4} -title {Desktop Shortcut Checkbutton} -component AddWidget -active Yes -parent A0694726-591A-4EBA-AAD2-075E5F9091EE | |
295 Condition 8DA0CB01-C65E-4F61-842C-38C1AD3087C1 -active Yes -parent 5F872846-216A-4EAE-B600-15CBEE8DF4CF -title {File Exists Condition} -component FileExistsCondition -TreeObject::id 8DA0CB01-C65E-4F61-842C-38C1AD3087C1 | |
296 Condition 863CE846-BD62-448A-BEC7-DAFF4E9C61A4 -active Yes -parent 5F872846-216A-4EAE-B600-15CBEE8DF4CF -title {String Is Condition} -component StringIsCondition -TreeObject::id 863CE846-BD62-448A-BEC7-DAFF4E9C61A4 | |
297 InstallComponent BB52149D-79DD-4120-8BB8-FF9E81E79E42 -setup Install -type action -conditions {822B14AA-B0F0-4CFD-9E69-C5ACA1946599 040D4822-74FC-432F-A45B-36BA44FEFF99 E4CE56DE-497F-4D32-A6AC-2D03EBF05FD6} -title {Quick Launch Shortcut Checkbutton} -component AddWidget -active Yes -parent A0694726-591A-4EBA-AAD2-075E5F9091EE | |
298 Condition 822B14AA-B0F0-4CFD-9E69-C5ACA1946599 -active Yes -parent BB52149D-79DD-4120-8BB8-FF9E81E79E42 -title {Platform Condition} -component PlatformCondition -TreeObject::id 822B14AA-B0F0-4CFD-9E69-C5ACA1946599 | |
299 Condition 040D4822-74FC-432F-A45B-36BA44FEFF99 -active Yes -parent BB52149D-79DD-4120-8BB8-FF9E81E79E42 -title {File Exists Condition} -component FileExistsCondition -TreeObject::id 040D4822-74FC-432F-A45B-36BA44FEFF99 | |
300 Condition E4CE56DE-497F-4D32-A6AC-2D03EBF05FD6 -active Yes -parent BB52149D-79DD-4120-8BB8-FF9E81E79E42 -title {String Is Condition} -component StringIsCondition -TreeObject::id E4CE56DE-497F-4D32-A6AC-2D03EBF05FD6 | |
301 InstallComponent 8908F64E-3013-478A-8CB2-A232E4E56511 -setup Install -type action -title {Prompt to continue installation} -component ConsoleAskYesOrNo -active Yes -parent ConsoleInstall | |
302 InstallComponent 0F625BC9-C196-49AF-A1D1-B365516BB1D0 -setup Install -type action -conditions 72AECA62-50D3-4BBE-87B8-9B7528CCC7BD -title {Exit if they said no} -component Exit -active Yes -parent ConsoleInstall | |
303 Condition 72AECA62-50D3-4BBE-87B8-9B7528CCC7BD -active Yes -parent 0F625BC9-C196-49AF-A1D1-B365516BB1D0 -title {String Is Condition} -component StringIsCondition -TreeObject::id 72AECA62-50D3-4BBE-87B8-9B7528CCC7BD | |
304 InstallComponent B5EB2E45-BECA-421A-A2F1-1A1D03FBA8E5 -setup Install -type action -conditions D66EB685-05F6-4789-95CD-B3BF714CCFF6 -title {Prompt for install destination} -component ConsoleGetUserInput -active Yes -parent ConsoleInstall | |
305 Condition D66EB685-05F6-4789-95CD-B3BF714CCFF6 -active Yes -parent B5EB2E45-BECA-421A-A2F1-1A1D03FBA8E5 -title {File Permission Condition} -component FilePermissionCondition -TreeObject::id D66EB685-05F6-4789-95CD-B3BF714CCFF6 | |
306 InstallComponent EAE9FD9C-689E-40D0-9A06-BBAD9F22D0B1 -setup Install -type action -title {Output Installing Message} -component ConsoleMessage -active Yes -parent ConsoleInstall | |
307 InstallComponent 53358455-6066-4EC4-B313-32B960050C2B -setup Install -type action -title {Install Everything} -component ExecuteAction -active Yes -parent ConsoleInstall | |
308 InstallComponent 1D532C82-EEEA-4AA3-B14B-D0F8AD35DBF2 -setup Install -type action -title {Output Install Complete Message} -component ConsoleMessage -active Yes -parent ConsoleInstall | |
309 InstallComponent 6906B67A-2CE8-4625-90CF-1DFF4F5D5111 -setup Install -type action -title Exit -component Exit -active Yes -parent ConsoleInstall | |
310 InstallComponent CF5E291F-7B8C-4EA0-8A9B-1F7FAE3F58BD -setup Install -type action -title {Install Everything} -component ExecuteAction -active Yes -parent SilentInstall | |
311 InstallComponent F212318C-2AAC-4B73-8A27-791B38F9D509 -setup Install -type action -title Exit -component Exit -active Yes -parent SilentInstall | |
312 InstallComponent 0ADB4A61-3828-4459-B2F2-0EBD8440A5EE -setup Install -type actiongroup -title {Setup Actions} -alias {Setup Actions} -active Yes -parent ActionGroupsInstall | |
313 InstallComponent 4B9F4FD3-2A7D-47E5-8EDD-A789EE7BEB92 -setup Install -type actiongroup -title {Startup Actions} -alias {Startup Actions} -active Yes -parent ActionGroupsInstall | |
314 InstallComponent 39D5E2BB-5E09-40E5-B17F-9A087BC40984 -setup Install -type action -conditions {DBF8F9B2-6265-4155-9984-8F6EEE64E634 7BF3B571-3EE3-485C-BFB9-3732B067B63F} -title Exit -component Exit -active Yes -parent 4B9F4FD3-2A7D-47E5-8EDD-A789EE7BEB92 | |
315 Condition DBF8F9B2-6265-4155-9984-8F6EEE64E634 -active Yes -parent 39D5E2BB-5E09-40E5-B17F-9A087BC40984 -title {String Is Condition} -component StringIsCondition -TreeObject::id DBF8F9B2-6265-4155-9984-8F6EEE64E634 | |
316 Condition 7BF3B571-3EE3-485C-BFB9-3732B067B63F -active Yes -parent 39D5E2BB-5E09-40E5-B17F-9A087BC40984 -title {Ask Yes or No} -component AskYesOrNo -TreeObject::id 7BF3B571-3EE3-485C-BFB9-3732B067B63F | |
317 InstallComponent 3DA13144-7358-45B9-963D-D4C46070235F -setup Install -type action -title {Create Install Panes} -component CreateInstallPanes -active Yes -parent 4B9F4FD3-2A7D-47E5-8EDD-A789EE7BEB92 | |
318 InstallComponent 96D47F15-DF92-4ED1-B3B7-568EBD24CB9B -setup Install -type actiongroup -title {Install Actions} -alias {Install Actions} -active Yes -parent ActionGroupsInstall | |
319 InstallComponent A02B0D14-89F9-4D6E-A640-D32F8DE84CFE -setup Install -type action -title {Install Selected Files} -component InstallSelectedFiles -active Yes -parent 96D47F15-DF92-4ED1-B3B7-568EBD24CB9B | |
320 InstallComponent 3055A4EC-94FA-407B-B69A-9670D30B58AE -setup Install -type action -conditions 7571DE26-7BDF-456E-86DE-FE9362FFB11C -title {Install Uninstaller} -component InstallUninstaller -active Yes -parent 96D47F15-DF92-4ED1-B3B7-568EBD24CB9B | |
321 Condition 7571DE26-7BDF-456E-86DE-FE9362FFB11C -active Yes -parent 3055A4EC-94FA-407B-B69A-9670D30B58AE -title {String Is Condition} -component StringIsCondition -TreeObject::id 7571DE26-7BDF-456E-86DE-FE9362FFB11C | |
322 InstallComponent 08BDABA6-F507-4500-8F7B-26A8A58CD52E -setup Install -type action -conditions 67145EC1-13C4-4E74-B5DE-A78E1B266785 -title {Windows Uninstall Registry} -component AddWindowsUninstallEntry -active Yes -parent 96D47F15-DF92-4ED1-B3B7-568EBD24CB9B | |
323 Condition 67145EC1-13C4-4E74-B5DE-A78E1B266785 -active Yes -parent 08BDABA6-F507-4500-8F7B-26A8A58CD52E -title {String Is Condition} -component StringIsCondition -TreeObject::id 67145EC1-13C4-4E74-B5DE-A78E1B266785 | |
324 InstallComponent 8B1A41D1-6E41-41B4-80F6-15493100F9FC -setup Install -type action -conditions C5CB03C7-3D7A-4DC5-B335-FE84A9A1D18A -title {Program Shortcut} -component InstallProgramFolderShortcut -active Yes -parent 96D47F15-DF92-4ED1-B3B7-568EBD24CB9B | |
325 Condition C5CB03C7-3D7A-4DC5-B335-FE84A9A1D18A -active Yes -parent 8B1A41D1-6E41-41B4-80F6-15493100F9FC -title {String Is Condition} -component StringIsCondition -TreeObject::id C5CB03C7-3D7A-4DC5-B335-FE84A9A1D18A | |
326 InstallComponent 7C59ECDE-E0B1-4B3B-9ADE-364347F153E1 -setup Install -type action -conditions 1AB72C39-609E-4F09-8834-3D3C8A68BEB1 -title {Uninstall Shortcut} -component InstallProgramFolderShortcut -active Yes -parent 96D47F15-DF92-4ED1-B3B7-568EBD24CB9B | |
327 Condition 1AB72C39-609E-4F09-8834-3D3C8A68BEB1 -active Yes -parent 7C59ECDE-E0B1-4B3B-9ADE-364347F153E1 -title {String Is Condition} -component StringIsCondition -TreeObject::id 1AB72C39-609E-4F09-8834-3D3C8A68BEB1 | |
328 InstallComponent D8F58F63-F6A3-4FF8-8579-5F58FD242EAC -setup Install -type actiongroup -title {Finish Actions} -alias {Finish Actions} -active Yes -parent ActionGroupsInstall | |
329 InstallComponent F243AA46-CB2B-46BA-8254-0CE5192BFD7B -setup Install -type action -conditions {1AA9090F-36B7-4A63-8650-DD76DA7B787A D361C7FD-0376-4C29-8E8F-4056D0F505B6} -title {Install Desktop Shortcut} -component InstallDesktopShortcut -active Yes -parent D8F58F63-F6A3-4FF8-8579-5F58FD242EAC | |
330 Condition 1AA9090F-36B7-4A63-8650-DD76DA7B787A -active Yes -parent F243AA46-CB2B-46BA-8254-0CE5192BFD7B -title {String Is Condition} -component StringIsCondition -TreeObject::id 1AA9090F-36B7-4A63-8650-DD76DA7B787A | |
331 Condition D361C7FD-0376-4C29-8E8F-4056D0F505B6 -active Yes -parent F243AA46-CB2B-46BA-8254-0CE5192BFD7B -title {File Exists Condition} -component FileExistsCondition -TreeObject::id D361C7FD-0376-4C29-8E8F-4056D0F505B6 | |
332 InstallComponent AF5F4D19-561B-4E81-8A7A-D0C9DCEE7487 -setup Install -type action -conditions {F114794C-193C-4E5D-8830-4BBF8FDF9FC8 C1C77698-90D3-49DA-8751-B927F3649C44} -title {Install Quick Launch Shortcut} -component InstallWindowsShortcut -active Yes -parent D8F58F63-F6A3-4FF8-8579-5F58FD242EAC | |
333 Condition F114794C-193C-4E5D-8830-4BBF8FDF9FC8 -active Yes -parent AF5F4D19-561B-4E81-8A7A-D0C9DCEE7487 -title {String Is Condition} -component StringIsCondition -TreeObject::id F114794C-193C-4E5D-8830-4BBF8FDF9FC8 | |
334 Condition C1C77698-90D3-49DA-8751-B927F3649C44 -active Yes -parent AF5F4D19-561B-4E81-8A7A-D0C9DCEE7487 -title {File Exists Condition} -component FileExistsCondition -TreeObject::id C1C77698-90D3-49DA-8751-B927F3649C44 | |
335 InstallComponent 4629322A-B41A-41FD-976D-987B375AFECC -setup Install -type action -conditions {54865810-0EB1-44F6-A737-11953CDA59A0 6967FABA-B1BD-4160-845A-D3582B8967A9 1B65C97D-8937-4145-9BA5-EAD9C908BDBE} -title {View Readme Window} -component TextWindow -active Yes -parent D8F58F63-F6A3-4FF8-8579-5F58FD242EAC | |
336 Condition 54865810-0EB1-44F6-A737-11953CDA59A0 -active Yes -parent 4629322A-B41A-41FD-976D-987B375AFECC -title {String Is Condition} -component StringIsCondition -TreeObject::id 54865810-0EB1-44F6-A737-11953CDA59A0 | |
337 Condition 6967FABA-B1BD-4160-845A-D3582B8967A9 -active Yes -parent 4629322A-B41A-41FD-976D-987B375AFECC -title {String Is Condition} -component StringIsCondition -TreeObject::id 6967FABA-B1BD-4160-845A-D3582B8967A9 | |
338 Condition 1B65C97D-8937-4145-9BA5-EAD9C908BDBE -active Yes -parent 4629322A-B41A-41FD-976D-987B375AFECC -title {File Exists Condition} -component FileExistsCondition -TreeObject::id 1B65C97D-8937-4145-9BA5-EAD9C908BDBE | |
339 InstallComponent AD493088-BC25-4A05-83FF-CAED2A7960F0 -setup Install -type action -conditions {78B27C47-637A-42F5-934A-4EFA6164572F 16ED1571-4A24-4E75-8D65-8F2EF69903AB D7F35084-4D8C-4118-B96C-48FF9496BFE2} -title {Launch Application} -component ExecuteExternalProgram -active Yes -parent D8F58F63-F6A3-4FF8-8579-5F58FD242EAC | |
340 Condition 78B27C47-637A-42F5-934A-4EFA6164572F -active Yes -parent AD493088-BC25-4A05-83FF-CAED2A7960F0 -title {String Is Condition} -component StringIsCondition -TreeObject::id 78B27C47-637A-42F5-934A-4EFA6164572F | |
341 Condition 16ED1571-4A24-4E75-8D65-8F2EF69903AB -active Yes -parent AD493088-BC25-4A05-83FF-CAED2A7960F0 -title {String Is Condition} -component StringIsCondition -TreeObject::id 16ED1571-4A24-4E75-8D65-8F2EF69903AB | |
342 Condition D7F35084-4D8C-4118-B96C-48FF9496BFE2 -active Yes -parent AD493088-BC25-4A05-83FF-CAED2A7960F0 -title {File Exists Condition} -component FileExistsCondition -TreeObject::id D7F35084-4D8C-4118-B96C-48FF9496BFE2 | |
343 InstallComponent 0CEB080C-8AD4-4C6C-BA7B-92A10D26D88C -setup Install -type actiongroup -title {Cancel Actions} -alias {Cancel Actions} -active Yes -parent ActionGroupsInstall | |
344 InstallComponent 44DEB994-3227-4D45-8AAF-97C6BF7DA66E -setup Uninstall -type pane -title Uninstall -component Uninstall -active Yes -parent StandardUninstall | |
345 InstallComponent 392B6093-41C9-4CAA-BE29-4F2E2055363D -setup Uninstall -type action -title {Modify Widget} -component ModifyWidget -active Yes -parent 44DEB994-3227-4D45-8AAF-97C6BF7DA66E | |
346 InstallComponent F1F054C5-13AA-41B3-8BF3-79A7B63EBFC9 -setup Uninstall -type action -title {Execute Action} -component ExecuteAction -active Yes -parent 44DEB994-3227-4D45-8AAF-97C6BF7DA66E | |
347 InstallComponent F5B7F0C0-AB9C-4940-A271-6E51DB56E284 -setup Uninstall -type action -title {Move Forward} -component MoveForward -active Yes -parent 44DEB994-3227-4D45-8AAF-97C6BF7DA66E | |
348 InstallComponent 14B01D4E-2240-4EE8-8E2F-6A8FA09DBB72 -setup Uninstall -type pane -conditions E26CCBFE-A672-4B88-BD04-9A11859EDD42 -title {Uninstall Details} -component UninstallDetails -active Yes -parent StandardUninstall | |
349 Condition E26CCBFE-A672-4B88-BD04-9A11859EDD42 -active Yes -parent 14B01D4E-2240-4EE8-8E2F-6A8FA09DBB72 -title {String Is Condition} -component StringIsCondition -TreeObject::id E26CCBFE-A672-4B88-BD04-9A11859EDD42 | |
350 InstallComponent B41385EA-BF12-40E2-8C63-8D34C9085CB8 -setup Uninstall -type pane -title {Uninstall Complete} -component UninstallComplete -active Yes -parent StandardUninstall | |
351 InstallComponent 7377E888-711F-4C79-B921-2A1A3F1F0CA5 -setup Uninstall -type action -title {Console Ask Yes Or No} -component ConsoleAskYesOrNo -active Yes -parent ConsoleUninstall | |
352 InstallComponent 3E46EE98-D3C8-4984-A581-DAD954625F22 -setup Uninstall -type action -conditions 12E3C8CE-B316-4D20-B2E9-4325A24D4549 -title Exit -component Exit -active Yes -parent ConsoleUninstall | |
353 Condition 12E3C8CE-B316-4D20-B2E9-4325A24D4549 -active Yes -parent 3E46EE98-D3C8-4984-A581-DAD954625F22 -title {String Is Condition} -component StringIsCondition -TreeObject::id 12E3C8CE-B316-4D20-B2E9-4325A24D4549 | |
354 InstallComponent 09720EAD-E327-41AC-B5C4-CAB372D427D8 -setup Uninstall -type action -title {Console Message} -component ConsoleMessage -active Yes -parent ConsoleUninstall | |
355 InstallComponent C1DA1E92-56F3-4EFE-930E-852FEEF558BF -setup Uninstall -type action -title {Execute Action} -component ExecuteAction -active Yes -parent ConsoleUninstall | |
356 InstallComponent 446444AE-E509-41B3-92E1-6B6EFFA1FD12 -setup Uninstall -type action -title {Console Message} -component ConsoleMessage -active Yes -parent ConsoleUninstall | |
357 InstallComponent 0705315B-1FAD-4054-9223-2741A772D570 -setup Uninstall -type action -title Exit -component Exit -active Yes -parent ConsoleUninstall | |
358 InstallComponent BB024539-5037-4A7B-95BE-26C233CD3842 -setup Uninstall -type action -title {Uninstall Everything} -component ExecuteAction -active Yes -parent SilentUninstall | |
359 InstallComponent 7729A27E-04C9-4ED3-9F8E-5971CC308F51 -setup Uninstall -type action -title Exit -component Exit -active Yes -parent SilentUninstall | |
360 InstallComponent 50259665-CDDA-46AC-ADFD-D493028BB700 -setup Uninstall -type actiongroup -title {Setup Actions} -alias {Setup Actions} -active Yes -parent ActionGroupsUninstall | |
361 InstallComponent 23C9F3A6-8FCB-4B22-A553-CCF3300A1097 -setup Uninstall -type actiongroup -title {Startup Actions} -alias {Startup Actions} -active Yes -parent ActionGroupsUninstall | |
362 InstallComponent 08D33FE8-3A67-4F78-B79F-747F0497187B -setup Uninstall -type action -conditions {69663474-61D6-4E8B-B4B8-288E40DEFADD 2013F392-6A72-4E50-8294-F83C8DBECFEA} -title Exit -component Exit -active Yes -parent 23C9F3A6-8FCB-4B22-A553-CCF3300A1097 | |
363 Condition 69663474-61D6-4E8B-B4B8-288E40DEFADD -active Yes -parent 08D33FE8-3A67-4F78-B79F-747F0497187B -title {String Is Condition} -component StringIsCondition -TreeObject::id 69663474-61D6-4E8B-B4B8-288E40DEFADD | |
364 Condition 2013F392-6A72-4E50-8294-F83C8DBECFEA -active Yes -parent 08D33FE8-3A67-4F78-B79F-747F0497187B -title {Ask Yes or No} -component AskYesOrNo -TreeObject::id 2013F392-6A72-4E50-8294-F83C8DBECFEA | |
365 InstallComponent BDBE9DC0-4E01-4B21-8ED7-680161E92902 -setup Uninstall -type actiongroup -title {Uninstall Actions} -alias {Uninstall Actions} -active Yes -parent ActionGroupsUninstall | |
366 InstallComponent EF10895C-0CC7-4072-AFB5-B8D5ADD27E1B -setup Uninstall -type action -title {Uninstall Selected Files} -component UninstallSelectedFiles -active Yes -parent BDBE9DC0-4E01-4B21-8ED7-680161E92902 | |
367 InstallComponent 654CF276-B044-4793-95C6-57A33433250F -setup Uninstall -type actiongroup -title {Finish Actions} -alias {Finish Actions} -active Yes -parent ActionGroupsUninstall | |
368 InstallComponent AC727B92-7C03-4C07-9E07-CADE9DF02694 -setup Uninstall -type actiongroup -title {Cancel Actions} -alias {Cancel Actions} -active Yes -parent ActionGroupsUninstall | |
369 | |
370 array set Properties { | |
371 040D4822-74FC-432F-A45B-36BA44FEFF99,CheckCondition | |
372 {Before Action is Executed} | |
373 | |
374 040D4822-74FC-432F-A45B-36BA44FEFF99,Filename | |
375 {<%ProgramExecutable%>} | |
376 | |
377 0705315B-1FAD-4054-9223-2741A772D570,ExitType | |
378 {Finish} | |
379 | |
380 08D33FE8-3A67-4F78-B79F-747F0497187B,Comment | |
381 {Ask the user if they want to proceed with the uninstall.} | |
382 | |
383 09720EAD-E327-41AC-B5C4-CAB372D427D8,Message,subst | |
384 {1} | |
385 | |
386 0ADB4A61-3828-4459-B2F2-0EBD8440A5EE,Alias | |
387 {Setup Actions} | |
388 | |
389 0B08768B-E5AA-4701-B9CE-424C9F6AA96B,Description,subst | |
390 {1} | |
391 | |
392 0B08768B-E5AA-4701-B9CE-424C9F6AA96B,DisplayName,subst | |
393 {1} | |
394 | |
395 0B08768B-E5AA-4701-B9CE-424C9F6AA96B,FileGroups | |
396 {7D8589FC-AF69-4DFB-9DE3-363BAFB40C0D} | |
397 | |
398 0B08768B-E5AA-4701-B9CE-424C9F6AA96B,Name | |
399 {Default Component} | |
400 | |
401 0B08768B-E5AA-4701-B9CE-424C9F6AA96B,RequiredComponent | |
402 {Yes} | |
403 | |
404 0CEB080C-8AD4-4C6C-BA7B-92A10D26D88C,Alias | |
405 {Cancel Actions} | |
406 | |
407 12E3C8CE-B316-4D20-B2E9-4325A24D4549,CheckCondition | |
408 {Before Action is Executed} | |
409 | |
410 12E3C8CE-B316-4D20-B2E9-4325A24D4549,Operator | |
411 {false} | |
412 | |
413 12E3C8CE-B316-4D20-B2E9-4325A24D4549,String | |
414 {<%Answer%>} | |
415 | |
416 137AE532-86CF-44B3-9167-0132755FA850,BackButton,subst | |
417 {1} | |
418 | |
419 137AE532-86CF-44B3-9167-0132755FA850,CancelButton,subst | |
420 {1} | |
421 | |
422 137AE532-86CF-44B3-9167-0132755FA850,Caption,subst | |
423 {1} | |
424 | |
425 137AE532-86CF-44B3-9167-0132755FA850,Message,subst | |
426 {1} | |
427 | |
428 137AE532-86CF-44B3-9167-0132755FA850,NextButton,subst | |
429 {1} | |
430 | |
431 147E1FCB-3B06-4776-A3CE-7FE6B93DCC84,CheckCondition | |
432 {Before Action is Executed} | |
433 | |
434 147E1FCB-3B06-4776-A3CE-7FE6B93DCC84,Platform | |
435 {Windows} | |
436 | |
437 14B01D4E-2240-4EE8-8E2F-6A8FA09DBB72,BackButton,subst | |
438 {1} | |
439 | |
440 14B01D4E-2240-4EE8-8E2F-6A8FA09DBB72,CancelButton,subst | |
441 {1} | |
442 | |
443 14B01D4E-2240-4EE8-8E2F-6A8FA09DBB72,Caption,subst | |
444 {1} | |
445 | |
446 14B01D4E-2240-4EE8-8E2F-6A8FA09DBB72,Message,subst | |
447 {1} | |
448 | |
449 14B01D4E-2240-4EE8-8E2F-6A8FA09DBB72,NextButton,subst | |
450 {1} | |
451 | |
452 14B01D4E-2240-4EE8-8E2F-6A8FA09DBB72,Subtitle,subst | |
453 {1} | |
454 | |
455 14B01D4E-2240-4EE8-8E2F-6A8FA09DBB72,Text,subst | |
456 {1} | |
457 | |
458 14B01D4E-2240-4EE8-8E2F-6A8FA09DBB72,Title,subst | |
459 {1} | |
460 | |
461 16ED1571-4A24-4E75-8D65-8F2EF69903AB,CheckCondition | |
462 {Before Action is Executed} | |
463 | |
464 16ED1571-4A24-4E75-8D65-8F2EF69903AB,String | |
465 {<%LaunchApplication%>} | |
466 | |
467 18C3EF37-5C55-43E6-A223-7A4444357E2F,Background | |
468 {#FFFFFF} | |
469 | |
470 18C3EF37-5C55-43E6-A223-7A4444357E2F,Text,subst | |
471 {1} | |
472 | |
473 18C3EF37-5C55-43E6-A223-7A4444357E2F,Type | |
474 {checkbutton} | |
475 | |
476 18C3EF37-5C55-43E6-A223-7A4444357E2F,VirtualText | |
477 {ViewReadme} | |
478 | |
479 18C3EF37-5C55-43E6-A223-7A4444357E2F,X | |
480 {185} | |
481 | |
482 18C3EF37-5C55-43E6-A223-7A4444357E2F,Y | |
483 {140} | |
484 | |
485 1AA9090F-36B7-4A63-8650-DD76DA7B787A,CheckCondition | |
486 {Before Action is Executed} | |
487 | |
488 1AA9090F-36B7-4A63-8650-DD76DA7B787A,String | |
489 {<%CreateDesktopShortcut%>} | |
490 | |
491 1AB72C39-609E-4F09-8834-3D3C8A68BEB1,CheckCondition | |
492 {Before Action is Executed} | |
493 | |
494 1AB72C39-609E-4F09-8834-3D3C8A68BEB1,Operator | |
495 {false} | |
496 | |
497 1AB72C39-609E-4F09-8834-3D3C8A68BEB1,String | |
498 {<%UpgradeInstall%>} | |
499 | |
500 1B65C97D-8937-4145-9BA5-EAD9C908BDBE,CheckCondition | |
501 {Before Action is Executed} | |
502 | |
503 1B65C97D-8937-4145-9BA5-EAD9C908BDBE,Filename | |
504 {<%ProgramReadme%>} | |
505 | |
506 1BF9B52D-D364-470B-8D12-A5ADD1A47B5B,CheckCondition | |
507 {Before Action is Executed} | |
508 | |
509 1BF9B52D-D364-470B-8D12-A5ADD1A47B5B,Operator | |
510 {false} | |
511 | |
512 1BF9B52D-D364-470B-8D12-A5ADD1A47B5B,String | |
513 {<%InstallStopped%>} | |
514 | |
515 1D290830-4FD2-4440-A00E-2A8668632CE1,CheckCondition | |
516 {Before Action is Executed} | |
517 | |
518 1D290830-4FD2-4440-A00E-2A8668632CE1,Operator | |
519 {false} | |
520 | |
521 1D290830-4FD2-4440-A00E-2A8668632CE1,String | |
522 {<%InstallStopped%>} | |
523 | |
524 1D532C82-EEEA-4AA3-B14B-D0F8AD35DBF2,Message,subst | |
525 {1} | |
526 | |
527 1ED68248-972F-4343-BEF4-C91ED3618601,Background | |
528 {#FFFFFF} | |
529 | |
530 1ED68248-972F-4343-BEF4-C91ED3618601,Text,subst | |
531 {1} | |
532 | |
533 1ED68248-972F-4343-BEF4-C91ED3618601,Type | |
534 {checkbutton} | |
535 | |
536 1ED68248-972F-4343-BEF4-C91ED3618601,VirtualText | |
537 {CreateDesktopShortcut} | |
538 | |
539 1ED68248-972F-4343-BEF4-C91ED3618601,X | |
540 {185} | |
541 | |
542 1ED68248-972F-4343-BEF4-C91ED3618601,Y | |
543 {180} | |
544 | |
545 2013F392-6A72-4E50-8294-F83C8DBECFEA,CheckCondition | |
546 {Before Action is Executed} | |
547 | |
548 2013F392-6A72-4E50-8294-F83C8DBECFEA,Message,subst | |
549 {1} | |
550 | |
551 2013F392-6A72-4E50-8294-F83C8DBECFEA,Title,subst | |
552 {1} | |
553 | |
554 2013F392-6A72-4E50-8294-F83C8DBECFEA,TrueValue | |
555 {No} | |
556 | |
557 23C9F3A6-8FCB-4B22-A553-CCF3300A1097,Alias | |
558 {Startup Actions} | |
559 | |
560 26B9948E-44F1-40C7-8CBA-419E51CF5575,CheckCondition | |
561 {Before Action is Executed} | |
562 | |
563 26B9948E-44F1-40C7-8CBA-419E51CF5575,Filename | |
564 {<%ProgramReadme%>} | |
565 | |
566 2A3B15B2-D3B0-43DD-9FDD-581278BD0EA6,Components | |
567 {0B08768B-E5AA-4701-B9CE-424C9F6AA96B} | |
568 | |
569 2A3B15B2-D3B0-43DD-9FDD-581278BD0EA6,Description,subst | |
570 {1} | |
571 | |
572 2A3B15B2-D3B0-43DD-9FDD-581278BD0EA6,DisplayName,subst | |
573 {1} | |
574 | |
575 2A3B15B2-D3B0-43DD-9FDD-581278BD0EA6,Name | |
576 {Custom} | |
577 | |
578 2AE46278-0442-4ACB-92BC-33F85D961AE6,BackButton,subst | |
579 {1} | |
580 | |
581 2AE46278-0442-4ACB-92BC-33F85D961AE6,CancelButton,subst | |
582 {1} | |
583 | |
584 2AE46278-0442-4ACB-92BC-33F85D961AE6,Caption,subst | |
585 {1} | |
586 | |
587 2AE46278-0442-4ACB-92BC-33F85D961AE6,Message,subst | |
588 {1} | |
589 | |
590 2AE46278-0442-4ACB-92BC-33F85D961AE6,NextButton,subst | |
591 {1} | |
592 | |
593 312F5FB0-FF24-477F-8A66-F333A5124D9D,BackButton,subst | |
594 {1} | |
595 | |
596 312F5FB0-FF24-477F-8A66-F333A5124D9D,CancelButton,subst | |
597 {1} | |
598 | |
599 312F5FB0-FF24-477F-8A66-F333A5124D9D,Caption,subst | |
600 {1} | |
601 | |
602 312F5FB0-FF24-477F-8A66-F333A5124D9D,FileLabel,subst | |
603 {1} | |
604 | |
605 312F5FB0-FF24-477F-8A66-F333A5124D9D,Message,subst | |
606 {1} | |
607 | |
608 312F5FB0-FF24-477F-8A66-F333A5124D9D,NextButton,subst | |
609 {1} | |
610 | |
611 312F5FB0-FF24-477F-8A66-F333A5124D9D,ProgressValue,subst | |
612 {1} | |
613 | |
614 312F5FB0-FF24-477F-8A66-F333A5124D9D,Subtitle,subst | |
615 {1} | |
616 | |
617 312F5FB0-FF24-477F-8A66-F333A5124D9D,Title,subst | |
618 {1} | |
619 | |
620 392B6093-41C9-4CAA-BE29-4F2E2055363D,ExecuteAction | |
621 {Before Pane is Displayed} | |
622 | |
623 392B6093-41C9-4CAA-BE29-4F2E2055363D,State | |
624 {disabled} | |
625 | |
626 392B6093-41C9-4CAA-BE29-4F2E2055363D,Widget | |
627 {NextButton; CancelButton} | |
628 | |
629 39D5E2BB-5E09-40E5-B17F-9A087BC40984,Comment | |
630 {Ask the user if they want to proceed with the install.} | |
631 | |
632 3D587A2C-2764-4105-9E8B-46443BFF7FE3,CheckCondition | |
633 {Before Action is Executed} | |
634 | |
635 3D587A2C-2764-4105-9E8B-46443BFF7FE3,Operator | |
636 {false} | |
637 | |
638 3D587A2C-2764-4105-9E8B-46443BFF7FE3,String | |
639 {<%InstallStopped%>} | |
640 | |
641 436E86CF-1049-4020-87C6-08919DF47E9D,BackButton,subst | |
642 {1} | |
643 | |
644 436E86CF-1049-4020-87C6-08919DF47E9D,CancelButton,subst | |
645 {1} | |
646 | |
647 436E86CF-1049-4020-87C6-08919DF47E9D,Caption,subst | |
648 {1} | |
649 | |
650 436E86CF-1049-4020-87C6-08919DF47E9D,FileLabel,subst | |
651 {1} | |
652 | |
653 436E86CF-1049-4020-87C6-08919DF47E9D,Message,subst | |
654 {1} | |
655 | |
656 436E86CF-1049-4020-87C6-08919DF47E9D,NextButton,subst | |
657 {1} | |
658 | |
659 436E86CF-1049-4020-87C6-08919DF47E9D,ProgressValue,subst | |
660 {1} | |
661 | |
662 436E86CF-1049-4020-87C6-08919DF47E9D,Subtitle,subst | |
663 {1} | |
664 | |
665 436E86CF-1049-4020-87C6-08919DF47E9D,Title,subst | |
666 {1} | |
667 | |
668 446444AE-E509-41B3-92E1-6B6EFFA1FD12,Message,subst | |
669 {1} | |
670 | |
671 44DEB994-3227-4D45-8AAF-97C6BF7DA66E,BackButton,subst | |
672 {1} | |
673 | |
674 44DEB994-3227-4D45-8AAF-97C6BF7DA66E,CancelButton,subst | |
675 {1} | |
676 | |
677 44DEB994-3227-4D45-8AAF-97C6BF7DA66E,Caption,subst | |
678 {1} | |
679 | |
680 44DEB994-3227-4D45-8AAF-97C6BF7DA66E,FileValue,subst | |
681 {1} | |
682 | |
683 44DEB994-3227-4D45-8AAF-97C6BF7DA66E,Message,subst | |
684 {1} | |
685 | |
686 44DEB994-3227-4D45-8AAF-97C6BF7DA66E,NextButton,subst | |
687 {1} | |
688 | |
689 44DEB994-3227-4D45-8AAF-97C6BF7DA66E,ProgressValue,subst | |
690 {1} | |
691 | |
692 44DEB994-3227-4D45-8AAF-97C6BF7DA66E,Subtitle,subst | |
693 {1} | |
694 | |
695 44DEB994-3227-4D45-8AAF-97C6BF7DA66E,Title,subst | |
696 {1} | |
697 | |
698 46287AD0-DC63-4C65-A9D9-CF6D2DDC28BF,CheckCondition | |
699 {Before Action is Executed} | |
700 | |
701 46287AD0-DC63-4C65-A9D9-CF6D2DDC28BF,Operator | |
702 {false} | |
703 | |
704 46287AD0-DC63-4C65-A9D9-CF6D2DDC28BF,String | |
705 {<%InstallStopped%>} | |
706 | |
707 4629322A-B41A-41FD-976D-987B375AFECC,Caption,subst | |
708 {1} | |
709 | |
710 4629322A-B41A-41FD-976D-987B375AFECC,CloseButton,subst | |
711 {1} | |
712 | |
713 4629322A-B41A-41FD-976D-987B375AFECC,Message,subst | |
714 {1} | |
715 | |
716 4629322A-B41A-41FD-976D-987B375AFECC,TextFile | |
717 {<%ProgramReadme%>} | |
718 | |
719 4629322A-B41A-41FD-976D-987B375AFECC,Title,subst | |
720 {1} | |
721 | |
722 489BB600-70D6-4EC8-B032-F5FF6FDD532F,Components | |
723 {0B08768B-E5AA-4701-B9CE-424C9F6AA96B} | |
724 | |
725 489BB600-70D6-4EC8-B032-F5FF6FDD532F,Description,subst | |
726 {1} | |
727 | |
728 489BB600-70D6-4EC8-B032-F5FF6FDD532F,DisplayName,subst | |
729 {1} | |
730 | |
731 489BB600-70D6-4EC8-B032-F5FF6FDD532F,Name | |
732 {Typical} | |
733 | |
734 4B9F4FD3-2A7D-47E5-8EDD-A789EE7BEB92,Alias | |
735 {Startup Actions} | |
736 | |
737 50259665-CDDA-46AC-ADFD-D493028BB700,Alias | |
738 {Setup Actions} | |
739 | |
740 53358455-6066-4EC4-B313-32B960050C2B,Action | |
741 {Install Actions} | |
742 | |
743 54865810-0EB1-44F6-A737-11953CDA59A0,CheckCondition | |
744 {Before Action is Executed} | |
745 | |
746 54865810-0EB1-44F6-A737-11953CDA59A0,String | |
747 {<%GuiMode%>} | |
748 | |
749 566F51B1-AFB2-4D36-AC8A-F8EF2E41CFCD,Action | |
750 {Install Actions} | |
751 | |
752 56A12F16-B339-4D29-9B64-FB118A810DF0,Comment | |
753 {Do not display this pane if this is an upgrade install unless there is more than one installation present} | |
754 | |
755 56A12F16-B339-4D29-9B64-FB118A810DF0,Script | |
756 {!<%UpgradeInstall%> || <%PreviousInstallCount%> != 1} | |
757 | |
758 5E4716C8-584A-4432-A4A0-F4E52EE4C0F7,ExecuteAction | |
759 {Before Pane is Displayed} | |
760 | |
761 5E4716C8-584A-4432-A4A0-F4E52EE4C0F7,State | |
762 {disabled} | |
763 | |
764 5E4716C8-584A-4432-A4A0-F4E52EE4C0F7,Widget | |
765 {Back Button;Next Button} | |
766 | |
767 5E8028FA-E17F-4AD8-BAC5-4F813927D713,CheckCondition | |
768 {Before Action is Executed} | |
769 | |
770 5E8028FA-E17F-4AD8-BAC5-4F813927D713,Filename | |
771 {<%ProgramExecutable%>} | |
772 | |
773 5F872846-216A-4EAE-B600-15CBEE8DF4CF,Background | |
774 {#FFFFFF} | |
775 | |
776 5F872846-216A-4EAE-B600-15CBEE8DF4CF,Text,subst | |
777 {1} | |
778 | |
779 5F872846-216A-4EAE-B600-15CBEE8DF4CF,Type | |
780 {checkbutton} | |
781 | |
782 5F872846-216A-4EAE-B600-15CBEE8DF4CF,VirtualText | |
783 {CreateDesktopShortcut} | |
784 | |
785 5F872846-216A-4EAE-B600-15CBEE8DF4CF,X | |
786 {185} | |
787 | |
788 5F872846-216A-4EAE-B600-15CBEE8DF4CF,Y | |
789 {180} | |
790 | |
791 654CF276-B044-4793-95C6-57A33433250F,Alias | |
792 {Finish Actions} | |
793 | |
794 67145EC1-13C4-4E74-B5DE-A78E1B266785,CheckCondition | |
795 {Before Action is Executed} | |
796 | |
797 67145EC1-13C4-4E74-B5DE-A78E1B266785,Operator | |
798 {false} | |
799 | |
800 67145EC1-13C4-4E74-B5DE-A78E1B266785,String | |
801 {<%UpgradeInstall%>} | |
802 | |
803 6906B67A-2CE8-4625-90CF-1DFF4F5D5111,ExitType | |
804 {Finish} | |
805 | |
806 69663474-61D6-4E8B-B4B8-288E40DEFADD,CheckCondition | |
807 {Before Action is Executed} | |
808 | |
809 69663474-61D6-4E8B-B4B8-288E40DEFADD,String | |
810 {<%GuiMode%>} | |
811 | |
812 6967FABA-B1BD-4160-845A-D3582B8967A9,CheckCondition | |
813 {Before Action is Executed} | |
814 | |
815 6967FABA-B1BD-4160-845A-D3582B8967A9,String | |
816 {<%ViewReadme%>} | |
817 | |
818 697B5256-7EBA-4599-B533-6B1A540B5961,Action | |
819 {Install Actions} | |
820 | |
821 6AED9C7F-5DEE-4356-A1E3-8D9B67EA577A,CheckCondition | |
822 {Before Action is Executed} | |
823 | |
824 6AED9C7F-5DEE-4356-A1E3-8D9B67EA577A,Operator | |
825 {false} | |
826 | |
827 6AED9C7F-5DEE-4356-A1E3-8D9B67EA577A,String | |
828 {<%InstallStopped%>} | |
829 | |
830 72AECA62-50D3-4BBE-87B8-9B7528CCC7BD,CheckCondition | |
831 {Before Action is Executed} | |
832 | |
833 72AECA62-50D3-4BBE-87B8-9B7528CCC7BD,Operator | |
834 {false} | |
835 | |
836 72AECA62-50D3-4BBE-87B8-9B7528CCC7BD,String | |
837 {<%Answer%>} | |
838 | |
839 7377E888-711F-4C79-B921-2A1A3F1F0CA5,Default | |
840 {Yes} | |
841 | |
842 7377E888-711F-4C79-B921-2A1A3F1F0CA5,Prompt | |
843 {<%UninstallStartupText%>} | |
844 | |
845 7571DE26-7BDF-456E-86DE-FE9362FFB11C,CheckCondition | |
846 {Before Action is Executed} | |
847 | |
848 7571DE26-7BDF-456E-86DE-FE9362FFB11C,Operator | |
849 {false} | |
850 | |
851 7571DE26-7BDF-456E-86DE-FE9362FFB11C,String | |
852 {<%UpgradeInstall%>} | |
853 | |
854 7729A27E-04C9-4ED3-9F8E-5971CC308F51,ExitType | |
855 {Finish} | |
856 | |
857 78B27C47-637A-42F5-934A-4EFA6164572F,CheckCondition | |
858 {Before Action is Executed} | |
859 | |
860 78B27C47-637A-42F5-934A-4EFA6164572F,String | |
861 {<%GuiMode%>} | |
862 | |
863 78E848D0-C357-4F8D-9A49-2F1C075E8C87,CheckCondition | |
864 {Before Action is Executed} | |
865 | |
866 78E848D0-C357-4F8D-9A49-2F1C075E8C87,Filename | |
867 {<%ProgramExecutable%>} | |
868 | |
869 7B9998FD-0077-4EC1-8F96-88ABBE05A702,Background | |
870 {#FFFFFF} | |
871 | |
872 7B9998FD-0077-4EC1-8F96-88ABBE05A702,Text,subst | |
873 {1} | |
874 | |
875 7B9998FD-0077-4EC1-8F96-88ABBE05A702,Type | |
876 {checkbutton} | |
877 | |
878 7B9998FD-0077-4EC1-8F96-88ABBE05A702,VirtualText | |
879 {CreateQuickLaunchShortcut} | |
880 | |
881 7B9998FD-0077-4EC1-8F96-88ABBE05A702,X | |
882 {185} | |
883 | |
884 7B9998FD-0077-4EC1-8F96-88ABBE05A702,Y | |
885 {200} | |
886 | |
887 7BF3B571-3EE3-485C-BFB9-3732B067B63F,CheckCondition | |
888 {Before Action is Executed} | |
889 | |
890 7BF3B571-3EE3-485C-BFB9-3732B067B63F,Message,subst | |
891 {1} | |
892 | |
893 7BF3B571-3EE3-485C-BFB9-3732B067B63F,Title,subst | |
894 {1} | |
895 | |
896 7BF3B571-3EE3-485C-BFB9-3732B067B63F,TrueValue | |
897 {No} | |
898 | |
899 7C59ECDE-E0B1-4B3B-9ADE-364347F153E1,FileName | |
900 {<%ShortAppName%>-uninstall} | |
901 | |
902 7C59ECDE-E0B1-4B3B-9ADE-364347F153E1,ShortcutName | |
903 {Uninstall <%AppName%>} | |
904 | |
905 7C59ECDE-E0B1-4B3B-9ADE-364347F153E1,TargetFileName | |
906 {<%Uninstaller%>} | |
907 | |
908 7C59ECDE-E0B1-4B3B-9ADE-364347F153E1,WorkingDirectory | |
909 {<%InstallDir%>} | |
910 | |
911 7D1EBBDC-5691-4044-BB19-6CE7D704D434,CheckCondition | |
912 {Before Action is Executed} | |
913 | |
914 7D1EBBDC-5691-4044-BB19-6CE7D704D434,Filename | |
915 {<%ProgramReadme%>} | |
916 | |
917 7D8589FC-AF69-4DFB-9DE3-363BAFB40C0D,Destination | |
918 {<%InstallDir%>} | |
919 | |
920 7D8589FC-AF69-4DFB-9DE3-363BAFB40C0D,FileSize | |
921 {49475988} | |
922 | |
923 7D8589FC-AF69-4DFB-9DE3-363BAFB40C0D,Name | |
924 {Program Files} | |
925 | |
926 806BCA96-55DE-4551-BD24-7BDA967C0122,BackButton,subst | |
927 {1} | |
928 | |
929 806BCA96-55DE-4551-BD24-7BDA967C0122,BrowseButton,subst | |
930 {1} | |
931 | |
932 806BCA96-55DE-4551-BD24-7BDA967C0122,BrowseText,subst | |
933 {1} | |
934 | |
935 806BCA96-55DE-4551-BD24-7BDA967C0122,CancelButton,subst | |
936 {1} | |
937 | |
938 806BCA96-55DE-4551-BD24-7BDA967C0122,Caption,subst | |
939 {1} | |
940 | |
941 806BCA96-55DE-4551-BD24-7BDA967C0122,Destination,subst | |
942 {1} | |
943 | |
944 806BCA96-55DE-4551-BD24-7BDA967C0122,DestinationLabel,subst | |
945 {0} | |
946 | |
947 806BCA96-55DE-4551-BD24-7BDA967C0122,Message,subst | |
948 {1} | |
949 | |
950 806BCA96-55DE-4551-BD24-7BDA967C0122,NextButton,subst | |
951 {1} | |
952 | |
953 806BCA96-55DE-4551-BD24-7BDA967C0122,Subtitle,subst | |
954 {1} | |
955 | |
956 806BCA96-55DE-4551-BD24-7BDA967C0122,Title,subst | |
957 {1} | |
958 | |
959 822B14AA-B0F0-4CFD-9E69-C5ACA1946599,CheckCondition | |
960 {Before Action is Executed} | |
961 | |
962 822B14AA-B0F0-4CFD-9E69-C5ACA1946599,Platform | |
963 {Windows} | |
964 | |
965 863CE846-BD62-448A-BEC7-DAFF4E9C61A4,CheckCondition | |
966 {Before Action is Executed} | |
967 | |
968 863CE846-BD62-448A-BEC7-DAFF4E9C61A4,Operator | |
969 {false} | |
970 | |
971 863CE846-BD62-448A-BEC7-DAFF4E9C61A4,String | |
972 {<%InstallStopped%>} | |
973 | |
974 8908F64E-3013-478A-8CB2-A232E4E56511,Default | |
975 {Yes} | |
976 | |
977 8908F64E-3013-478A-8CB2-A232E4E56511,Prompt | |
978 {<%InstallStartupText%>} | |
979 | |
980 89C128FC-A7C5-462B-ACAD-DFAF81BE1B4B,ExecuteAction | |
981 {Before Pane is Displayed} | |
982 | |
983 89C128FC-A7C5-462B-ACAD-DFAF81BE1B4B,State | |
984 {disabled} | |
985 | |
986 89C128FC-A7C5-462B-ACAD-DFAF81BE1B4B,Widget | |
987 {Back Button;Next Button} | |
988 | |
989 8B1A41D1-6E41-41B4-80F6-15493100F9FC,ShortcutName | |
990 {<%AppName%>} | |
991 | |
992 8B1A41D1-6E41-41B4-80F6-15493100F9FC,TargetFileName | |
993 {<%ProgramExecutable%>} | |
994 | |
995 8B1A41D1-6E41-41B4-80F6-15493100F9FC,WorkingDirectory | |
996 {<%InstallDir%>} | |
997 | |
998 8DA0CB01-C65E-4F61-842C-38C1AD3087C1,CheckCondition | |
999 {Before Action is Executed} | |
1000 | |
1001 8DA0CB01-C65E-4F61-842C-38C1AD3087C1,Filename | |
1002 {<%ProgramExecutable%>} | |
1003 | |
1004 9688B263-B6EC-40CD-9B31-0D1843879A88,CheckCondition | |
1005 {Before Action is Executed} | |
1006 | |
1007 9688B263-B6EC-40CD-9B31-0D1843879A88,Filename | |
1008 {<%ProgramExecutable%>} | |
1009 | |
1010 96B93C29-6883-4B14-A4BB-063769CC7311,Background | |
1011 {#FFFFFF} | |
1012 | |
1013 96B93C29-6883-4B14-A4BB-063769CC7311,Text,subst | |
1014 {1} | |
1015 | |
1016 96B93C29-6883-4B14-A4BB-063769CC7311,Type | |
1017 {checkbutton} | |
1018 | |
1019 96B93C29-6883-4B14-A4BB-063769CC7311,VirtualText | |
1020 {LaunchApplication} | |
1021 | |
1022 96B93C29-6883-4B14-A4BB-063769CC7311,X | |
1023 {185} | |
1024 | |
1025 96B93C29-6883-4B14-A4BB-063769CC7311,Y | |
1026 {160} | |
1027 | |
1028 96D47F15-DF92-4ED1-B3B7-568EBD24CB9B,Alias | |
1029 {Install Actions} | |
1030 | |
1031 A0694726-591A-4EBA-AAD2-075E5F9091EE,BackButton,subst | |
1032 {1} | |
1033 | |
1034 A0694726-591A-4EBA-AAD2-075E5F9091EE,CancelButton,subst | |
1035 {1} | |
1036 | |
1037 A0694726-591A-4EBA-AAD2-075E5F9091EE,Caption,subst | |
1038 {1} | |
1039 | |
1040 A0694726-591A-4EBA-AAD2-075E5F9091EE,Message,subst | |
1041 {1} | |
1042 | |
1043 A0694726-591A-4EBA-AAD2-075E5F9091EE,NextButton,subst | |
1044 {1} | |
1045 | |
1046 A5D3BBB1-85B1-4EB2-B853-8B55062277FC,CheckCondition | |
1047 {Before Next Pane is Displayed} | |
1048 | |
1049 A5D3BBB1-85B1-4EB2-B853-8B55062277FC,FailureMessage | |
1050 {<%DirectoryPermissionText%>} | |
1051 | |
1052 A5D3BBB1-85B1-4EB2-B853-8B55062277FC,Filename | |
1053 {<%InstallDir%>} | |
1054 | |
1055 A5D3BBB1-85B1-4EB2-B853-8B55062277FC,Permission | |
1056 {can create} | |
1057 | |
1058 AC727B92-7C03-4C07-9E07-CADE9DF02694,Alias | |
1059 {Cancel Actions} | |
1060 | |
1061 AD493088-BC25-4A05-83FF-CAED2A7960F0,ProgramCommandLine | |
1062 {<%ProgramExecutable%>} | |
1063 | |
1064 AD493088-BC25-4A05-83FF-CAED2A7960F0,WaitForProgram | |
1065 {No} | |
1066 | |
1067 AD493088-BC25-4A05-83FF-CAED2A7960F0,WorkingDirectory | |
1068 {<%InstallDir%>} | |
1069 | |
1070 AF5F4D19-561B-4E81-8A7A-D0C9DCEE7487,ShortcutDirectory | |
1071 {<%QUICK_LAUNCH%>} | |
1072 | |
1073 AF5F4D19-561B-4E81-8A7A-D0C9DCEE7487,ShortcutName | |
1074 {<%AppName%>} | |
1075 | |
1076 AF5F4D19-561B-4E81-8A7A-D0C9DCEE7487,TargetFileName | |
1077 {<%ProgramExecutable%>} | |
1078 | |
1079 AF5F4D19-561B-4E81-8A7A-D0C9DCEE7487,WorkingDirectory | |
1080 {<%InstallDir%>} | |
1081 | |
1082 AIX-ppc,Active | |
1083 {No} | |
1084 | |
1085 AIX-ppc,BuildSeparateArchives | |
1086 {No} | |
1087 | |
1088 AIX-ppc,DefaultDirectoryPermission | |
1089 {0755} | |
1090 | |
1091 AIX-ppc,DefaultFilePermission | |
1092 {0755} | |
1093 | |
1094 AIX-ppc,Executable | |
1095 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} | |
1096 | |
1097 AIX-ppc,FallBackToConsole | |
1098 {Yes} | |
1099 | |
1100 AIX-ppc,InstallDir | |
1101 {<%Home%>/<%ShortAppName%>} | |
1102 | |
1103 AIX-ppc,InstallMode | |
1104 {Standard} | |
1105 | |
1106 AIX-ppc,InstallType | |
1107 {Typical} | |
1108 | |
1109 AIX-ppc,ProgramExecutable | |
1110 {<%InstallDir%>/EasyMercurial} | |
1111 | |
1112 AIX-ppc,ProgramFolderAllUsers | |
1113 {No} | |
1114 | |
1115 AIX-ppc,ProgramFolderName | |
1116 {<%AppName%>} | |
1117 | |
1118 AIX-ppc,ProgramLicense | |
1119 {<%InstallDir%>/LICENSE.txt} | |
1120 | |
1121 AIX-ppc,ProgramName | |
1122 {} | |
1123 | |
1124 AIX-ppc,ProgramReadme | |
1125 {<%InstallDir%>/README.txt} | |
1126 | |
1127 AIX-ppc,PromptForRoot | |
1128 {Yes} | |
1129 | |
1130 AIX-ppc,RequireRoot | |
1131 {No} | |
1132 | |
1133 AIX-ppc,RootInstallDir | |
1134 {/usr/local/<%ShortAppName%>} | |
1135 | |
1136 B41385EA-BF12-40E2-8C63-8D34C9085CB8,BackButton,subst | |
1137 {1} | |
1138 | |
1139 B41385EA-BF12-40E2-8C63-8D34C9085CB8,CancelButton,subst | |
1140 {1} | |
1141 | |
1142 B41385EA-BF12-40E2-8C63-8D34C9085CB8,Caption,subst | |
1143 {1} | |
1144 | |
1145 B41385EA-BF12-40E2-8C63-8D34C9085CB8,Message,subst | |
1146 {1} | |
1147 | |
1148 B41385EA-BF12-40E2-8C63-8D34C9085CB8,NextButton,subst | |
1149 {1} | |
1150 | |
1151 B5EB2E45-BECA-421A-A2F1-1A1D03FBA8E5,Prompt | |
1152 {<%ConsoleSelectDestinationText%>} | |
1153 | |
1154 B5EB2E45-BECA-421A-A2F1-1A1D03FBA8E5,VirtualText | |
1155 {InstallDir} | |
1156 | |
1157 BB024539-5037-4A7B-95BE-26C233CD3842,Action | |
1158 {Uninstall Actions} | |
1159 | |
1160 BB52149D-79DD-4120-8BB8-FF9E81E79E42,Background | |
1161 {#FFFFFF} | |
1162 | |
1163 BB52149D-79DD-4120-8BB8-FF9E81E79E42,Text,subst | |
1164 {1} | |
1165 | |
1166 BB52149D-79DD-4120-8BB8-FF9E81E79E42,Type | |
1167 {checkbutton} | |
1168 | |
1169 BB52149D-79DD-4120-8BB8-FF9E81E79E42,VirtualText | |
1170 {CreateQuickLaunchShortcut} | |
1171 | |
1172 BB52149D-79DD-4120-8BB8-FF9E81E79E42,X | |
1173 {185} | |
1174 | |
1175 BB52149D-79DD-4120-8BB8-FF9E81E79E42,Y | |
1176 {200} | |
1177 | |
1178 BDBE9DC0-4E01-4B21-8ED7-680161E92902,Alias | |
1179 {Uninstall Actions} | |
1180 | |
1181 C1C77698-90D3-49DA-8751-B927F3649C44,CheckCondition | |
1182 {Before Action is Executed} | |
1183 | |
1184 C1C77698-90D3-49DA-8751-B927F3649C44,Filename | |
1185 {<%ProgramExecutable%>} | |
1186 | |
1187 C1DA1E92-56F3-4EFE-930E-852FEEF558BF,Action | |
1188 {Uninstall Actions} | |
1189 | |
1190 C5CB03C7-3D7A-4DC5-B335-FE84A9A1D18A,CheckCondition | |
1191 {Before Action is Executed} | |
1192 | |
1193 C5CB03C7-3D7A-4DC5-B335-FE84A9A1D18A,Operator | |
1194 {false} | |
1195 | |
1196 C5CB03C7-3D7A-4DC5-B335-FE84A9A1D18A,String | |
1197 {<%UpgradeInstall%>} | |
1198 | |
1199 CF5E291F-7B8C-4EA0-8A9B-1F7FAE3F58BD,Action | |
1200 {Install Actions} | |
1201 | |
1202 D361C7FD-0376-4C29-8E8F-4056D0F505B6,CheckCondition | |
1203 {Before Action is Executed} | |
1204 | |
1205 D361C7FD-0376-4C29-8E8F-4056D0F505B6,Filename | |
1206 {<%ProgramExecutable%>} | |
1207 | |
1208 D66EB685-05F6-4789-95CD-B3BF714CCFF6,CheckCondition | |
1209 {Before Next Action is Executed} | |
1210 | |
1211 D66EB685-05F6-4789-95CD-B3BF714CCFF6,FailureMessage | |
1212 {<%DirectoryPermissionText%>} | |
1213 | |
1214 D66EB685-05F6-4789-95CD-B3BF714CCFF6,Filename | |
1215 {<%InstallDir%>} | |
1216 | |
1217 D66EB685-05F6-4789-95CD-B3BF714CCFF6,Permission | |
1218 {can create} | |
1219 | |
1220 D7F35084-4D8C-4118-B96C-48FF9496BFE2,CheckCondition | |
1221 {Before Action is Executed} | |
1222 | |
1223 D7F35084-4D8C-4118-B96C-48FF9496BFE2,Filename | |
1224 {<%ProgramExecutable%>} | |
1225 | |
1226 D8F58F63-F6A3-4FF8-8579-5F58FD242EAC,Alias | |
1227 {Finish Actions} | |
1228 | |
1229 DA64DBB1-48C9-481E-A9B5-79114AE13ED3,Background | |
1230 {#FFFFFF} | |
1231 | |
1232 DA64DBB1-48C9-481E-A9B5-79114AE13ED3,Text,subst | |
1233 {1} | |
1234 | |
1235 DA64DBB1-48C9-481E-A9B5-79114AE13ED3,Type | |
1236 {checkbutton} | |
1237 | |
1238 DA64DBB1-48C9-481E-A9B5-79114AE13ED3,VirtualText | |
1239 {LaunchApplication} | |
1240 | |
1241 DA64DBB1-48C9-481E-A9B5-79114AE13ED3,X | |
1242 {185} | |
1243 | |
1244 DA64DBB1-48C9-481E-A9B5-79114AE13ED3,Y | |
1245 {160} | |
1246 | |
1247 DBF8F9B2-6265-4155-9984-8F6EEE64E634,CheckCondition | |
1248 {Before Action is Executed} | |
1249 | |
1250 DBF8F9B2-6265-4155-9984-8F6EEE64E634,String | |
1251 {<%GuiMode%>} | |
1252 | |
1253 DDC5D1FE-8AB6-43C5-8CE2-5C71729E8BFF,Background | |
1254 {#FFFFFF} | |
1255 | |
1256 DDC5D1FE-8AB6-43C5-8CE2-5C71729E8BFF,Text,subst | |
1257 {1} | |
1258 | |
1259 DDC5D1FE-8AB6-43C5-8CE2-5C71729E8BFF,Type | |
1260 {checkbutton} | |
1261 | |
1262 DDC5D1FE-8AB6-43C5-8CE2-5C71729E8BFF,VirtualText | |
1263 {ViewReadme} | |
1264 | |
1265 DDC5D1FE-8AB6-43C5-8CE2-5C71729E8BFF,X | |
1266 {185} | |
1267 | |
1268 DDC5D1FE-8AB6-43C5-8CE2-5C71729E8BFF,Y | |
1269 {140} | |
1270 | |
1271 E26CCBFE-A672-4B88-BD04-9A11859EDD42,String | |
1272 {<%ErrorsOccurred%>} | |
1273 | |
1274 E4CE56DE-497F-4D32-A6AC-2D03EBF05FD6,CheckCondition | |
1275 {Before Action is Executed} | |
1276 | |
1277 E4CE56DE-497F-4D32-A6AC-2D03EBF05FD6,Operator | |
1278 {false} | |
1279 | |
1280 E4CE56DE-497F-4D32-A6AC-2D03EBF05FD6,String | |
1281 {<%InstallStopped%>} | |
1282 | |
1283 E92E5657-B9EE-4F5A-9250-24EE1E67F387,CheckCondition | |
1284 {Before Action is Executed} | |
1285 | |
1286 E92E5657-B9EE-4F5A-9250-24EE1E67F387,Operator | |
1287 {false} | |
1288 | |
1289 E92E5657-B9EE-4F5A-9250-24EE1E67F387,String | |
1290 {<%InstallStopped%>} | |
1291 | |
1292 EAE9FD9C-689E-40D0-9A06-BBAD9F22D0B1,Message,subst | |
1293 {1} | |
1294 | |
1295 F114794C-193C-4E5D-8830-4BBF8FDF9FC8,CheckCondition | |
1296 {Before Action is Executed} | |
1297 | |
1298 F114794C-193C-4E5D-8830-4BBF8FDF9FC8,String | |
1299 {<%CreateQuickLaunchShortcut%>} | |
1300 | |
1301 F1F054C5-13AA-41B3-8BF3-79A7B63EBFC9,Action | |
1302 {Uninstall Actions} | |
1303 | |
1304 F212318C-2AAC-4B73-8A27-791B38F9D509,ExitType | |
1305 {Finish} | |
1306 | |
1307 F243AA46-CB2B-46BA-8254-0CE5192BFD7B,ShortcutName | |
1308 {<%AppName%>} | |
1309 | |
1310 F243AA46-CB2B-46BA-8254-0CE5192BFD7B,TargetFileName | |
1311 {<%ProgramExecutable%>} | |
1312 | |
1313 F243AA46-CB2B-46BA-8254-0CE5192BFD7B,WorkingDirectory | |
1314 {<%InstallDir%>} | |
1315 | |
1316 F97966F6-B23B-4C59-95BC-A0A06B71B2BF,CheckCondition | |
1317 {Before Action is Executed} | |
1318 | |
1319 F97966F6-B23B-4C59-95BC-A0A06B71B2BF,Filename | |
1320 {<%ProgramExecutable%>} | |
1321 | |
1322 FC22F272-B809-410E-A4C3-C3143C71FC94,BackButton,subst | |
1323 {1} | |
1324 | |
1325 FC22F272-B809-410E-A4C3-C3143C71FC94,CancelButton,subst | |
1326 {1} | |
1327 | |
1328 FC22F272-B809-410E-A4C3-C3143C71FC94,Caption,subst | |
1329 {1} | |
1330 | |
1331 FC22F272-B809-410E-A4C3-C3143C71FC94,Message,subst | |
1332 {1} | |
1333 | |
1334 FC22F272-B809-410E-A4C3-C3143C71FC94,NextButton,subst | |
1335 {1} | |
1336 | |
1337 FC22F272-B809-410E-A4C3-C3143C71FC94,Subtitle,subst | |
1338 {1} | |
1339 | |
1340 FC22F272-B809-410E-A4C3-C3143C71FC94,Text,subst | |
1341 {1} | |
1342 | |
1343 FC22F272-B809-410E-A4C3-C3143C71FC94,Title,subst | |
1344 {1} | |
1345 | |
1346 FreeBSD-4-x86,Active | |
1347 {No} | |
1348 | |
1349 FreeBSD-4-x86,BuildSeparateArchives | |
1350 {No} | |
1351 | |
1352 FreeBSD-4-x86,DefaultDirectoryPermission | |
1353 {0755} | |
1354 | |
1355 FreeBSD-4-x86,DefaultFilePermission | |
1356 {0755} | |
1357 | |
1358 FreeBSD-4-x86,Executable | |
1359 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} | |
1360 | |
1361 FreeBSD-4-x86,FallBackToConsole | |
1362 {Yes} | |
1363 | |
1364 FreeBSD-4-x86,InstallDir | |
1365 {<%Home%>/<%ShortAppName%>} | |
1366 | |
1367 FreeBSD-4-x86,InstallMode | |
1368 {Standard} | |
1369 | |
1370 FreeBSD-4-x86,InstallType | |
1371 {Typical} | |
1372 | |
1373 FreeBSD-4-x86,ProgramExecutable | |
1374 {<%InstallDir%>/EasyMercurial} | |
1375 | |
1376 FreeBSD-4-x86,ProgramFolderAllUsers | |
1377 {No} | |
1378 | |
1379 FreeBSD-4-x86,ProgramFolderName | |
1380 {<%AppName%>} | |
1381 | |
1382 FreeBSD-4-x86,ProgramLicense | |
1383 {<%InstallDir%>/LICENSE.txt} | |
1384 | |
1385 FreeBSD-4-x86,ProgramName | |
1386 {} | |
1387 | |
1388 FreeBSD-4-x86,ProgramReadme | |
1389 {<%InstallDir%>/README.txt} | |
1390 | |
1391 FreeBSD-4-x86,PromptForRoot | |
1392 {Yes} | |
1393 | |
1394 FreeBSD-4-x86,RequireRoot | |
1395 {No} | |
1396 | |
1397 FreeBSD-4-x86,RootInstallDir | |
1398 {/usr/local/<%ShortAppName%>} | |
1399 | |
1400 FreeBSD-5-x86,Active | |
1401 {No} | |
1402 | |
1403 FreeBSD-5-x86,BuildSeparateArchives | |
1404 {No} | |
1405 | |
1406 FreeBSD-5-x86,DefaultDirectoryPermission | |
1407 {0755} | |
1408 | |
1409 FreeBSD-5-x86,DefaultFilePermission | |
1410 {0755} | |
1411 | |
1412 FreeBSD-5-x86,Executable | |
1413 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} | |
1414 | |
1415 FreeBSD-5-x86,FallBackToConsole | |
1416 {Yes} | |
1417 | |
1418 FreeBSD-5-x86,InstallDir | |
1419 {<%Home%>/<%ShortAppName%>} | |
1420 | |
1421 FreeBSD-5-x86,InstallMode | |
1422 {Standard} | |
1423 | |
1424 FreeBSD-5-x86,InstallType | |
1425 {Typical} | |
1426 | |
1427 FreeBSD-5-x86,ProgramExecutable | |
1428 {<%InstallDir%>/EasyMercurial} | |
1429 | |
1430 FreeBSD-5-x86,ProgramFolderAllUsers | |
1431 {No} | |
1432 | |
1433 FreeBSD-5-x86,ProgramFolderName | |
1434 {<%AppName%>} | |
1435 | |
1436 FreeBSD-5-x86,ProgramLicense | |
1437 {<%InstallDir%>/LICENSE.txt} | |
1438 | |
1439 FreeBSD-5-x86,ProgramName | |
1440 {} | |
1441 | |
1442 FreeBSD-5-x86,ProgramReadme | |
1443 {<%InstallDir%>/README.txt} | |
1444 | |
1445 FreeBSD-5-x86,PromptForRoot | |
1446 {Yes} | |
1447 | |
1448 FreeBSD-5-x86,RequireRoot | |
1449 {No} | |
1450 | |
1451 FreeBSD-5-x86,RootInstallDir | |
1452 {/usr/local/<%ShortAppName%>} | |
1453 | |
1454 FreeBSD-6-x86,Active | |
1455 {No} | |
1456 | |
1457 FreeBSD-6-x86,BuildSeparateArchives | |
1458 {No} | |
1459 | |
1460 FreeBSD-6-x86,DefaultDirectoryPermission | |
1461 {0755} | |
1462 | |
1463 FreeBSD-6-x86,DefaultFilePermission | |
1464 {0755} | |
1465 | |
1466 FreeBSD-6-x86,Executable | |
1467 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} | |
1468 | |
1469 FreeBSD-6-x86,FallBackToConsole | |
1470 {Yes} | |
1471 | |
1472 FreeBSD-6-x86,InstallDir | |
1473 {<%Home%>/<%ShortAppName%>} | |
1474 | |
1475 FreeBSD-6-x86,InstallMode | |
1476 {Standard} | |
1477 | |
1478 FreeBSD-6-x86,InstallType | |
1479 {Typical} | |
1480 | |
1481 FreeBSD-6-x86,ProgramExecutable | |
1482 {<%InstallDir%>/EasyMercurial} | |
1483 | |
1484 FreeBSD-6-x86,ProgramFolderAllUsers | |
1485 {No} | |
1486 | |
1487 FreeBSD-6-x86,ProgramFolderName | |
1488 {<%AppName%>} | |
1489 | |
1490 FreeBSD-6-x86,ProgramLicense | |
1491 {<%InstallDir%>/LICENSE.txt} | |
1492 | |
1493 FreeBSD-6-x86,ProgramName | |
1494 {} | |
1495 | |
1496 FreeBSD-6-x86,ProgramReadme | |
1497 {<%InstallDir%>/README.txt} | |
1498 | |
1499 FreeBSD-6-x86,PromptForRoot | |
1500 {Yes} | |
1501 | |
1502 FreeBSD-6-x86,RequireRoot | |
1503 {No} | |
1504 | |
1505 FreeBSD-6-x86,RootInstallDir | |
1506 {/usr/local/<%ShortAppName%>} | |
1507 | |
1508 FreeBSD-7-x86,Active | |
1509 {No} | |
1510 | |
1511 FreeBSD-7-x86,BuildSeparateArchives | |
1512 {No} | |
1513 | |
1514 FreeBSD-7-x86,DefaultDirectoryPermission | |
1515 {0755} | |
1516 | |
1517 FreeBSD-7-x86,DefaultFilePermission | |
1518 {0755} | |
1519 | |
1520 FreeBSD-7-x86,Executable | |
1521 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} | |
1522 | |
1523 FreeBSD-7-x86,FallBackToConsole | |
1524 {Yes} | |
1525 | |
1526 FreeBSD-7-x86,InstallDir | |
1527 {<%Home%>/<%ShortAppName%>} | |
1528 | |
1529 FreeBSD-7-x86,InstallMode | |
1530 {Standard} | |
1531 | |
1532 FreeBSD-7-x86,InstallType | |
1533 {Typical} | |
1534 | |
1535 FreeBSD-7-x86,ProgramExecutable | |
1536 {<%InstallDir%>/EasyMercurial} | |
1537 | |
1538 FreeBSD-7-x86,ProgramFolderAllUsers | |
1539 {No} | |
1540 | |
1541 FreeBSD-7-x86,ProgramFolderName | |
1542 {<%AppName%>} | |
1543 | |
1544 FreeBSD-7-x86,ProgramLicense | |
1545 {<%InstallDir%>/LICENSE.txt} | |
1546 | |
1547 FreeBSD-7-x86,ProgramName | |
1548 {} | |
1549 | |
1550 FreeBSD-7-x86,ProgramReadme | |
1551 {<%InstallDir%>/README.txt} | |
1552 | |
1553 FreeBSD-7-x86,PromptForRoot | |
1554 {Yes} | |
1555 | |
1556 FreeBSD-7-x86,RequireRoot | |
1557 {No} | |
1558 | |
1559 FreeBSD-7-x86,RootInstallDir | |
1560 {/usr/local/<%ShortAppName%>} | |
1561 | |
1562 HPUX-hppa,Active | |
1563 {No} | |
1564 | |
1565 HPUX-hppa,BuildSeparateArchives | |
1566 {No} | |
1567 | |
1568 HPUX-hppa,DefaultDirectoryPermission | |
1569 {0755} | |
1570 | |
1571 HPUX-hppa,DefaultFilePermission | |
1572 {0755} | |
1573 | |
1574 HPUX-hppa,Executable | |
1575 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} | |
1576 | |
1577 HPUX-hppa,FallBackToConsole | |
1578 {Yes} | |
1579 | |
1580 HPUX-hppa,InstallDir | |
1581 {<%Home%>/<%ShortAppName%>} | |
1582 | |
1583 HPUX-hppa,InstallMode | |
1584 {Standard} | |
1585 | |
1586 HPUX-hppa,InstallType | |
1587 {Typical} | |
1588 | |
1589 HPUX-hppa,ProgramExecutable | |
1590 {<%InstallDir%>/EasyMercurial} | |
1591 | |
1592 HPUX-hppa,ProgramFolderAllUsers | |
1593 {No} | |
1594 | |
1595 HPUX-hppa,ProgramFolderName | |
1596 {<%AppName%>} | |
1597 | |
1598 HPUX-hppa,ProgramLicense | |
1599 {<%InstallDir%>/LICENSE.txt} | |
1600 | |
1601 HPUX-hppa,ProgramName | |
1602 {} | |
1603 | |
1604 HPUX-hppa,ProgramReadme | |
1605 {<%InstallDir%>/README.txt} | |
1606 | |
1607 HPUX-hppa,PromptForRoot | |
1608 {Yes} | |
1609 | |
1610 HPUX-hppa,RequireRoot | |
1611 {No} | |
1612 | |
1613 HPUX-hppa,RootInstallDir | |
1614 {/usr/local/<%ShortAppName%>} | |
1615 | |
1616 Linux-x86,Active | |
1617 {No} | |
1618 | |
1619 Linux-x86,BuildSeparateArchives | |
1620 {No} | |
1621 | |
1622 Linux-x86,DefaultDirectoryPermission | |
1623 {0755} | |
1624 | |
1625 Linux-x86,DefaultFilePermission | |
1626 {0755} | |
1627 | |
1628 Linux-x86,Executable | |
1629 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} | |
1630 | |
1631 Linux-x86,FallBackToConsole | |
1632 {Yes} | |
1633 | |
1634 Linux-x86,InstallDir | |
1635 {<%Home%>/<%ShortAppName%>} | |
1636 | |
1637 Linux-x86,InstallMode | |
1638 {Standard} | |
1639 | |
1640 Linux-x86,InstallType | |
1641 {Typical} | |
1642 | |
1643 Linux-x86,ProgramExecutable | |
1644 {<%InstallDir%>/EasyMercurial} | |
1645 | |
1646 Linux-x86,ProgramFolderAllUsers | |
1647 {No} | |
1648 | |
1649 Linux-x86,ProgramFolderName | |
1650 {<%AppName%>} | |
1651 | |
1652 Linux-x86,ProgramLicense | |
1653 {<%InstallDir%>/LICENSE.txt} | |
1654 | |
1655 Linux-x86,ProgramName | |
1656 {} | |
1657 | |
1658 Linux-x86,ProgramReadme | |
1659 {<%InstallDir%>/README.txt} | |
1660 | |
1661 Linux-x86,PromptForRoot | |
1662 {Yes} | |
1663 | |
1664 Linux-x86,RequireRoot | |
1665 {No} | |
1666 | |
1667 Linux-x86,RootInstallDir | |
1668 {/usr/local/<%ShortAppName%>} | |
1669 | |
1670 Linux-x86_64,Active | |
1671 {No} | |
1672 | |
1673 Linux-x86_64,BuildSeparateArchives | |
1674 {No} | |
1675 | |
1676 Linux-x86_64,DefaultDirectoryPermission | |
1677 {0755} | |
1678 | |
1679 Linux-x86_64,DefaultFilePermission | |
1680 {0755} | |
1681 | |
1682 Linux-x86_64,Executable | |
1683 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} | |
1684 | |
1685 Linux-x86_64,FallBackToConsole | |
1686 {Yes} | |
1687 | |
1688 Linux-x86_64,InstallDir | |
1689 {<%Home%>/<%ShortAppName%>} | |
1690 | |
1691 Linux-x86_64,InstallMode | |
1692 {Standard} | |
1693 | |
1694 Linux-x86_64,InstallType | |
1695 {Typical} | |
1696 | |
1697 Linux-x86_64,ProgramExecutable | |
1698 {<%InstallDir%>/EasyMercurial} | |
1699 | |
1700 Linux-x86_64,ProgramFolderAllUsers | |
1701 {No} | |
1702 | |
1703 Linux-x86_64,ProgramFolderName | |
1704 {<%AppName%>} | |
1705 | |
1706 Linux-x86_64,ProgramLicense | |
1707 {<%InstallDir%>/LICENSE.txt} | |
1708 | |
1709 Linux-x86_64,ProgramName | |
1710 {} | |
1711 | |
1712 Linux-x86_64,ProgramReadme | |
1713 {<%InstallDir%>/README.txt} | |
1714 | |
1715 Linux-x86_64,PromptForRoot | |
1716 {Yes} | |
1717 | |
1718 Linux-x86_64,RequireRoot | |
1719 {No} | |
1720 | |
1721 Linux-x86_64,RootInstallDir | |
1722 {/usr/local/<%ShortAppName%>} | |
1723 | |
1724 Solaris-sparc,Active | |
1725 {No} | |
1726 | |
1727 Solaris-sparc,BuildSeparateArchives | |
1728 {No} | |
1729 | |
1730 Solaris-sparc,DefaultDirectoryPermission | |
1731 {0755} | |
1732 | |
1733 Solaris-sparc,DefaultFilePermission | |
1734 {0755} | |
1735 | |
1736 Solaris-sparc,Executable | |
1737 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} | |
1738 | |
1739 Solaris-sparc,FallBackToConsole | |
1740 {Yes} | |
1741 | |
1742 Solaris-sparc,InstallDir | |
1743 {<%Home%>/<%ShortAppName%>} | |
1744 | |
1745 Solaris-sparc,InstallMode | |
1746 {Standard} | |
1747 | |
1748 Solaris-sparc,InstallType | |
1749 {Typical} | |
1750 | |
1751 Solaris-sparc,ProgramExecutable | |
1752 {<%InstallDir%>/EasyMercurial} | |
1753 | |
1754 Solaris-sparc,ProgramFolderAllUsers | |
1755 {No} | |
1756 | |
1757 Solaris-sparc,ProgramFolderName | |
1758 {<%AppName%>} | |
1759 | |
1760 Solaris-sparc,ProgramLicense | |
1761 {<%InstallDir%>/LICENSE.txt} | |
1762 | |
1763 Solaris-sparc,ProgramName | |
1764 {} | |
1765 | |
1766 Solaris-sparc,ProgramReadme | |
1767 {<%InstallDir%>/README.txt} | |
1768 | |
1769 Solaris-sparc,PromptForRoot | |
1770 {Yes} | |
1771 | |
1772 Solaris-sparc,RequireRoot | |
1773 {No} | |
1774 | |
1775 Solaris-sparc,RootInstallDir | |
1776 {/usr/local/<%ShortAppName%>} | |
1777 | |
1778 Solaris-x86,Active | |
1779 {No} | |
1780 | |
1781 Solaris-x86,BuildSeparateArchives | |
1782 {No} | |
1783 | |
1784 Solaris-x86,DefaultDirectoryPermission | |
1785 {0755} | |
1786 | |
1787 Solaris-x86,DefaultFilePermission | |
1788 {0755} | |
1789 | |
1790 Solaris-x86,Executable | |
1791 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} | |
1792 | |
1793 Solaris-x86,FallBackToConsole | |
1794 {Yes} | |
1795 | |
1796 Solaris-x86,InstallDir | |
1797 {<%Home%>/<%ShortAppName%>} | |
1798 | |
1799 Solaris-x86,InstallMode | |
1800 {Standard} | |
1801 | |
1802 Solaris-x86,InstallType | |
1803 {Typical} | |
1804 | |
1805 Solaris-x86,ProgramExecutable | |
1806 {<%InstallDir%>/EasyMercurial} | |
1807 | |
1808 Solaris-x86,ProgramFolderAllUsers | |
1809 {No} | |
1810 | |
1811 Solaris-x86,ProgramFolderName | |
1812 {<%AppName%>} | |
1813 | |
1814 Solaris-x86,ProgramLicense | |
1815 {<%InstallDir%>/LICENSE.txt} | |
1816 | |
1817 Solaris-x86,ProgramName | |
1818 {} | |
1819 | |
1820 Solaris-x86,ProgramReadme | |
1821 {<%InstallDir%>/README.txt} | |
1822 | |
1823 Solaris-x86,PromptForRoot | |
1824 {Yes} | |
1825 | |
1826 Solaris-x86,RequireRoot | |
1827 {No} | |
1828 | |
1829 Solaris-x86,RootInstallDir | |
1830 {/usr/local/<%ShortAppName%>} | |
1831 | |
1832 TarArchive,Active | |
1833 {No} | |
1834 | |
1835 TarArchive,BuildSeparateArchives | |
1836 {No} | |
1837 | |
1838 TarArchive,CompressionLevel | |
1839 {6} | |
1840 | |
1841 TarArchive,DefaultDirectoryPermission | |
1842 {0755} | |
1843 | |
1844 TarArchive,DefaultFilePermission | |
1845 {0755} | |
1846 | |
1847 TarArchive,Executable | |
1848 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} | |
1849 | |
1850 TarArchive,FallBackToConsole | |
1851 {Yes} | |
1852 | |
1853 TarArchive,InstallDir | |
1854 {<%Home%>/<%ShortAppName%>} | |
1855 | |
1856 TarArchive,InstallMode | |
1857 {Standard} | |
1858 | |
1859 TarArchive,InstallType | |
1860 {Typical} | |
1861 | |
1862 TarArchive,OutputFileName | |
1863 {<%ShortAppName%>-<%Version%>.tar.gz} | |
1864 | |
1865 TarArchive,ProgramExecutable | |
1866 {} | |
1867 | |
1868 TarArchive,ProgramFolderAllUsers | |
1869 {No} | |
1870 | |
1871 TarArchive,ProgramFolderName | |
1872 {<%AppName%>} | |
1873 | |
1874 TarArchive,ProgramLicense | |
1875 {<%InstallDir%>/LICENSE.txt} | |
1876 | |
1877 TarArchive,ProgramName | |
1878 {} | |
1879 | |
1880 TarArchive,ProgramReadme | |
1881 {<%InstallDir%>/README.txt} | |
1882 | |
1883 TarArchive,PromptForRoot | |
1884 {Yes} | |
1885 | |
1886 TarArchive,RequireRoot | |
1887 {No} | |
1888 | |
1889 TarArchive,RootInstallDir | |
1890 {/usr/local/<%ShortAppName%>} | |
1891 | |
1892 TarArchive,VirtualTextMap | |
1893 {<%InstallDir%> <%ShortAppName%>} | |
1894 | |
1895 Windows,Active | |
1896 {Yes} | |
1897 | |
1898 Windows,BuildSeparateArchives | |
1899 {No} | |
1900 | |
1901 Windows,Executable | |
1902 {<%AppName%>-<%Version%>-Setup<%Ext%>} | |
1903 | |
1904 Windows,FileDescription | |
1905 {<%AppName%> <%Version%> Setup} | |
1906 | |
1907 Windows,IncludeTWAPI | |
1908 {No} | |
1909 | |
1910 Windows,InstallDir | |
1911 {<%PROGRAM_FILES%>/<%AppName%>} | |
1912 | |
1913 Windows,InstallMode | |
1914 {Standard} | |
1915 | |
1916 Windows,InstallType | |
1917 {Typical} | |
1918 | |
1919 Windows,LastRequireAdministrator | |
1920 {Yes} | |
1921 | |
1922 Windows,ProgramExecutable | |
1923 {<%InstallDir%>/EasyMercurial.exe} | |
1924 | |
1925 Windows,ProgramFolderAllUsers | |
1926 {No} | |
1927 | |
1928 Windows,ProgramFolderName | |
1929 {<%AppName%>} | |
1930 | |
1931 Windows,ProgramLicense | |
1932 {<%InstallDir%>/LICENSE.txt} | |
1933 | |
1934 Windows,ProgramName | |
1935 {} | |
1936 | |
1937 Windows,ProgramReadme | |
1938 {<%InstallDir%>/README.txt} | |
1939 | |
1940 Windows,RequireAdministrator | |
1941 {Yes} | |
1942 | |
1943 Windows,UseUncompressedBinaries | |
1944 {No} | |
1945 | |
1946 Windows,WindowsIcon | |
1947 {Setup Blue Screen.ico} | |
1948 | |
1949 ZipArchive,Active | |
1950 {No} | |
1951 | |
1952 ZipArchive,BuildSeparateArchives | |
1953 {No} | |
1954 | |
1955 ZipArchive,CompressionLevel | |
1956 {6} | |
1957 | |
1958 ZipArchive,DefaultDirectoryPermission | |
1959 {0755} | |
1960 | |
1961 ZipArchive,DefaultFilePermission | |
1962 {0755} | |
1963 | |
1964 ZipArchive,Executable | |
1965 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} | |
1966 | |
1967 ZipArchive,FallBackToConsole | |
1968 {Yes} | |
1969 | |
1970 ZipArchive,InstallDir | |
1971 {<%Home%>/<%ShortAppName%>} | |
1972 | |
1973 ZipArchive,InstallMode | |
1974 {Standard} | |
1975 | |
1976 ZipArchive,InstallType | |
1977 {Typical} | |
1978 | |
1979 ZipArchive,OutputFileName | |
1980 {<%ShortAppName%>-<%Version%>.zip} | |
1981 | |
1982 ZipArchive,ProgramExecutable | |
1983 {} | |
1984 | |
1985 ZipArchive,ProgramFolderAllUsers | |
1986 {No} | |
1987 | |
1988 ZipArchive,ProgramFolderName | |
1989 {<%AppName%>} | |
1990 | |
1991 ZipArchive,ProgramLicense | |
1992 {<%InstallDir%>/LICENSE.txt} | |
1993 | |
1994 ZipArchive,ProgramName | |
1995 {} | |
1996 | |
1997 ZipArchive,ProgramReadme | |
1998 {<%InstallDir%>/README.txt} | |
1999 | |
2000 ZipArchive,PromptForRoot | |
2001 {Yes} | |
2002 | |
2003 ZipArchive,RequireRoot | |
2004 {No} | |
2005 | |
2006 ZipArchive,RootInstallDir | |
2007 {/usr/local/<%ShortAppName%>} | |
2008 | |
2009 ZipArchive,VirtualTextMap | |
2010 {<%InstallDir%> <%ShortAppName%>} | |
2011 | |
2012 } | |
2013 | |
2014 ::msgcat::mcmset ca { | |
2015 09720EAD-E327-41AC-B5C4-CAB372D427D8,Message | |
2016 {<%UninstallingApplicationText%>} | |
2017 | |
2018 1D532C82-EEEA-4AA3-B14B-D0F8AD35DBF2,Message | |
2019 {<%InstallationCompleteText%>} | |
2020 | |
2021 446444AE-E509-41B3-92E1-6B6EFFA1FD12,Message | |
2022 {<%UninstallCompleteText%>} | |
2023 | |
2024 EAE9FD9C-689E-40D0-9A06-BBAD9F22D0B1,Message | |
2025 {<%InstallingApplicationText%>} | |
2026 | |
2027 } | |
2028 ::msgcat::mcmset cs { | |
2029 09720EAD-E327-41AC-B5C4-CAB372D427D8,Message | |
2030 {<%UninstallingApplicationText%>} | |
2031 | |
2032 1D532C82-EEEA-4AA3-B14B-D0F8AD35DBF2,Message | |
2033 {<%InstallationCompleteText%>} | |
2034 | |
2035 446444AE-E509-41B3-92E1-6B6EFFA1FD12,Message | |
2036 {<%UninstallCompleteText%>} | |
2037 | |
2038 EAE9FD9C-689E-40D0-9A06-BBAD9F22D0B1,Message | |
2039 {<%InstallingApplicationText%>} | |
2040 | |
2041 } | |
2042 ::msgcat::mcmset de { | |
2043 09720EAD-E327-41AC-B5C4-CAB372D427D8,Message | |
2044 {<%UninstallingApplicationText%>} | |
2045 | |
2046 1D532C82-EEEA-4AA3-B14B-D0F8AD35DBF2,Message | |
2047 {<%InstallationCompleteText%>} | |
2048 | |
2049 446444AE-E509-41B3-92E1-6B6EFFA1FD12,Message | |
2050 {<%UninstallCompleteText%>} | |
2051 | |
2052 EAE9FD9C-689E-40D0-9A06-BBAD9F22D0B1,Message | |
2053 {<%InstallingApplicationText%>} | |
2054 | |
2055 } | |
2056 ::msgcat::mcmset en { | |
2057 09720EAD-E327-41AC-B5C4-CAB372D427D8,Message | |
2058 {<%UninstallingApplicationText%>} | |
2059 | |
2060 0B08768B-E5AA-4701-B9CE-424C9F6AA96B,Description | |
2061 {<%ProgramFilesDescription%>} | |
2062 | |
2063 18C3EF37-5C55-43E6-A223-7A4444357E2F,Text | |
2064 {<%ViewReadmeText%>} | |
2065 | |
2066 1D532C82-EEEA-4AA3-B14B-D0F8AD35DBF2,Message | |
2067 {<%InstallationCompleteText%>} | |
2068 | |
2069 1ED68248-972F-4343-BEF4-C91ED3618601,Text | |
2070 {<%CreateDesktopShortcutText%>} | |
2071 | |
2072 2013F392-6A72-4E50-8294-F83C8DBECFEA,Message | |
2073 {<%UninstallStartupText%>} | |
2074 | |
2075 2013F392-6A72-4E50-8294-F83C8DBECFEA,Title | |
2076 {<%UninstallApplicationText%>} | |
2077 | |
2078 2A3B15B2-D3B0-43DD-9FDD-581278BD0EA6,Description | |
2079 {<%CustomInstallDescription%>} | |
2080 | |
2081 446444AE-E509-41B3-92E1-6B6EFFA1FD12,Message | |
2082 {<%UninstallCompleteText%>} | |
2083 | |
2084 4629322A-B41A-41FD-976D-987B375AFECC,Caption | |
2085 {<%ApplicationReadmeText%>} | |
2086 | |
2087 4629322A-B41A-41FD-976D-987B375AFECC,Message | |
2088 {} | |
2089 | |
2090 4629322A-B41A-41FD-976D-987B375AFECC,Title | |
2091 {<%ApplicationReadmeText%>} | |
2092 | |
2093 489BB600-70D6-4EC8-B032-F5FF6FDD532F,Description | |
2094 {<%TypicalInstallDescription%>} | |
2095 | |
2096 5F872846-216A-4EAE-B600-15CBEE8DF4CF,Text | |
2097 {<%CreateDesktopShortcutText%>} | |
2098 | |
2099 7B9998FD-0077-4EC1-8F96-88ABBE05A702,Text | |
2100 {<%CreateQuickLaunchShortcutText%>} | |
2101 | |
2102 7BF3B571-3EE3-485C-BFB9-3732B067B63F,Message | |
2103 {<%InstallStartupText%>} | |
2104 | |
2105 7BF3B571-3EE3-485C-BFB9-3732B067B63F,Title | |
2106 {<%InstallApplicationText%>} | |
2107 | |
2108 96B93C29-6883-4B14-A4BB-063769CC7311,Text | |
2109 {<%LaunchApplicationText%>} | |
2110 | |
2111 BB52149D-79DD-4120-8BB8-FF9E81E79E42,Text | |
2112 {<%CreateQuickLaunchShortcutText%>} | |
2113 | |
2114 DA64DBB1-48C9-481E-A9B5-79114AE13ED3,Text | |
2115 {<%LaunchApplicationText%>} | |
2116 | |
2117 DDC5D1FE-8AB6-43C5-8CE2-5C71729E8BFF,Text | |
2118 {<%ViewReadmeText%>} | |
2119 | |
2120 EAE9FD9C-689E-40D0-9A06-BBAD9F22D0B1,Message | |
2121 {<%InstallingApplicationText%>} | |
2122 | |
2123 } | |
2124 ::msgcat::mcmset es { | |
2125 09720EAD-E327-41AC-B5C4-CAB372D427D8,Message | |
2126 {<%UninstallingApplicationText%>} | |
2127 | |
2128 1D532C82-EEEA-4AA3-B14B-D0F8AD35DBF2,Message | |
2129 {<%InstallationCompleteText%>} | |
2130 | |
2131 446444AE-E509-41B3-92E1-6B6EFFA1FD12,Message | |
2132 {<%UninstallCompleteText%>} | |
2133 | |
2134 EAE9FD9C-689E-40D0-9A06-BBAD9F22D0B1,Message | |
2135 {<%InstallingApplicationText%>} | |
2136 | |
2137 } | |
2138 ::msgcat::mcmset fr { | |
2139 09720EAD-E327-41AC-B5C4-CAB372D427D8,Message | |
2140 {<%UninstallingApplicationText%>} | |
2141 | |
2142 1D532C82-EEEA-4AA3-B14B-D0F8AD35DBF2,Message | |
2143 {<%InstallationCompleteText%>} | |
2144 | |
2145 446444AE-E509-41B3-92E1-6B6EFFA1FD12,Message | |
2146 {<%UninstallCompleteText%>} | |
2147 | |
2148 EAE9FD9C-689E-40D0-9A06-BBAD9F22D0B1,Message | |
2149 {<%InstallingApplicationText%>} | |
2150 | |
2151 } | |
2152 ::msgcat::mcmset hu { | |
2153 09720EAD-E327-41AC-B5C4-CAB372D427D8,Message | |
2154 {<%UninstallingApplicationText%>} | |
2155 | |
2156 1D532C82-EEEA-4AA3-B14B-D0F8AD35DBF2,Message | |
2157 {<%InstallationCompleteText%>} | |
2158 | |
2159 446444AE-E509-41B3-92E1-6B6EFFA1FD12,Message | |
2160 {<%UninstallCompleteText%>} | |
2161 | |
2162 EAE9FD9C-689E-40D0-9A06-BBAD9F22D0B1,Message | |
2163 {<%InstallingApplicationText%>} | |
2164 | |
2165 } | |
2166 ::msgcat::mcmset it { | |
2167 09720EAD-E327-41AC-B5C4-CAB372D427D8,Message | |
2168 {<%UninstallingApplicationText%>} | |
2169 | |
2170 1D532C82-EEEA-4AA3-B14B-D0F8AD35DBF2,Message | |
2171 {<%InstallationCompleteText%>} | |
2172 | |
2173 446444AE-E509-41B3-92E1-6B6EFFA1FD12,Message | |
2174 {<%UninstallCompleteText%>} | |
2175 | |
2176 EAE9FD9C-689E-40D0-9A06-BBAD9F22D0B1,Message | |
2177 {<%InstallingApplicationText%>} | |
2178 | |
2179 } | |
2180 ::msgcat::mcmset lt { | |
2181 09720EAD-E327-41AC-B5C4-CAB372D427D8,Message | |
2182 {<%UninstallingApplicationText%>} | |
2183 | |
2184 1D532C82-EEEA-4AA3-B14B-D0F8AD35DBF2,Message | |
2185 {<%InstallationCompleteText%>} | |
2186 | |
2187 446444AE-E509-41B3-92E1-6B6EFFA1FD12,Message | |
2188 {<%UninstallCompleteText%>} | |
2189 | |
2190 EAE9FD9C-689E-40D0-9A06-BBAD9F22D0B1,Message | |
2191 {<%InstallingApplicationText%>} | |
2192 | |
2193 } | |
2194 ::msgcat::mcmset nl { | |
2195 09720EAD-E327-41AC-B5C4-CAB372D427D8,Message | |
2196 {<%UninstallingApplicationText%>} | |
2197 | |
2198 1D532C82-EEEA-4AA3-B14B-D0F8AD35DBF2,Message | |
2199 {<%InstallationCompleteText%>} | |
2200 | |
2201 446444AE-E509-41B3-92E1-6B6EFFA1FD12,Message | |
2202 {<%UninstallCompleteText%>} | |
2203 | |
2204 EAE9FD9C-689E-40D0-9A06-BBAD9F22D0B1,Message | |
2205 {<%InstallingApplicationText%>} | |
2206 | |
2207 } | |
2208 ::msgcat::mcmset pl { | |
2209 09720EAD-E327-41AC-B5C4-CAB372D427D8,Message | |
2210 {<%UninstallingApplicationText%>} | |
2211 | |
2212 1D532C82-EEEA-4AA3-B14B-D0F8AD35DBF2,Message | |
2213 {<%InstallationCompleteText%>} | |
2214 | |
2215 446444AE-E509-41B3-92E1-6B6EFFA1FD12,Message | |
2216 {<%UninstallCompleteText%>} | |
2217 | |
2218 EAE9FD9C-689E-40D0-9A06-BBAD9F22D0B1,Message | |
2219 {<%InstallingApplicationText%>} | |
2220 | |
2221 } | |
2222 ::msgcat::mcmset pt_br { | |
2223 09720EAD-E327-41AC-B5C4-CAB372D427D8,Message | |
2224 {<%UninstallingApplicationText%>} | |
2225 | |
2226 1D532C82-EEEA-4AA3-B14B-D0F8AD35DBF2,Message | |
2227 {<%InstallationCompleteText%>} | |
2228 | |
2229 446444AE-E509-41B3-92E1-6B6EFFA1FD12,Message | |
2230 {<%UninstallCompleteText%>} | |
2231 | |
2232 EAE9FD9C-689E-40D0-9A06-BBAD9F22D0B1,Message | |
2233 {<%InstallingApplicationText%>} | |
2234 | |
2235 } | |
2236 ::msgcat::mcmset ru { | |
2237 09720EAD-E327-41AC-B5C4-CAB372D427D8,Message | |
2238 {<%UninstallingApplicationText%>} | |
2239 | |
2240 1D532C82-EEEA-4AA3-B14B-D0F8AD35DBF2,Message | |
2241 {<%InstallationCompleteText%>} | |
2242 | |
2243 446444AE-E509-41B3-92E1-6B6EFFA1FD12,Message | |
2244 {<%UninstallCompleteText%>} | |
2245 | |
2246 EAE9FD9C-689E-40D0-9A06-BBAD9F22D0B1,Message | |
2247 {<%InstallingApplicationText%>} | |
2248 | |
2249 } | |
2250 |