Changeset 2931 for box/trunk/contrib
- Timestamp:
- 20/04/2011 14:37:47 (13 months ago)
- Location:
- box/trunk/contrib/windows/installer
- Files:
-
- 1 added
- 1 edited
-
bbackupd.conf.template (added)
-
boxbackup.mpi.in (modified) (211 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/contrib/windows/installer/boxbackup.mpi.in
r2344 r2931 1 1 array set info { 2 2 AccountNo 3 10005005 3 {10005005} 4 4 5 5 AllowLanguageSelection 6 No 6 {No} 7 7 8 8 AppName 9 <%BrandName%> 9 {<%BrandName%>} 10 10 11 11 ApplicationID 12 E10C6FD9-E524-28BD-B0AB3588F16C 12 {E10C6FD9-E524-28BD-B0AB3588F16C} 13 13 14 14 ApplicationURL 15 http://www.boxbackup.org/ 15 {http://www.boxbackup.org/} 16 16 17 17 AutoFileGroups 18 No 18 {No} 19 19 20 20 AutoRefreshFiles 21 Yes 21 {Yes} 22 22 23 23 BBVersionNo 24 @box_version@ 24 {@box_version@} 25 25 26 26 BrandName … … 34 34 35 35 CleanupCancelledInstall 36 Yes 36 {Yes} 37 37 38 38 CommandLineFailureAction … … 43 43 44 44 CompressionLevel 45 6 45 {6} 46 46 47 47 CompressionMethod 48 zlib 48 {zlib} 49 49 50 50 ConfigFileName … … 55 55 56 56 Copyright 57 {2003-20 08Tebuco, Inc. and Ben Summers and Contributors}57 {2003-2011 Tebuco, Inc. and Ben Summers and Contributors} 58 58 59 59 CreateDesktopShortcut 60 No 60 {No} 61 61 62 62 CreateQuickLaunchShortcut 63 No 63 {No} 64 64 65 65 DefaultDirectoryLocation … … 67 67 68 68 DefaultLanguage 69 English 69 {English} 70 71 DefaultToSystemLanguage 72 {Yes} 73 74 EnableResponseFiles 75 {Yes} 70 76 71 77 EncryptedKeyFilePassword 72 Enter_EncryptedKeys_Password_Here 78 {Enter_EncryptedKeys_Password_Here} 73 79 74 80 Ext 75 .exe 81 {.exe} 76 82 77 83 ExtractSolidArchivesOnStartup 78 No 84 {No} 79 85 80 86 Icon 81 87 {} 82 88 89 IgnoreDirectories 90 {} 91 92 IgnoreFiles 93 {} 94 83 95 Image 84 @build_dir@/docs/html/images/bblogo.png 96 {@build_dir@/docs/html/images/bblogo.png} 85 97 86 98 IncludeDebugging 87 Yes 99 {Yes} 88 100 89 101 InstallDirSuffix 90 <%ShortAppName%> 102 {<%ShortAppName%>} 91 103 92 104 InstallPassword … … 94 106 95 107 InstallVersion 96 @box_version@ 108 {0.0.0.0} 109 110 Language,ca 111 {No} 112 113 Language,cs 114 {No} 97 115 98 116 Language,de 99 No 117 {No} 100 118 101 119 Language,en 102 Yes 120 {Yes} 103 121 104 122 Language,es 105 No 123 {No} 106 124 107 125 Language,fr 108 No 126 {No} 109 127 110 128 Language,hu 111 Yes 129 {No} 112 130 113 131 Language,it 114 Yes 132 {No} 133 134 Language,lt 135 {No} 115 136 116 137 Language,nl 117 Yes 138 {No} 118 139 119 140 Language,pl 120 No 141 {No} 121 142 122 143 Language,pt_br 123 No 144 {No} 124 145 125 146 Language,ru 126 Yes 147 {No} 148 149 LastIgnoreDirectories 150 {} 151 152 LastIgnoreFiles 153 {} 127 154 128 155 LaunchApplication 129 No 156 {No} 130 157 131 158 PackageDescription … … 139 166 140 167 PackageName 141 <%ShortAppName%> 168 {<%ShortAppName%>} 142 169 143 170 PackagePackager … … 145 172 146 173 PackageRelease 147 <%PatchVersion%> 174 {<%PatchVersion%>} 148 175 149 176 PackageSummary … … 151 178 152 179 PackageVersion 153 <%MajorVersion%>.<%MinorVersion%> 180 {<%MajorVersion%>.<%MinorVersion%>} 154 181 155 182 PreserveFileAttributes 156 Yes 183 {Yes} 157 184 158 185 PreserveFilePermissions 159 Yes 186 {Yes} 160 187 161 188 ProjectID 162 140B9882-3327-FEA8-13415A62FBB2 189 {140B9882-3327-FEA8-13415A62FBB2} 163 190 164 191 ProjectVersion 165 1.2.9.0 192 {1.2.15.2} 166 193 167 194 SaveOnlyToplevelDirs 168 No 195 {No} 169 196 170 197 ScriptExt 171 .bat 198 {.bat} 172 199 173 200 ServiceExeName 174 bbackupd.exe 201 {bbackupd.exe} 175 202 176 203 ServiceName 177 <%BrandName%> 204 {<%BrandName%>} 178 205 179 206 ShortAppName 180 <%BrandName%> 207 {<%BrandName%>} 181 208 182 209 SkipUnusedFileGroups 183 Yes 210 {Yes} 184 211 185 212 SystemLanguage 186 en_us 213 {en_us} 187 214 188 215 Theme 189 Modern_Wizard 216 {Modern_Wizard} 190 217 191 218 ThemeDir 192 Modern_Wizard 219 {Modern_Wizard} 193 220 194 221 ThemeVersion 195 1 222 {1} 196 223 197 224 UpgradeApplicationID … … 199 226 200 227 UserInfoAcctNo 201 <%AccountNo%> 228 {<%AccountNo%>} 202 229 203 230 UserInfoCompany … … 214 241 215 242 Version 216 @box_version@ 243 {@box_version@} 217 244 218 245 ViewReadme 219 No 246 {No} 220 247 221 248 WizardHeight 222 365 249 {365} 223 250 224 251 WizardWidth 225 500 252 {500} 226 253 227 254 } … … 273 300 274 301 } 275 FileGroup ::481451CC-F49C-D389-8645076F595B -setup Install -active Yes -platforms {Windows MacOS-X} -name {Program Files} -parent FileGroups 276 File ::B9F58CFC-EE7A-BEE4-62CB-2C10665095A2 -filemethod {Update files with more recent dates} -type dir -directory <%InstallDir%> -name /home/petjal/doc/teb/cli/bu/installer/win/2.2 -location @client_parcel_dir@ -parent 481451CC-F49C-D389-8645076F595B 277 File ::CDDED10B-2747-DD07-5F9D-42A7FD7BB7E6 -name LICENSE.txt -parent B9F58CFC-EE7A-BEE4-62CB-2C10665095A2 278 File ::D6E262BC-8A84-B6DB-794B-8FDC8AECB079 -name mgwz.dll -parent B9F58CFC-EE7A-BEE4-62CB-2C10665095A2 279 File ::E56A0360-7D7F-D99E-E9A4-3C20BC4C2B99 -name mingwm10.dll -parent B9F58CFC-EE7A-BEE4-62CB-2C10665095A2 280 File ::47602DF7-8463-AB89-E13F-11983610CAA2 -type dir -name tools -location @build_dir@/contrib/windows/installer/tools -parent B9F58CFC-EE7A-BEE4-62CB-2C10665095A2 281 File ::F7F61231-C340-5CD5-686B-01F521994B0C -name InstallService.bat -parent 47602DF7-8463-AB89-E13F-11983610CAA2 282 File ::68DAE474-165D-81FE-1396-FDD2E6081B41 -name KillBackupProcess.bat -parent 47602DF7-8463-AB89-E13F-11983610CAA2 283 File ::2436C940-3332-13AA-7613-8EE67C35CE9B -name ReloadConfig.bat -parent 47602DF7-8463-AB89-E13F-11983610CAA2 284 File ::336DDAC3-F3BA-1117-73D4-11DFEF9E98AB -name RemoveService.bat -parent 47602DF7-8463-AB89-E13F-11983610CAA2 285 File ::0C15AE46-0FF3-3B7F-FC55-D91EF279DBD3 -name RestartService.bat -parent 47602DF7-8463-AB89-E13F-11983610CAA2 286 File ::58D97EDE-58F2-15D7-7113-BEE3047F0782 -name StartService.bat -parent 47602DF7-8463-AB89-E13F-11983610CAA2 287 File ::BE7CDB16-D3FE-30FA-2153-7C0509CD5E78 -name StopService.bat -parent 47602DF7-8463-AB89-E13F-11983610CAA2 288 File ::73BD5859-FB38-71F8-24BD-BDCF871F9FD3 -name Sync.bat -parent 47602DF7-8463-AB89-E13F-11983610CAA2 289 File ::67B3838F-4EF7-2C1C-2E86-78DB8ADD6682 -name ShowUsage.bat -parent 47602DF7-8463-AB89-E13F-11983610CAA2 290 File ::2646A97C-C0D9-A29C-E145-C5C371F44938 -name QueryOutputAll.bat -parent 47602DF7-8463-AB89-E13F-11983610CAA2 291 File ::2F41E3D2-DA4D-2FCB-B3D5-F04032D17A63 -name QueryOutputCurrent.bat -parent 47602DF7-8463-AB89-E13F-11983610CAA2 292 File ::C6430BDD-8A07-B80E-FC0C-426C16EB4187 -name RemoteControl.exe -parent 47602DF7-8463-AB89-E13F-11983610CAA2 293 File ::5EADAB59-F559-44CB-A3EE-9A56D4EF17C8 -type dir -name .svn -active 0 -parent 47602DF7-8463-AB89-E13F-11983610CAA2 294 File ::31429CC4-525E-4E30-9328-4774AFA9F619 -name entries -active 0 -parent 5EADAB59-F559-44CB-A3EE-9A56D4EF17C8 295 File ::A27BEFB6-1421-4030-8F11-F04316BCE57C -name format -active 0 -parent 5EADAB59-F559-44CB-A3EE-9A56D4EF17C8 296 File ::C99700CE-1035-498C-9A96-B60835652077 -type dir -name prop-base -active 0 -parent 5EADAB59-F559-44CB-A3EE-9A56D4EF17C8 297 File ::6FF9DFDE-4BB7-4319-AC85-BF1E88731C1C -name InstallService.bat.svn-base -active 0 -parent C99700CE-1035-498C-9A96-B60835652077 298 File ::6AAE8600-5CFC-4240-A47F-5CFCF4E571C6 -name KillBackupProcess.bat.svn-base -active 0 -parent C99700CE-1035-498C-9A96-B60835652077 299 File ::834C33D3-4B53-4B2D-9380-A05420AEE75F -name QueryOutputAll.bat.svn-base -active 0 -parent C99700CE-1035-498C-9A96-B60835652077 300 File ::854AD23A-5DDE-44C4-900C-34F5845E6747 -name QueryOutputCurrent.bat.svn-base -active 0 -parent C99700CE-1035-498C-9A96-B60835652077 301 File ::9A587DE7-B17C-4CDF-B92C-0D267E30E361 -name ReloadConfig.bat.svn-base -active 0 -parent C99700CE-1035-498C-9A96-B60835652077 302 File ::197AAEFA-C62E-4E79-890F-C2E4C8440239 -name RemoteControl.exe.svn-base -active 0 -parent C99700CE-1035-498C-9A96-B60835652077 303 File ::912E0F50-53DD-4483-A4F4-CA69944A5959 -name RemoveService.bat.svn-base -active 0 -parent C99700CE-1035-498C-9A96-B60835652077 304 File ::BDD695BF-9C7E-4F06-BBCE-EC89536DCF27 -name RestartService.bat.svn-base -active 0 -parent C99700CE-1035-498C-9A96-B60835652077 305 File ::61615EE4-BF66-40E7-B89A-E6A50B92AF93 -name ShowUsage.bat.svn-base -active 0 -parent C99700CE-1035-498C-9A96-B60835652077 306 File ::A6F7C6B7-9759-4B86-9388-4A42E6F7C5C3 -name StartService.bat.svn-base -active 0 -parent C99700CE-1035-498C-9A96-B60835652077 307 File ::45D3E7F5-277B-4E52-81BA-ED6D2BB441D7 -name StopService.bat.svn-base -active 0 -parent C99700CE-1035-498C-9A96-B60835652077 308 File ::58966972-8387-4D14-A06E-15AA176633A3 -name Sync.bat.svn-base -active 0 -parent C99700CE-1035-498C-9A96-B60835652077 309 File ::2A77AF5B-4761-45B5-A543-6328A7F0F39B -type dir -name props -active 0 -parent 5EADAB59-F559-44CB-A3EE-9A56D4EF17C8 310 File ::BF74F2C1-3CE7-4875-9B52-CD0F527E01C7 -type dir -name text-base -active 0 -parent 5EADAB59-F559-44CB-A3EE-9A56D4EF17C8 311 File ::D972D6B2-40E5-40B3-BC06-66B8B7F51B04 -name InstallService.bat.svn-base -active 0 -parent BF74F2C1-3CE7-4875-9B52-CD0F527E01C7 312 File ::2F14E4F3-5331-4AC5-93F7-C4748970C7F4 -name KillBackupProcess.bat.svn-base -active 0 -parent BF74F2C1-3CE7-4875-9B52-CD0F527E01C7 313 File ::9F3663B2-8BAA-4EAE-B606-53D5C922E703 -name QueryOutputAll.bat.svn-base -active 0 -parent BF74F2C1-3CE7-4875-9B52-CD0F527E01C7 314 File ::BE9BD4FB-DF44-4F4B-BB55-15285A8566BA -name QueryOutputCurrent.bat.svn-base -active 0 -parent BF74F2C1-3CE7-4875-9B52-CD0F527E01C7 315 File ::3B4E0BF4-7FDD-4903-8D43-76C43F38C6C4 -name ReloadConfig.bat.svn-base -active 0 -parent BF74F2C1-3CE7-4875-9B52-CD0F527E01C7 316 File ::038CEEA0-3F21-48F6-B109-BBE1EF7D3E96 -name RemoteControl.exe.svn-base -active 0 -parent BF74F2C1-3CE7-4875-9B52-CD0F527E01C7 317 File ::0C177E04-DF2D-43AB-8A42-9E7A389AB1D1 -name RemoveService.bat.svn-base -active 0 -parent BF74F2C1-3CE7-4875-9B52-CD0F527E01C7 318 File ::9BE16F40-9D1D-4C84-843D-955A44069040 -name RestartService.bat.svn-base -active 0 -parent BF74F2C1-3CE7-4875-9B52-CD0F527E01C7 319 File ::4E503A3C-EB42-4870-9849-D508A3D9BAB7 -name ShowUsage.bat.svn-base -active 0 -parent BF74F2C1-3CE7-4875-9B52-CD0F527E01C7 320 File ::131B7D8B-1BEB-456C-8F05-386C2EAFBEAE -name StartService.bat.svn-base -active 0 -parent BF74F2C1-3CE7-4875-9B52-CD0F527E01C7 321 File ::D3D0AFC1-CB6C-42D4-8C05-21898505DA40 -name StopService.bat.svn-base -active 0 -parent BF74F2C1-3CE7-4875-9B52-CD0F527E01C7 322 File ::C89F78B2-25A7-432B-9D92-DC2AB636CFB5 -name Sync.bat.svn-base -active 0 -parent BF74F2C1-3CE7-4875-9B52-CD0F527E01C7 323 File ::90695C82-0000-4F6A-8FE7-0ABDEAA17CAE -type dir -name tmp -active 0 -parent 5EADAB59-F559-44CB-A3EE-9A56D4EF17C8 324 File ::7DFF0EE4-7298-4C8C-A5BC-56BBDD81CFC8 -type dir -name prop-base -active 0 -parent 90695C82-0000-4F6A-8FE7-0ABDEAA17CAE 325 File ::4C60E473-119E-4B0B-9B01-56240F24D9D5 -type dir -name props -active 0 -parent 90695C82-0000-4F6A-8FE7-0ABDEAA17CAE 326 File ::E1E25ACC-487B-4191-B8CF-9E7C8C88EA09 -type dir -name text-base -active 0 -parent 90695C82-0000-4F6A-8FE7-0ABDEAA17CAE 327 File ::E7258732-3D21-4E89-AA41-24AA8B8EBF29 -name all-wcprops -active 0 -parent 5EADAB59-F559-44CB-A3EE-9A56D4EF17C8 328 File ::9CEBA2A0-C68B-48BA-944E-2E8EE9A35D97 -name bbackupctl.exe -parent B9F58CFC-EE7A-BEE4-62CB-2C10665095A2 329 File ::497483A6-7264-4361-86F2-F2703F719908 -name bbackupd-config -active 0 -parent B9F58CFC-EE7A-BEE4-62CB-2C10665095A2 330 File ::204358FC-610F-47DF-8928-1D0E39921700 -targetfilename templates/original.conf -name bbackupd.conf -parent B9F58CFC-EE7A-BEE4-62CB-2C10665095A2 331 File ::98C376E2-A6C3-4B6C-BBD4-F70CAC2E6A7B -name bbackupd.exe -parent B9F58CFC-EE7A-BEE4-62CB-2C10665095A2 332 File ::5C3EAB34-7CD4-4DF3-9DEB-0FC23A6F5812 -name bbackupquery.exe -parent B9F58CFC-EE7A-BEE4-62CB-2C10665095A2 333 File ::7633DBC3-EACA-4F9B-9A87-AD3AF0EC298E -name installer.iss -active 0 -parent B9F58CFC-EE7A-BEE4-62CB-2C10665095A2 334 File ::D3CF86E1-CAFF-4342-8730-463F96EACC39 -targetfilename templates/NotifySysAdmin.original.vbs -name NotifySysAdmin.vbs -parent B9F58CFC-EE7A-BEE4-62CB-2C10665095A2 335 File ::A702625F-29C7-4CA0-A8F8-E50DBF5C541B -name uninstall.exe -active 0 -parent B9F58CFC-EE7A-BEE4-62CB-2C10665095A2 302 FileGroup ::481451CC-F49C-D389-8645076F595B -setup Install -active Yes -platforms {Windows} -name Binaries -parent FileGroups 303 File ::0D5FA1BE-D208-402E-A358-978A57513DCE -name @client_parcel_dir@/bbackupctl.exe -parent 481451CC-F49C-D389-8645076F595B 304 File ::4BE333C8-23F0-4629-82D6-E655641D4007 -name @client_parcel_dir@/bbackupd.exe -parent 481451CC-F49C-D389-8645076F595B 305 File ::3CDCA9AC-7B3B-4FC2-810E-71C1587E5FBC -name @client_parcel_dir@/bbackupquery.exe -parent 481451CC-F49C-D389-8645076F595B 306 File ::AE5153FA-44A5-442B-992B-F8039D23065A -name @build_dir@/../openssl/bin/libeay32.dll -parent 481451CC-F49C-D389-8645076F595B 307 File ::1C2A58A1-089D-4929-B92D-397C6C945EBC -name @build_dir@/../openssl/bin/openssl.exe -parent 481451CC-F49C-D389-8645076F595B 308 File ::8EB5B7FA-A30B-47E2-BEA4-B0240C07F8C6 -name @build_dir@/../openssl/bin/ssleay32.dll -parent 481451CC-F49C-D389-8645076F595B 309 File ::F32E15B3-CBF1-46A7-9E1F-0A17EECF9C39 -name @build_dir@/../zlib/zlib1.dll -parent 481451CC-F49C-D389-8645076F595B 310 FileGroup ::2C456223-3E1E-4D43-B31A-868EAD3241E1 -setup Install -active Yes -platforms {Windows} -name Documents -parent FileGroups 311 File ::F4DD0436-B84B-4FCA-8AF4-F9F0EEED631A -name @build_dir@/COPYING.txt -parent 2C456223-3E1E-4D43-B31A-868EAD3241E1 312 File ::34214008-502F-4BCD-A668-383FD13A6182 -name @build_dir@/LICENSE.txt -parent 2C456223-3E1E-4D43-B31A-868EAD3241E1 313 File ::30A2FB48-1BDB-445D-BF36-62707DEFBA77 -name @build_dir@/LICENSE-DUAL.txt -parent 2C456223-3E1E-4D43-B31A-868EAD3241E1 314 File ::A2D6E0B2-A641-4426-8835-AA06102FB020 -name @build_dir@/LICENSE-GPL.txt -parent 2C456223-3E1E-4D43-B31A-868EAD3241E1 315 File ::A72A7844-0245-40C8-B5AE-D10F8654318E -name @build_dir@/distribution/boxbackup/CONTACT.txt -parent 2C456223-3E1E-4D43-B31A-868EAD3241E1 316 File ::47390686-C767-4E91-AE69-4A980C67B304 -name @build_dir@/distribution/boxbackup/DOCUMENTATION.txt -parent 2C456223-3E1E-4D43-B31A-868EAD3241E1 317 File ::D4EF569E-F14A-41B7-853C-46C652DA51A7 -name @build_dir@/distribution/boxbackup/THANKS.txt -parent 2C456223-3E1E-4D43-B31A-868EAD3241E1 318 File ::143FE54A-7743-4AA5-9DF9-084ECA4ABFF9 -name @build_dir@/distribution/boxbackup/VERSION.txt -parent 2C456223-3E1E-4D43-B31A-868EAD3241E1 336 319 Component ::4A9C852B-647E-EED5-5482FFBCC2AF -setup Install -active Yes -platforms {Windows MacOS-X} -name {Default Component} -parent Components 337 320 SetupType ::8202CECC-54A0-9B6C-D24D111BA52E -setup Install -active Yes -platforms {Windows MacOS-X} -name Typical -parent SetupTypes 338 321 339 322 InstallComponent AE3BD5B4-35DE-4240-B79914D43E56 -setup Install -type pane -title {Welcome Screen} -component Welcome -active No -parent StandardInstall 340 InstallComponent 2AC89879-6E9D-3D4E-F28E-5985EEBFAAA8 -setup Install -type pane -conditions 4EE35849-FAD7-170B-0E45-FA30636467B1 -title {Install Password} -component InstallPassword - command insert -active No -parent StandardInstall323 InstallComponent 2AC89879-6E9D-3D4E-F28E-5985EEBFAAA8 -setup Install -type pane -conditions 4EE35849-FAD7-170B-0E45-FA30636467B1 -title {Install Password} -component InstallPassword -active No -parent StandardInstall 341 324 Condition 4EE35849-FAD7-170B-0E45-FA30636467B1 -active Yes -parent 2AC89879-6E9D-3D4E-F28E-5985EEBFAAA8 -title {Password Test Condition} -component PasswordTestCondition -TreeObject::id 4EE35849-FAD7-170B-0E45-FA30636467B1 342 325 InstallComponent B3B99E2D-C368-A921-B7BC-A71EBDE3AD4D -setup Install -type action -title {Set Install Password} -component SetInstallPassword -active Yes -parent 2AC89879-6E9D-3D4E-F28E-5985EEBFAAA8 343 InstallComponent 1BEFB82C-C073-73D4-CFCE-F5DE7A674D9E -setup Install -type pane -title {User Information} -component UserInformation -active Yes-parent StandardInstall344 InstallComponent 9013E862-8E81-5290-64F9-D8BCD13EC7E5 -setup Install -type pane -title {User Information Phone Email} -component UserInformation -active Yes-parent StandardInstall326 InstallComponent 1BEFB82C-C073-73D4-CFCE-F5DE7A674D9E -setup Install -type pane -title {User Information} -component UserInformation -active No -parent StandardInstall 327 InstallComponent 9013E862-8E81-5290-64F9-D8BCD13EC7E5 -setup Install -type pane -title {User Information Phone Email} -component UserInformation -active No -parent StandardInstall 345 328 InstallComponent F8FD4BD6-F1DF-3F8D-B857-98310E4B1143 -setup Install -type pane -title {User Information Account No} -component UserInformation -active Yes -parent StandardInstall 346 InstallComponent 58E1119F-639E-17C9-5D3898F385AA -setup Install -type pane -conditions 84DA7F05-9FB7-CC36-9EC98F8A6826 -title {Select Destination} -component SelectDestination - command insert -active Yes -parent StandardInstall329 InstallComponent 58E1119F-639E-17C9-5D3898F385AA -setup Install -type pane -conditions 84DA7F05-9FB7-CC36-9EC98F8A6826 -title {Select Destination} -component SelectDestination -active Yes -parent StandardInstall 347 330 Condition 84DA7F05-9FB7-CC36-9EC98F8A6826 -active Yes -parent 58E1119F-639E-17C9-5D3898F385AA -title {File Permission Condition} -component FilePermissionCondition -TreeObject::id 84DA7F05-9FB7-CC36-9EC98F8A6826 348 331 InstallComponent 0FDBA082-90AB-808C-478A-A13E7C525336 -setup Install -type action -title BackupLocationNumber -component ExecuteScript -active Yes -parent 58E1119F-639E-17C9-5D3898F385AA … … 350 333 InstallComponent 2BB06B72-DE53-2319-B1B8-351CDCBA2008 -setup Install -type action -title AddBackupLocation -component ExecuteScript -active Yes -parent 58E1119F-639E-17C9-5D3898F385AA 351 334 InstallComponent B506E7DA-E7C4-4D42-8C03-FD27BA16D078 -setup Install -type pane -title {License Agreement} -component License -active Yes -parent StandardInstall 352 InstallComponent B93D2216-1DDB-484C-A9AC-D6C18ED7DE23 -setup Install -type action -conditions {6D9D1ABC-7146-443F-9EE9-205D5CA6C830 79DAC913-A33D-4ED6-9BAE-B3A2053C0F2C} -title {Modify Widget} -component ModifyWidget - command insert -active Yes -parent B506E7DA-E7C4-4D42-8C03-FD27BA16D078335 InstallComponent B93D2216-1DDB-484C-A9AC-D6C18ED7DE23 -setup Install -type action -conditions {6D9D1ABC-7146-443F-9EE9-205D5CA6C830 79DAC913-A33D-4ED6-9BAE-B3A2053C0F2C} -title {Modify Widget} -component ModifyWidget -active Yes -parent B506E7DA-E7C4-4D42-8C03-FD27BA16D078 353 336 Condition 6D9D1ABC-7146-443F-9EE9-205D5CA6C830 -active Yes -parent B93D2216-1DDB-484C-A9AC-D6C18ED7DE23 -title {String Is Condition} -component StringIsCondition -TreeObject::id 6D9D1ABC-7146-443F-9EE9-205D5CA6C830 354 337 Condition 79DAC913-A33D-4ED6-9BAE-B3A2053C0F2C -active Yes -parent B93D2216-1DDB-484C-A9AC-D6C18ED7DE23 -title {String Is Condition} -component StringIsCondition -TreeObject::id 79DAC913-A33D-4ED6-9BAE-B3A2053C0F2C … … 367 350 InstallComponent 28E76C8B-2605-4739-9FFE-9C2880C17E59 -setup Install -type action -title {Edit config file} -component ExecuteExternalProgram -active No -parent 37E627F2-E04B-AEF2-D566C017A4D6 368 351 InstallComponent 52F0A238-57E1-A578-2CE4DA177B32 -setup Install -type action -title {Move Forward} -component MoveForward -active Yes -parent 37E627F2-E04B-AEF2-D566C017A4D6 369 InstallComponent 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7 -setup Install -type pane -title SetBackupLocations -component CustomBlankPane2 - command reorder -active Yes -parent StandardInstall352 InstallComponent 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7 -setup Install -type pane -title SetBackupLocations -component CustomBlankPane2 -active Yes -parent StandardInstall 370 353 InstallComponent 614C45B2-7515-780C-E444-7F165CF02DD7 -setup Install -type action -title {Execute Script} -component ExecuteScript -active No -parent 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7 371 354 InstallComponent A5B32DA1-B2FE-C1FA-6057-FBC3059EF076 -setup Install -type action -title {Execute Script} -component ExecuteScript -active Yes -parent 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7 … … 381 364 InstallComponent C7762473-273F-E3CA-17E3-65789B14CDB0 -setup Install -type action -title {Write Text To File} -component WriteTextToFile -active Yes -parent 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7 382 365 InstallComponent D7FBBEBB-2186-5674-BA87-BB7151859D4E -setup Install -type action -title BackupLocationNumber -component ExecuteScript -active Yes -parent 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7 383 InstallComponent 49E80443-62DB-1C10-392D-1091AEA5ED88 -setup Install -type action -conditions EB532611-5F30-3C24-66EB-F3826D9054FD -title {Move to Pane} -component MoveToPane - command insert -active Yes -parent 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7366 InstallComponent 49E80443-62DB-1C10-392D-1091AEA5ED88 -setup Install -type action -conditions EB532611-5F30-3C24-66EB-F3826D9054FD -title {Move to Pane} -component MoveToPane -active Yes -parent 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7 384 367 Condition EB532611-5F30-3C24-66EB-F3826D9054FD -active Yes -parent 49E80443-62DB-1C10-392D-1091AEA5ED88 -title {String Is Condition} -component StringIsCondition -TreeObject::id EB532611-5F30-3C24-66EB-F3826D9054FD 385 368 InstallComponent 9A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266 -setup Install -type pane -title {Click Next to Continue} -component CustomBlankPane2 -active Yes -parent StandardInstall 386 369 InstallComponent DDBBD8A9-13D7-9509-9202-419E989F60A9 -setup Install -type action -title {Add Widget} -component AddWidget -active No -parent 9A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266 387 370 InstallComponent 8E095096-F018-A880-429D-A2177A9B70EA -setup Install -type action -title {Add Widget} -component AddWidget -active No -parent 9A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266 388 InstallComponent 88A50FD5-480F-19A5-DA74-C915EB0A9765 -setup Install -type action -conditions 5EE78EF7-37CA-D440-3DB5-09136CD566B3 -title {Move to Pane} -component MoveToPane - command insert -active No -parent 9A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266371 InstallComponent 88A50FD5-480F-19A5-DA74-C915EB0A9765 -setup Install -type action -conditions 5EE78EF7-37CA-D440-3DB5-09136CD566B3 -title {Move to Pane} -component MoveToPane -active No -parent 9A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266 389 372 Condition 5EE78EF7-37CA-D440-3DB5-09136CD566B3 -active Yes -parent 88A50FD5-480F-19A5-DA74-C915EB0A9765 -title {String Is Condition} -component StringIsCondition -TreeObject::id 5EE78EF7-37CA-D440-3DB5-09136CD566B3 390 373 InstallComponent 908CE221-5A3D-0A78-24A1-E7C91EBE38D4 -setup Install -type pane -title {Next-Build Config} -component CustomBlankPane2 -active No -parent StandardInstall … … 401 384 InstallComponent 8E1A5944-5AF5-5906-16D395E386D8 -setup Install -type action -title {Move Forward} -component MoveForward -active Yes -parent 574198A7-7322-2F5E-02EF185D965C 402 385 InstallComponent 1F0926EE-6884-1330-B4A1DB11C1BF -setup Install -type pane -title {Setup Complete} -component SetupComplete -active Yes -parent DefaultInstall 403 InstallComponent 3B6E2E7C-1A26-27F1-D578E383B128 -setup Install -type action -conditions {13BD88FE-CD71-5AC7-E99C10B6CB28 E02368C5-95B5-03A7-3282740037B0} -title {View Readme Checkbutton} -component AddWidget - command insert -active Yes -parent 1F0926EE-6884-1330-B4A1DB11C1BF386 InstallComponent 3B6E2E7C-1A26-27F1-D578E383B128 -setup Install -type action -conditions {13BD88FE-CD71-5AC7-E99C10B6CB28 E02368C5-95B5-03A7-3282740037B0} -title {View Readme Checkbutton} -component AddWidget -active Yes -parent 1F0926EE-6884-1330-B4A1DB11C1BF 404 387 Condition 13BD88FE-CD71-5AC7-E99C10B6CB28 -active Yes -parent 3B6E2E7C-1A26-27F1-D578E383B128 -title {File Exists Condition} -component FileExistsCondition -TreeObject::id 13BD88FE-CD71-5AC7-E99C10B6CB28 405 388 Condition E02368C5-95B5-03A7-3282740037B0 -active Yes -parent 3B6E2E7C-1A26-27F1-D578E383B128 -title {String Is Condition} -component StringIsCondition -TreeObject::id E02368C5-95B5-03A7-3282740037B0 406 InstallComponent CFFA27AF-A641-E41C-B4A0E3BB3CBB -setup Install -type action -conditions {592F46AE-8CEE-01F3-0BA7EBDCA4F4 793D8178-0F51-7F07-BC5886586D3C} -title {Launch Application Checkbutton} -component AddWidget - command insert -active Yes -parent 1F0926EE-6884-1330-B4A1DB11C1BF389 InstallComponent CFFA27AF-A641-E41C-B4A0E3BB3CBB -setup Install -type action -conditions {592F46AE-8CEE-01F3-0BA7EBDCA4F4 793D8178-0F51-7F07-BC5886586D3C} -title {Launch Application Checkbutton} -component AddWidget -active Yes -parent 1F0926EE-6884-1330-B4A1DB11C1BF 407 390 Condition 592F46AE-8CEE-01F3-0BA7EBDCA4F4 -active Yes -parent CFFA27AF-A641-E41C-B4A0E3BB3CBB -title {File Exists Condition} -component FileExistsCondition -TreeObject::id 592F46AE-8CEE-01F3-0BA7EBDCA4F4 408 391 Condition 793D8178-0F51-7F07-BC5886586D3C -active Yes -parent CFFA27AF-A641-E41C-B4A0E3BB3CBB -title {String Is Condition} -component StringIsCondition -TreeObject::id 793D8178-0F51-7F07-BC5886586D3C 409 InstallComponent 16D53E40-546B-54C3-088B1B5E3BBB -setup Install -type action -conditions {4E643D8A-CA31-018D-57D7053C2CE8 B39C0455-D1B6-7DDC-E2717F83463E} -title {Desktop Shortcut Checkbutton} -component AddWidget - command insert -active Yes -parent 1F0926EE-6884-1330-B4A1DB11C1BF392 InstallComponent 16D53E40-546B-54C3-088B1B5E3BBB -setup Install -type action -conditions {4E643D8A-CA31-018D-57D7053C2CE8 B39C0455-D1B6-7DDC-E2717F83463E} -title {Desktop Shortcut Checkbutton} -component AddWidget -active Yes -parent 1F0926EE-6884-1330-B4A1DB11C1BF 410 393 Condition 4E643D8A-CA31-018D-57D7053C2CE8 -active Yes -parent 16D53E40-546B-54C3-088B1B5E3BBB -title {File Exists Condition} -component FileExistsCondition -TreeObject::id 4E643D8A-CA31-018D-57D7053C2CE8 411 394 Condition B39C0455-D1B6-7DDC-E2717F83463E -active Yes -parent 16D53E40-546B-54C3-088B1B5E3BBB -title {String Is Condition} -component StringIsCondition -TreeObject::id B39C0455-D1B6-7DDC-E2717F83463E 412 InstallComponent 937C3FDD-FB28-98BD-3DAB276E59ED -setup Install -type action -conditions {6B966959-05D9-DB32-8D9C4AD2A3DF 748D673B-DFE6-5F74-329903ACE4DB 3379F80B-36D6-73DC-6FC1D6223A26} -title {Quick Launch Shortcut Checkbutton} -component AddWidget - command insert -active Yes -parent 1F0926EE-6884-1330-B4A1DB11C1BF395 InstallComponent 937C3FDD-FB28-98BD-3DAB276E59ED -setup Install -type action -conditions {6B966959-05D9-DB32-8D9C4AD2A3DF 748D673B-DFE6-5F74-329903ACE4DB 3379F80B-36D6-73DC-6FC1D6223A26} -title {Quick Launch Shortcut Checkbutton} -component AddWidget -active Yes -parent 1F0926EE-6884-1330-B4A1DB11C1BF 413 396 Condition 6B966959-05D9-DB32-8D9C4AD2A3DF -active Yes -parent 937C3FDD-FB28-98BD-3DAB276E59ED -title {Platform Condition} -component PlatformCondition -TreeObject::id 6B966959-05D9-DB32-8D9C4AD2A3DF 414 397 Condition 748D673B-DFE6-5F74-329903ACE4DB -active Yes -parent 937C3FDD-FB28-98BD-3DAB276E59ED -title {File Exists Condition} -component FileExistsCondition -TreeObject::id 748D673B-DFE6-5F74-329903ACE4DB 415 398 Condition 3379F80B-36D6-73DC-6FC1D6223A26 -active Yes -parent 937C3FDD-FB28-98BD-3DAB276E59ED -title {String Is Condition} -component StringIsCondition -TreeObject::id 3379F80B-36D6-73DC-6FC1D6223A26 416 399 InstallComponent 3FE82C17-A3E2-4A57-A563-F80818B00B81 -setup Install -type action -title {Console Ask Yes Or No} -component ConsoleAskYesOrNo -active Yes -parent ConsoleInstall 417 InstallComponent 56EE5149-6AA2-4E0C-8841-F66A2EF9276E -setup Install -type action -conditions 241BBFCE-4EB1-432F-94DD-69D444DDB6C0 -title Exit -component Exit - command insert -active Yes -parent ConsoleInstall400 InstallComponent 56EE5149-6AA2-4E0C-8841-F66A2EF9276E -setup Install -type action -conditions 241BBFCE-4EB1-432F-94DD-69D444DDB6C0 -title Exit -component Exit -active Yes -parent ConsoleInstall 418 401 Condition 241BBFCE-4EB1-432F-94DD-69D444DDB6C0 -active Yes -parent 56EE5149-6AA2-4E0C-8841-F66A2EF9276E -title {String Is Condition} -component StringIsCondition -TreeObject::id 241BBFCE-4EB1-432F-94DD-69D444DDB6C0 419 InstallComponent 0C12D2D3-AEBC-42FE-A73A-0815EFB10DA5 -setup Install -type action -conditions BC4EA5FD-50BD-4D6E-953F-5E3EDB957360 -title {Console Get User Input} -component ConsoleGetUserInput - command insert -active Yes -parent ConsoleInstall402 InstallComponent 0C12D2D3-AEBC-42FE-A73A-0815EFB10DA5 -setup Install -type action -conditions BC4EA5FD-50BD-4D6E-953F-5E3EDB957360 -title {Console Get User Input} -component ConsoleGetUserInput -active Yes -parent ConsoleInstall 420 403 Condition BC4EA5FD-50BD-4D6E-953F-5E3EDB957360 -active Yes -parent 0C12D2D3-AEBC-42FE-A73A-0815EFB10DA5 -title {File Permission Condition} -component FilePermissionCondition -TreeObject::id BC4EA5FD-50BD-4D6E-953F-5E3EDB957360 421 404 InstallComponent B002A311-F8E7-41DE-B039-521391924E5B -setup Install -type action -title {Console Message} -component ConsoleMessage -active Yes -parent ConsoleInstall … … 426 409 InstallComponent 175CBE81-9EBE-1E21-A91479BEEFAE -setup Install -type action -title Exit -component Exit -active Yes -parent SilentInstall 427 410 InstallComponent A1DD1DC2-85D7-9BC6-998AC3D4A3A9 -setup Install -type actiongroup -title {Startup Actions} -active Yes -parent ActionGroupsInstall 428 InstallComponent 1F9E8CB8-02C1-0416-1F7445B4147F -setup Install -type action -conditions {3D0D1898-4C65-3E66-F82F56581E87 32F5B0AF-EB83-7A03-D8FAE1ECE473} -title Exit -component Exit - command insert -active Yes -parent A1DD1DC2-85D7-9BC6-998AC3D4A3A9411 InstallComponent 1F9E8CB8-02C1-0416-1F7445B4147F -setup Install -type action -conditions {3D0D1898-4C65-3E66-F82F56581E87 32F5B0AF-EB83-7A03-D8FAE1ECE473} -title Exit -component Exit -active Yes -parent A1DD1DC2-85D7-9BC6-998AC3D4A3A9 429 412 Condition 3D0D1898-4C65-3E66-F82F56581E87 -active Yes -parent 1F9E8CB8-02C1-0416-1F7445B4147F -title {String Is Condition} -component StringIsCondition -TreeObject::id 3D0D1898-4C65-3E66-F82F56581E87 430 413 Condition 32F5B0AF-EB83-7A03-D8FAE1ECE473 -active Yes -parent 1F9E8CB8-02C1-0416-1F7445B4147F -title {Ask Yes or No} -component AskYesOrNo -TreeObject::id 32F5B0AF-EB83-7A03-D8FAE1ECE473 … … 433 416 InstallComponent 4D4A7BF0-7CCE-46E6-BDE5222F82D7 -setup Install -type action -title {Install Selected Files} -component InstallSelectedFiles -active Yes -parent 198905FB-9FAC-23DE-7422D25B8ECA 434 417 InstallComponent 53588803-6B41-D9FC-A385906A5106 -setup Install -type action -title {Install Uninstaller} -component InstallUninstaller -active Yes -parent 198905FB-9FAC-23DE-7422D25B8ECA 435 InstallComponent 73EA65C1-3BE3-B190-55C3E99F6269 -setup Install -type action -conditions 4EF787E3-0643-DE46-15E64BAF0816 -title {Windows Uninstall Registry} -component AddWindowsUninstallEntry - command insert -active Yes -parent 198905FB-9FAC-23DE-7422D25B8ECA418 InstallComponent 73EA65C1-3BE3-B190-55C3E99F6269 -setup Install -type action -conditions 4EF787E3-0643-DE46-15E64BAF0816 -title {Windows Uninstall Registry} -component AddWindowsUninstallEntry -active Yes -parent 198905FB-9FAC-23DE-7422D25B8ECA 436 419 Condition 4EF787E3-0643-DE46-15E64BAF0816 -active Yes -parent 73EA65C1-3BE3-B190-55C3E99F6269 -title {Platform Condition} -component PlatformCondition -TreeObject::id 4EF787E3-0643-DE46-15E64BAF0816 437 InstallComponent 39B2B666-78D8-75E6-6EA071594D34 -setup Install -type action -conditions 18C00430-D6B1-151F-307762B3A045 -title {Uninstall Shortcut} -component InstallWindowsShortcut - command insert -active Yes -parent 198905FB-9FAC-23DE-7422D25B8ECA420 InstallComponent 39B2B666-78D8-75E6-6EA071594D34 -setup Install -type action -conditions 18C00430-D6B1-151F-307762B3A045 -title {Uninstall Shortcut} -component InstallWindowsShortcut -active Yes -parent 198905FB-9FAC-23DE-7422D25B8ECA 438 421 Condition 18C00430-D6B1-151F-307762B3A045 -active Yes -parent 39B2B666-78D8-75E6-6EA071594D34 -title {Platform Condition} -component PlatformCondition -TreeObject::id 18C00430-D6B1-151F-307762B3A045 439 422 InstallComponent 6652193C-5D4B-44B6-ABC6-D6E96D89E5DC -setup Install -type action -title {Install Program Folder Shortcut} -component InstallProgramFolderShortcut -active No -parent 198905FB-9FAC-23DE-7422D25B8ECA … … 453 436 InstallComponent 32B08FB1-99DF-234E-8BAF-333E80AAC9F5 -setup Install -type action -title Usage -component InstallProgramFolderShortcut -active Yes -parent 198905FB-9FAC-23DE-7422D25B8ECA 454 437 InstallComponent FEFD090D-C133-BC95-B3564F693CD3 -setup Install -type actiongroup -title {Finish Actions} -active Yes -parent ActionGroupsInstall 455 InstallComponent DECC120D-6904-7F17-45A49184A5A3 -setup Install -type action -conditions {E44CFF46-6302-C518-B9C30D2E43F7 B0AA6839-AAB6-A602-C0E4ECA2E4FF} -title {Install Desktop Shortcut} -component InstallDesktopShortcut - command insert -active No -parent FEFD090D-C133-BC95-B3564F693CD3438 InstallComponent DECC120D-6904-7F17-45A49184A5A3 -setup Install -type action -conditions {E44CFF46-6302-C518-B9C30D2E43F7 B0AA6839-AAB6-A602-C0E4ECA2E4FF} -title {Install Desktop Shortcut} -component InstallDesktopShortcut -active No -parent FEFD090D-C133-BC95-B3564F693CD3 456 439 Condition E44CFF46-6302-C518-B9C30D2E43F7 -active Yes -parent DECC120D-6904-7F17-45A49184A5A3 -title {String Is Condition} -component StringIsCondition -TreeObject::id E44CFF46-6302-C518-B9C30D2E43F7 457 440 Condition B0AA6839-AAB6-A602-C0E4ECA2E4FF -active Yes -parent DECC120D-6904-7F17-45A49184A5A3 -title {File Exists Condition} -component FileExistsCondition -TreeObject::id B0AA6839-AAB6-A602-C0E4ECA2E4FF 458 InstallComponent 7B770A07-A785-5215-956FA82CF14E -setup Install -type action -conditions {6F94698F-0839-3ABF-0CF2DF05A4C8 738DD098-7E3B-BC89-875CDB93CBE2 8C866252-8760-9B08-FE569C25B60D} -title {Install Quick Launch Shortcut} -component InstallWindowsShortcut - command insert -active No -parent FEFD090D-C133-BC95-B3564F693CD3441 InstallComponent 7B770A07-A785-5215-956FA82CF14E -setup Install -type action -conditions {6F94698F-0839-3ABF-0CF2DF05A4C8 738DD098-7E3B-BC89-875CDB93CBE2 8C866252-8760-9B08-FE569C25B60D} -title {Install Quick Launch Shortcut} -component InstallWindowsShortcut -active No -parent FEFD090D-C133-BC95-B3564F693CD3 459 442 Condition 6F94698F-0839-3ABF-0CF2DF05A4C8 -active Yes -parent 7B770A07-A785-5215-956FA82CF14E -title {String Is Condition} -component StringIsCondition -TreeObject::id 6F94698F-0839-3ABF-0CF2DF05A4C8 460 443 Condition 738DD098-7E3B-BC89-875CDB93CBE2 -active Yes -parent 7B770A07-A785-5215-956FA82CF14E -title {Platform Condition} -component PlatformCondition -TreeObject::id 738DD098-7E3B-BC89-875CDB93CBE2 461 444 Condition 8C866252-8760-9B08-FE569C25B60D -active Yes -parent 7B770A07-A785-5215-956FA82CF14E -title {File Exists Condition} -component FileExistsCondition -TreeObject::id 8C866252-8760-9B08-FE569C25B60D 462 InstallComponent C105AAAE-7C16-2C9E-769FE4535B60 -setup Install -type action -conditions {2583A547-11DE-1C27-B6D04B023CC0 A6E1B027-A1B4-5848-4F868D028D00 0357FAE9-FCFD-26D8-6541D810CD61} -title {View Readme Window} -component TextWindow - command insert -active No -parent FEFD090D-C133-BC95-B3564F693CD3445 InstallComponent C105AAAE-7C16-2C9E-769FE4535B60 -setup Install -type action -conditions {2583A547-11DE-1C27-B6D04B023CC0 A6E1B027-A1B4-5848-4F868D028D00 0357FAE9-FCFD-26D8-6541D810CD61} -title {View Readme Window} -component TextWindow -active No -parent FEFD090D-C133-BC95-B3564F693CD3 463 446 Condition 2583A547-11DE-1C27-B6D04B023CC0 -active Yes -parent C105AAAE-7C16-2C9E-769FE4535B60 -title {String Is Condition} -component StringIsCondition -TreeObject::id 2583A547-11DE-1C27-B6D04B023CC0 464 447 Condition A6E1B027-A1B4-5848-4F868D028D00 -active Yes -parent C105AAAE-7C16-2C9E-769FE4535B60 -title {String Is Condition} -component StringIsCondition -TreeObject::id A6E1B027-A1B4-5848-4F868D028D00 465 448 Condition 0357FAE9-FCFD-26D8-6541D810CD61 -active Yes -parent C105AAAE-7C16-2C9E-769FE4535B60 -title {File Exists Condition} -component FileExistsCondition -TreeObject::id 0357FAE9-FCFD-26D8-6541D810CD61 466 InstallComponent C33D74B2-26FA-16F5-433A10C6A747 -setup Install -type action -conditions {CC4337CC-F3B5-757C-DFCF5D1D365A 795EE61F-6C0D-4A8B-93E02AA3894A 1528F4F0-145C-A48D-A8526DBB6289} -title {Launch Application} -component ExecuteExternalProgram - command insert -active No -parent FEFD090D-C133-BC95-B3564F693CD3449 InstallComponent C33D74B2-26FA-16F5-433A10C6A747 -setup Install -type action -conditions {CC4337CC-F3B5-757C-DFCF5D1D365A 795EE61F-6C0D-4A8B-93E02AA3894A 1528F4F0-145C-A48D-A8526DBB6289} -title {Launch Application} -component ExecuteExternalProgram -active No -parent FEFD090D-C133-BC95-B3564F693CD3 467 450 Condition CC4337CC-F3B5-757C-DFCF5D1D365A -active Yes -parent C33D74B2-26FA-16F5-433A10C6A747 -title {String Is Condition} -component StringIsCondition -TreeObject::id CC4337CC-F3B5-757C-DFCF5D1D365A 468 451 Condition 795EE61F-6C0D-4A8B-93E02AA3894A -active Yes -parent C33D74B2-26FA-16F5-433A10C6A747 -title {String Is Condition} -component StringIsCondition -TreeObject::id 795EE61F-6C0D-4A8B-93E02AA3894A … … 475 458 InstallComponent B4D31D1E-ADB1-DE8F-18EB7294DDA8 -setup Uninstall -type action -title {Remove Service} -component ExecuteExternalProgram -active Yes -parent 3B8CDC8E-1239-D2E9-DF4CA6B1756D 476 459 InstallComponent D55BA4AF-E73B-60D1-E26F79175227 -setup Uninstall -type action -title {Execute Action} -component ExecuteAction -active Yes -parent 3B8CDC8E-1239-D2E9-DF4CA6B1756D 477 InstallComponent 69FD7409-5E2A-143B-DABD1C3B1E67 -setup Uninstall -type action -conditions {96A68CAC-9ED7-806C-086B104720FD E161F216-E597-B340-C1A71C476E2C} -title {Uninstall Leftover Files} -component UninstallLeftoverFiles - command insert -active Yes -parent 3B8CDC8E-1239-D2E9-DF4CA6B1756D460 InstallComponent 69FD7409-5E2A-143B-DABD1C3B1E67 -setup Uninstall -type action -conditions {96A68CAC-9ED7-806C-086B104720FD E161F216-E597-B340-C1A71C476E2C} -title {Uninstall Leftover Files} -component UninstallLeftoverFiles -active Yes -parent 3B8CDC8E-1239-D2E9-DF4CA6B1756D 478 461 Condition 96A68CAC-9ED7-806C-086B104720FD -active Yes -parent 69FD7409-5E2A-143B-DABD1C3B1E67 -title {String Is Condition} -component StringIsCondition -TreeObject::id 96A68CAC-9ED7-806C-086B104720FD 479 462 Condition E161F216-E597-B340-C1A71C476E2C -active Yes -parent 69FD7409-5E2A-143B-DABD1C3B1E67 -title {Ask Yes or No} -component AskYesOrNo -TreeObject::id E161F216-E597-B340-C1A71C476E2C 480 463 InstallComponent 05060263-E852-87AB-8D0F2954CAA6 -setup Uninstall -type action -title {Move Forward} -component MoveForward -active Yes -parent 3B8CDC8E-1239-D2E9-DF4CA6B1756D 481 InstallComponent 41D3E165-C263-5F80-0FEEC0AEE47A -setup Uninstall -type pane -conditions EB2B31A1-C111-3582-0C8A5656692A -title {Uninstall Details} -component UninstallDetails - command insert -active Yes -parent StandardUninstall464 InstallComponent 41D3E165-C263-5F80-0FEEC0AEE47A -setup Uninstall -type pane -conditions EB2B31A1-C111-3582-0C8A5656692A -title {Uninstall Details} -component UninstallDetails -active Yes -parent StandardUninstall 482 465 Condition EB2B31A1-C111-3582-0C8A5656692A -active Yes -parent 41D3E165-C263-5F80-0FEEC0AEE47A -title {String Is Condition} -component StringIsCondition -TreeObject::id EB2B31A1-C111-3582-0C8A5656692A 483 466 InstallComponent 3D33AA8C-0037-204B-39A339FD38BD -setup Uninstall -type pane -title {Uninstall Complete} -component UninstallComplete -active Yes -parent StandardUninstall 484 467 InstallComponent 49E59F91-27F7-46D1-A1C1-19865C2392D3 -setup Uninstall -type action -title {Console Ask Yes Or No} -component ConsoleAskYesOrNo -active Yes -parent ConsoleUninstall 485 InstallComponent ADA6EB2F-8820-4366-BBEF-ED1335B7F828 -setup Uninstall -type action -conditions 87DE6D78-81E1-495B-A214-B3FF3E7E5614 -title Exit -component Exit - command insert -active Yes -parent ConsoleUninstall468 InstallComponent ADA6EB2F-8820-4366-BBEF-ED1335B7F828 -setup Uninstall -type action -conditions 87DE6D78-81E1-495B-A214-B3FF3E7E5614 -title Exit -component Exit -active Yes -parent ConsoleUninstall 486 469 Condition 87DE6D78-81E1-495B-A214-B3FF3E7E5614 -active Yes -parent ADA6EB2F-8820-4366-BBEF-ED1335B7F828 -title {String Is Condition} -component StringIsCondition -TreeObject::id 87DE6D78-81E1-495B-A214-B3FF3E7E5614 487 470 InstallComponent B4ED4636-22D8-41DC-9E3D-BD1E1CAD2174 -setup Uninstall -type action -title {Console Message} -component ConsoleMessage -active Yes -parent ConsoleUninstall … … 492 475 InstallComponent D3D73C76-D9D3-07DA-63D4163A44BE -setup Uninstall -type action -title Exit -component Exit -active Yes -parent SilentUninstall 493 476 InstallComponent 848844B5-6103-9343-8B731B0BE4E0 -setup Uninstall -type actiongroup -title {Startup Actions} -active Yes -parent ActionGroupsUninstall 494 InstallComponent 97ACF525-C075-8635-E019202A83D8 -setup Uninstall -type action -conditions {DFFF91A9-2CA5-6ABE-8474D814AF88 4ACB0B47-42B3-2B3A-BFE9AA4EC707} -title Exit -component Exit - command insert -active Yes -parent 848844B5-6103-9343-8B731B0BE4E0477 InstallComponent 97ACF525-C075-8635-E019202A83D8 -setup Uninstall -type action -conditions {DFFF91A9-2CA5-6ABE-8474D814AF88 4ACB0B47-42B3-2B3A-BFE9AA4EC707} -title Exit -component Exit -active Yes -parent 848844B5-6103-9343-8B731B0BE4E0 495 478 Condition DFFF91A9-2CA5-6ABE-8474D814AF88 -active Yes -parent 97ACF525-C075-8635-E019202A83D8 -title {String Is Condition} -component StringIsCondition -TreeObject::id DFFF91A9-2CA5-6ABE-8474D814AF88 496 479 Condition 4ACB0B47-42B3-2B3A-BFE9AA4EC707 -active Yes -parent 97ACF525-C075-8635-E019202A83D8 -title {Ask Yes or No} -component AskYesOrNo -TreeObject::id 4ACB0B47-42B3-2B3A-BFE9AA4EC707 … … 502 485 array set Properties { 503 486 0047FF40-0139-2A59-AAC0-A44D46D6F5CC,Active 504 No 487 {No} 505 488 506 489 0047FF40-0139-2A59-AAC0-A44D46D6F5CC,Comment … … 514 497 515 498 0047FF40-0139-2A59-AAC0-A44D46D6F5CC,ResultVirtualText 516 BackupLocationName 499 {BackupLocationName} 517 500 518 501 0047FF40-0139-2A59-AAC0-A44D46D6F5CC,TclScript … … 523 506 524 507 0357FAE9-FCFD-26D8-6541D810CD61,Filename 525 <%ProgramReadme%> 508 {<%ProgramReadme%>} 526 509 527 510 05060263-E852-87AB-8D0F2954CAA6,Conditions … … 529 512 530 513 0C12D2D3-AEBC-42FE-A73A-0815EFB10DA5,Prompt 531 <%ConsoleSelectDestinationText%> 514 {<%ConsoleSelectDestinationText%>} 532 515 533 516 0C12D2D3-AEBC-42FE-A73A-0815EFB10DA5,VirtualText 534 InstallDir 517 {InstallDir} 535 518 536 519 0D93323D-779D-44A8-1E0614E5285D,Conditions … … 538 521 539 522 0D93323D-779D-44A8-1E0614E5285D,State 540 disabled 523 {disabled} 541 524 542 525 0D93323D-779D-44A8-1E0614E5285D,Widget … … 550 533 551 534 0FDBA082-90AB-808C-478A-A13E7C525336,ResultVirtualText 552 BackupLocationNumber 535 {BackupLocationNumber} 553 536 554 537 0FDBA082-90AB-808C-478A-A13E7C525336,TclScript … … 559 542 560 543 13BD88FE-CD71-5AC7-E99C10B6CB28,Filename 561 <%ProgramReadme%> 544 {<%ProgramReadme%>} 562 545 563 546 1528F4F0-145C-A48D-A8526DBB6289,CheckCondition … … 565 548 566 549 1528F4F0-145C-A48D-A8526DBB6289,Filename 567 <%ProgramExecutable%> 550 {<%ProgramExecutable%>} 568 551 569 552 1681CF85-A5D2-4D73-A3FC-52B2A6A1847D,Alias … … 574 557 575 558 1681CF85-A5D2-4D73-A3FC-52B2A6A1847D,FileName 576 <%ShortAppName%>-program-killbackupprocess 559 {<%ShortAppName%>-program-killbackupprocess} 577 560 578 561 1681CF85-A5D2-4D73-A3FC-52B2A6A1847D,ShortcutName … … 580 563 581 564 1681CF85-A5D2-4D73-A3FC-52B2A6A1847D,TargetFileName 582 <%InstallDir%>/tools/KillBackupProcess.bat 565 {<%InstallDir%>/tools/KillBackupProcess.bat} 583 566 584 567 1681CF85-A5D2-4D73-A3FC-52B2A6A1847D,WorkingDirectory 585 <%InstallDir%> 568 {<%InstallDir%>} 586 569 587 570 16D53E40-546B-54C3-088B1B5E3BBB,Background 588 white 571 {white} 589 572 590 573 16D53E40-546B-54C3-088B1B5E3BBB,Conditions … … 592 575 593 576 16D53E40-546B-54C3-088B1B5E3BBB,Text,subst 594 1 577 {1} 595 578 596 579 16D53E40-546B-54C3-088B1B5E3BBB,Type 597 checkbutton 580 {checkbutton} 598 581 599 582 16D53E40-546B-54C3-088B1B5E3BBB,VirtualText 600 CreateDesktopShortcut 583 {CreateDesktopShortcut} 601 584 602 585 16D53E40-546B-54C3-088B1B5E3BBB,X 603 185 586 {185} 604 587 605 588 16D53E40-546B-54C3-088B1B5E3BBB,Y 606 180 589 {180} 607 590 608 591 175CBE81-9EBE-1E21-A91479BEEFAE,ExitType 609 Finish 592 {Finish} 610 593 611 594 17D8BA8E-5992-AA5C-F5ECB73A3433,Action … … 619 602 620 603 18C00430-D6B1-151F-307762B3A045,Platform 621 Windows 604 {Windows} 622 605 623 606 198905FB-9FAC-23DE-7422D25B8ECA,Alias … … 631 614 632 615 19ADBDDB-1690-4A57-913E32A026C4,State 633 disabled 616 {disabled} 634 617 635 618 19ADBDDB-1690-4A57-913E32A026C4,Widget … … 637 620 638 621 1AF5CD58-65C0-49CB-9A9D-994816CF414E,Active 639 No 622 {No} 640 623 641 624 1AF5CD58-65C0-49CB-9A9D-994816CF414E,Alias … … 649 632 650 633 1AF5CD58-65C0-49CB-9A9D-994816CF414E,FileName 651 <%ShortAppName%>-program-TebucoSafeQuerypload 634 {<%ShortAppName%>-program-TebucoSafeQuerypload} 652 635 653 636 1AF5CD58-65C0-49CB-9A9D-994816CF414E,ShortcutName … … 655 638 656 639 1AF5CD58-65C0-49CB-9A9D-994816CF414E,TargetFileName 657 <%InstallDir%>/tools/TebucoSafeQueryUpload.bat 640 {<%InstallDir%>/tools/TebucoSafeQueryUpload.bat} 658 641 659 642 1AF5CD58-65C0-49CB-9A9D-994816CF414E,WorkingDirectory 660 <%InstallDir%> 661 662 1BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,Active 663 Yes 643 {<%InstallDir%>} 664 644 665 645 1BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,BackButton,subst 666 1 646 {1} 667 647 668 648 1BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,CancelButton,subst 669 1 649 {1} 670 650 671 651 1BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,Caption,subst 672 1 652 {1} 673 653 674 654 1BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,CompanyLabel,subst 675 0 655 {0} 676 656 677 657 1BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,Conditions … … 679 659 680 660 1BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,Message,subst 681 1 661 {1} 682 662 683 663 1BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,NextButton,subst 684 1 664 {1} 685 665 686 666 1BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,Subtitle,subst 687 1 667 {1} 688 668 689 669 1BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,Title,subst 690 1 670 {1} 691 671 692 672 1BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,UserNameLabel,subst 693 0 673 {0} 694 674 695 675 1C14291C-0971-4283-92E9-3808401303F5,Active 696 No 676 {No} 697 677 698 678 1C14291C-0971-4283-92E9-3808401303F5,Comment … … 706 686 707 687 1C14291C-0971-4283-92E9-3808401303F5,WorkingDirectory 708 <%InstallDir%> 688 {<%InstallDir%>} 709 689 710 690 1F0926EE-6884-1330-B4A1DB11C1BF,BackButton,subst 711 1 691 {1} 712 692 713 693 1F0926EE-6884-1330-B4A1DB11C1BF,CancelButton,subst 714 1 694 {1} 715 695 716 696 1F0926EE-6884-1330-B4A1DB11C1BF,Caption,subst 717 1 697 {1} 718 698 719 699 1F0926EE-6884-1330-B4A1DB11C1BF,Message,subst 720 1 700 {1} 721 701 722 702 1F0926EE-6884-1330-B4A1DB11C1BF,NextButton,subst 723 1 703 {1} 724 704 725 705 1F9E8CB8-02C1-0416-1F7445B4147F,Comment … … 730 710 731 711 20CBDBEA-2217-457B-8D98-D692C4F591E9,Message,subst 732 1 712 {1} 733 713 734 714 241BBFCE-4EB1-432F-94DD-69D444DDB6C0,CheckCondition … … 736 716 737 717 241BBFCE-4EB1-432F-94DD-69D444DDB6C0,Operator 738 false 718 {false} 739 719 740 720 241BBFCE-4EB1-432F-94DD-69D444DDB6C0,String 741 <%Answer%> 721 {<%Answer%>} 742 722 743 723 2583A547-11DE-1C27-B6D04B023CC0,CheckCondition … … 745 725 746 726 2583A547-11DE-1C27-B6D04B023CC0,Operator 747 false 727 {false} 748 728 749 729 2583A547-11DE-1C27-B6D04B023CC0,String 750 <%SilentMode%> 730 {<%SilentMode%>} 751 731 752 732 25AA533E-02FC-47D9-9273-25266B8FA1F9,Alias … … 760 740 761 741 25AA533E-02FC-47D9-9273-25266B8FA1F9,FileName 762 <%ShortAppName%>-program-removeService 742 {<%ShortAppName%>-program-removeService} 763 743 764 744 25AA533E-02FC-47D9-9273-25266B8FA1F9,ShortcutName … … 766 746 767 747 25AA533E-02FC-47D9-9273-25266B8FA1F9,TargetFileName 768 <%InstallDir%>/tools/RemoveService.bat 748 {<%InstallDir%>/tools/RemoveService.bat} 769 749 770 750 25AA533E-02FC-47D9-9273-25266B8FA1F9,WorkingDirectory 771 <%InstallDir%> 751 {<%InstallDir%>} 772 752 773 753 28E76C8B-2605-4739-9FFE-9C2880C17E59,Active 774 No 754 {No} 775 755 776 756 28E76C8B-2605-4739-9FFE-9C2880C17E59,Conditions … … 781 761 782 762 28E76C8B-2605-4739-9FFE-9C2880C17E59,WorkingDirectory 783 <%InstallDir%> 763 {<%InstallDir%>} 784 764 785 765 2AC89879-6E9D-3D4E-F28E-5985EEBFAAA8,BackButton,subst 786 1 766 {1} 787 767 788 768 2AC89879-6E9D-3D4E-F28E-5985EEBFAAA8,CancelButton,subst 789 1 769 {1} 790 770 791 771 2AC89879-6E9D-3D4E-F28E-5985EEBFAAA8,Caption,subst 792 1 772 {1} 793 773 794 774 2AC89879-6E9D-3D4E-F28E-5985EEBFAAA8,Conditions … … 796 776 797 777 2AC89879-6E9D-3D4E-F28E-5985EEBFAAA8,Message,subst 798 1 778 {1} 799 779 800 780 2AC89879-6E9D-3D4E-F28E-5985EEBFAAA8,NextButton,subst 801 1 781 {1} 802 782 803 783 2AC89879-6E9D-3D4E-F28E-5985EEBFAAA8,Subtitle,subst 804 1 784 {1} 805 785 806 786 2AC89879-6E9D-3D4E-F28E-5985EEBFAAA8,Title,subst 807 1 787 {1} 808 788 809 789 2BB06B72-DE53-2319-B1B8-351CDCBA2008,Conditions … … 814 794 815 795 2BB06B72-DE53-2319-B1B8-351CDCBA2008,ResultVirtualText 816 AddBackupLocation 796 {AddBackupLocation} 817 797 818 798 2BB06B72-DE53-2319-B1B8-351CDCBA2008,TclScript … … 820 800 821 801 2BF07B5A-9B06-4C1E-810D-5B5E9303D2C6,Message,subst 822 1 802 {1} 803 804 2C456223-3E1E-4D43-B31A-868EAD3241E1,Destination 805 {<%InstallDir%>} 806 807 2C456223-3E1E-4D43-B31A-868EAD3241E1,Name 808 {Documents} 823 809 824 810 2E2963BD-DDBD-738D-A910-B7F3F04946F9,Conditions … … 826 812 827 813 2E2963BD-DDBD-738D-A910-B7F3F04946F9,Text,subst 828 1 814 {1} 829 815 830 816 2E2963BD-DDBD-738D-A910-B7F3F04946F9,Value 831 <%AddBackupLocation%> 817 {<%AddBackupLocation%>} 832 818 833 819 2E2963BD-DDBD-738D-A910-B7F3F04946F9,X 834 400 820 {400} 835 821 836 822 2E2963BD-DDBD-738D-A910-B7F3F04946F9,Y 837 70 823 {70} 838 824 839 825 2EC82FBD-8294-A3E4-7F39-1CBA0582FA64,AppendNewline 840 No 826 {No} 841 827 842 828 2EC82FBD-8294-A3E4-7F39-1CBA0582FA64,Comment … … 850 836 851 837 2EC82FBD-8294-A3E4-7F39-1CBA0582FA64,Files 852 <%ConfigFileTemplate%> 838 {<%ConfigFileTemplate%>} 853 839 854 840 2EC82FBD-8294-A3E4-7F39-1CBA0582FA64,TextToWrite,subst 855 1 841 {1} 856 842 857 843 32B08FB1-99DF-234E-8BAF-333E80AAC9F5,Conditions … … 859 845 860 846 32B08FB1-99DF-234E-8BAF-333E80AAC9F5,FileName 861 <%ShortAppName%>-program-Usage 847 {<%ShortAppName%>-program-Usage} 862 848 863 849 32B08FB1-99DF-234E-8BAF-333E80AAC9F5,ShortcutName 864 Usage 850 {Usage} 865 851 866 852 32B08FB1-99DF-234E-8BAF-333E80AAC9F5,TargetFileName 867 <%InstallDir%>/tools/ShowUsage.bat 853 {<%InstallDir%>/tools/ShowUsage.bat} 868 854 869 855 32B08FB1-99DF-234E-8BAF-333E80AAC9F5,WorkingDirectory 870 <%InstallDir%> 856 {<%InstallDir%>} 871 857 872 858 32DC8FB1-A04B-71AA-EC18496D4BD0,Conditions … … 877 863 878 864 32F5B0AF-EB83-7A03-D8FAE1ECE473,Message,subst 879 1 865 {1} 880 866 881 867 32F5B0AF-EB83-7A03-D8FAE1ECE473,Title,subst 882 1 868 {1} 883 869 884 870 32F5B0AF-EB83-7A03-D8FAE1ECE473,TrueValue 885 No 871 {No} 886 872 887 873 3379F80B-36D6-73DC-6FC1D6223A26,CheckCondition … … 889 875 890 876 3379F80B-36D6-73DC-6FC1D6223A26,Operator 891 false 877 {false} 892 878 893 879 3379F80B-36D6-73DC-6FC1D6223A26,String 894 <%InstallStopped%> 880 {<%InstallStopped%>} 895 881 896 882 362B6D6A-11BC-83CE-AFF6-410D8FBCF54D,Active 897 No 883 {No} 898 884 899 885 362B6D6A-11BC-83CE-AFF6-410D8FBCF54D,Conditions … … 901 887 902 888 362B6D6A-11BC-83CE-AFF6-410D8FBCF54D,ResultVirtualText 903 BackupLocationExclusions 889 {BackupLocationExclusions} 904 890 905 891 362B6D6A-11BC-83CE-AFF6-410D8FBCF54D,TclScript … … 907 893 908 894 37E627F2-E04B-AEF2-D566C017A4D6,BackButton,subst 909 1 895 {1} 910 896 911 897 37E627F2-E04B-AEF2-D566C017A4D6,CancelButton,subst 912 1 898 {1} 913 899 914 900 37E627F2-E04B-AEF2-D566C017A4D6,Caption,subst 915 1 901 {1} 916 902 917 903 37E627F2-E04B-AEF2-D566C017A4D6,Conditions … … 919 905 920 906 37E627F2-E04B-AEF2-D566C017A4D6,FileLabel,subst 921 1 907 {1} 922 908 923 909 37E627F2-E04B-AEF2-D566C017A4D6,Message,subst 924 1 910 {1} 925 911 926 912 37E627F2-E04B-AEF2-D566C017A4D6,NextButton,subst 927 1 913 {1} 928 914 929 915 37E627F2-E04B-AEF2-D566C017A4D6,ProgressValue,subst 930 1 916 {1} 931 917 932 918 37E627F2-E04B-AEF2-D566C017A4D6,Subtitle,subst 933 1 919 {1} 934 920 935 921 37E627F2-E04B-AEF2-D566C017A4D6,Title,subst 936 1 922 {1} 937 923 938 924 39270FD8-932E-6132-7EF795ED9B93,Alias … … 949 935 950 936 39B2B666-78D8-75E6-6EA071594D34,TargetFileName 951 <%Uninstaller%> 937 {<%Uninstaller%>} 952 938 953 939 39B2B666-78D8-75E6-6EA071594D34,WorkingDirectory 954 <%InstallDir%> 940 {<%InstallDir%>} 955 941 956 942 39D7394E-04E9-CA70-0034DB830BFE,Conditions … … 958 944 959 945 3B6E2E7C-1A26-27F1-D578E383B128,Background 960 white 946 {white} 961 947 962 948 3B6E2E7C-1A26-27F1-D578E383B128,Conditions … … 964 950 965 951 3B6E2E7C-1A26-27F1-D578E383B128,Text,subst 966 1 952 {1} 967 953 968 954 3B6E2E7C-1A26-27F1-D578E383B128,Type 969 checkbutton 955 {checkbutton} 970 956 971 957 3B6E2E7C-1A26-27F1-D578E383B128,VirtualText 972 ViewReadme 958 {ViewReadme} 973 959 974 960 3B6E2E7C-1A26-27F1-D578E383B128,X 975 185 961 {185} 976 962 977 963 3B6E2E7C-1A26-27F1-D578E383B128,Y 978 140 964 {140} 979 965 980 966 3B8CDC8E-1239-D2E9-DF4CA6B1756D,BackButton,subst 981 1 967 {1} 982 968 983 969 3B8CDC8E-1239-D2E9-DF4CA6B1756D,CancelButton,subst 984 1 970 {1} 985 971 986 972 3B8CDC8E-1239-D2E9-DF4CA6B1756D,Caption,subst 987 1 973 {1} 988 974 989 975 3B8CDC8E-1239-D2E9-DF4CA6B1756D,Conditions … … 991 977 992 978 3B8CDC8E-1239-D2E9-DF4CA6B1756D,FileValue,subst 993 1 979 {1} 994 980 995 981 3B8CDC8E-1239-D2E9-DF4CA6B1756D,Message,subst 996 1 982 {1} 997 983 998 984 3B8CDC8E-1239-D2E9-DF4CA6B1756D,NextButton,subst 999 1 985 {1} 1000 986 1001 987 3B8CDC8E-1239-D2E9-DF4CA6B1756D,ProgressValue,subst 1002 1 988 {1} 1003 989 1004 990 3B8CDC8E-1239-D2E9-DF4CA6B1756D,Subtitle,subst 1005 1 991 {1} 1006 992 1007 993 3B8CDC8E-1239-D2E9-DF4CA6B1756D,Title,subst 1008 1 994 {1} 1009 995 1010 996 3C7130B3-3206-403D-B09E-59D4A758FBAD,Action … … 1015 1001 1016 1002 3CFFF099-6122-46DD-9CE4-F5819434AC53,IgnoreErrors 1017 Yes 1003 {Yes} 1018 1004 1019 1005 3CFFF099-6122-46DD-9CE4-F5819434AC53,ProgramCommandLine … … 1021 1007 1022 1008 3CFFF099-6122-46DD-9CE4-F5819434AC53,ProgressiveOutputWidget 1023 Message 1009 {Message} 1024 1010 1025 1011 3CFFF099-6122-46DD-9CE4-F5819434AC53,WorkingDirectory 1026 <%Temp%> 1012 {<%Temp%>} 1027 1013 1028 1014 3D0D1898-4C65-3E66-F82F56581E87,CheckCondition … … 1030 1016 1031 1017 3D0D1898-4C65-3E66-F82F56581E87,Operator 1032 false 1018 {false} 1033 1019 1034 1020 3D0D1898-4C65-3E66-F82F56581E87,String 1035 <%SilentMode%> 1021 {<%SilentMode%>} 1036 1022 1037 1023 3D33AA8C-0037-204B-39A339FD38BD,BackButton,subst 1038 1 1024 {1} 1039 1025 1040 1026 3D33AA8C-0037-204B-39A339FD38BD,CancelButton,subst 1041 1 1027 {1} 1042 1028 1043 1029 3D33AA8C-0037-204B-39A339FD38BD,Caption,subst 1044 1 1030 {1} 1045 1031 1046 1032 3D33AA8C-0037-204B-39A339FD38BD,Conditions … … 1048 1034 1049 1035 3D33AA8C-0037-204B-39A339FD38BD,Message,subst 1050 1 1036 {1} 1051 1037 1052 1038 3D33AA8C-0037-204B-39A339FD38BD,NextButton,subst 1053 1 1039 {1} 1054 1040 1055 1041 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,Active 1056 Yes 1042 {Yes} 1057 1043 1058 1044 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,Alias 1059 SetBackupLocations 1045 {SetBackupLocations} 1060 1046 1061 1047 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,BackButton,subst 1062 1 1048 {1} 1063 1049 1064 1050 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,CancelButton,subst 1065 1 1051 {1} 1066 1052 1067 1053 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,Caption,subst 1068 1 1054 {1} 1069 1055 1070 1056 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,Conditions … … 1072 1058 1073 1059 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,Message,subst 1074 1 1060 {1} 1075 1061 1076 1062 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,NextButton,subst 1077 1 1063 {1} 1078 1064 1079 1065 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,Subtitle,subst 1080 1 1066 {1} 1081 1067 1082 1068 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,Title,subst 1083 1 1069 {1} 1084 1070 1085 1071 3FDB57ED-598D-8A4E-CEF7-D90833305558,Conditions … … 1087 1073 1088 1074 3FDB57ED-598D-8A4E-CEF7-D90833305558,LabelSide 1089 left 1075 {left} 1090 1076 1091 1077 3FDB57ED-598D-8A4E-CEF7-D90833305558,Text,subst 1092 1 1078 {1} 1093 1079 1094 1080 3FDB57ED-598D-8A4E-CEF7-D90833305558,Type … … 1096 1082 1097 1083 3FDB57ED-598D-8A4E-CEF7-D90833305558,VirtualText 1098 BackupLocationPath 1084 {BackupLocationPath} 1099 1085 1100 1086 3FDB57ED-598D-8A4E-CEF7-D90833305558,Y 1101 70 1087 {70} 1102 1088 1103 1089 3FE82C17-A3E2-4A57-A563-F80818B00B81,Default 1104 Yes 1090 {Yes} 1105 1091 1106 1092 3FE82C17-A3E2-4A57-A563-F80818B00B81,Prompt 1107 <%InstallStartupText%> 1093 {<%InstallStartupText%>} 1108 1094 1109 1095 41CDE776-2667-5CEB-312A-FC4C33A83E7F,Conditions … … 1114 1100 1115 1101 41CDE776-2667-5CEB-312A-FC4C33A83E7F,RenameFiles 1116 Yes 1102 {Yes} 1117 1103 1118 1104 41D3E165-C263-5F80-0FEEC0AEE47A,BackButton,subst 1119 1 1105 {1} 1120 1106 1121 1107 41D3E165-C263-5F80-0FEEC0AEE47A,CancelButton,subst 1122 1 1108 {1} 1123 1109 1124 1110 41D3E165-C263-5F80-0FEEC0AEE47A,Caption,subst 1125 1 1111 {1} 1126 1112 1127 1113 41D3E165-C263-5F80-0FEEC0AEE47A,Conditions … … 1129 1115 1130 1116 41D3E165-C263-5F80-0FEEC0AEE47A,Message,subst 1131 1 1117 {1} 1132 1118 1133 1119 41D3E165-C263-5F80-0FEEC0AEE47A,NextButton,subst 1134 1 1120 {1} 1135 1121 1136 1122 41D3E165-C263-5F80-0FEEC0AEE47A,Subtitle,subst 1137 1 1123 {1} 1138 1124 1139 1125 41D3E165-C263-5F80-0FEEC0AEE47A,Text,subst 1140 1 1126 {1} 1141 1127 1142 1128 41D3E165-C263-5F80-0FEEC0AEE47A,Title,subst 1143 1 1129 {1} 1144 1130 1145 1131 481451CC-F49C-D389-8645076F595B,Destination 1146 <%InstallDir%> 1132 {<%InstallDir%>} 1147 1133 1148 1134 481451CC-F49C-D389-8645076F595B,FileSize 1149 15288767 1135 {7893504} 1150 1136 1151 1137 481451CC-F49C-D389-8645076F595B,Name … … 1153 1139 1154 1140 49E59F91-27F7-46D1-A1C1-19865C2392D3,Default 1155 Yes 1141 {Yes} 1156 1142 1157 1143 49E59F91-27F7-46D1-A1C1-19865C2392D3,Prompt 1158 <%UninstallStartupText%> 1144 {<%UninstallStartupText%>} 1159 1145 1160 1146 49E80443-62DB-1C10-392D-1091AEA5ED88,Conditions … … 1165 1151 1166 1152 49E80443-62DB-1C10-392D-1091AEA5ED88,Pane 1167 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7 1153 {3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7} 1168 1154 1169 1155 4A9C852B-647E-EED5-5482FFBCC2AF,Description,subst 1170 1 1156 {1} 1171 1157 1172 1158 4A9C852B-647E-EED5-5482FFBCC2AF,DisplayName,subst 1173 1 1159 {1} 1174 1160 1175 1161 4A9C852B-647E-EED5-5482FFBCC2AF,FileGroups 1176 481451CC-F49C-D389-8645076F595B 1162 {481451CC-F49C-D389-8645076F595B} 1177 1163 1178 1164 4A9C852B-647E-EED5-5482FFBCC2AF,Name … … 1180 1166 1181 1167 4A9C852B-647E-EED5-5482FFBCC2AF,RequiredComponent 1182 Yes 1168 {Yes} 1183 1169 1184 1170 4ACB0B47-42B3-2B3A-BFE9AA4EC707,CheckCondition … … 1186 1172 1187 1173 4ACB0B47-42B3-2B3A-BFE9AA4EC707,Message,subst 1188 1 1174 {1} 1189 1175 1190 1176 4ACB0B47-42B3-2B3A-BFE9AA4EC707,Title,subst 1191 1 1177 {1} 1192 1178 1193 1179 4ACB0B47-42B3-2B3A-BFE9AA4EC707,TrueValue 1194 No 1180 {No} 1195 1181 1196 1182 4D4A7BF0-7CCE-46E6-BDE5222F82D7,Conditions … … 1198 1184 1199 1185 4D4A7BF0-7CCE-46E6-BDE5222F82D7,UpdateFilePercentage 1200 Yes 1186 {Yes} 1201 1187 1202 1188 4D4A7BF0-7CCE-46E6-BDE5222F82D7,UpdateFileText 1203 Yes 1189 {Yes} 1204 1190 1205 1191 4E643D8A-CA31-018D-57D7053C2CE8,CheckCondition … … 1207 1193 1208 1194 4E643D8A-CA31-018D-57D7053C2CE8,Filename 1209 <%ProgramExecutable%> 1195 {<%ProgramExecutable%>} 1210 1196 1211 1197 4EE35849-FAD7-170B-0E45-FA30636467B1,CheckCondition … … 1213 1199 1214 1200 4EE35849-FAD7-170B-0E45-FA30636467B1,EncryptedPassword 1215 <%InstallPasswordEncrypted%> 1201 {<%InstallPasswordEncrypted%>} 1216 1202 1217 1203 4EE35849-FAD7-170B-0E45-FA30636467B1,FailureFocus … … 1219 1205 1220 1206 4EE35849-FAD7-170B-0E45-FA30636467B1,FailureMessage 1221 <%PasswordIncorrectText%> 1207 {<%PasswordIncorrectText%>} 1222 1208 1223 1209 4EE35849-FAD7-170B-0E45-FA30636467B1,UnencryptedPassword 1224 <%InstallPassword%> 1210 {<%InstallPassword%>} 1225 1211 1226 1212 4EF787E3-0643-DE46-15E64BAF0816,CheckCondition … … 1228 1214 1229 1215 4EF787E3-0643-DE46-15E64BAF0816,Platform 1230 Windows 1216 {Windows} 1231 1217 1232 1218 52F0A238-57E1-A578-2CE4DA177B32,Conditions … … 1237 1223 1238 1224 574198A7-7322-2F5E-02EF185D965C,BackButton,subst 1239 1 1225 {1} 1240 1226 1241 1227 574198A7-7322-2F5E-02EF185D965C,CancelButton,subst 1242 1 1228 {1} 1243 1229 1244 1230 574198A7-7322-2F5E-02EF185D965C,Caption,subst 1245 1 1231 {1} 1246 1232 1247 1233 574198A7-7322-2F5E-02EF185D965C,Conditions … … 1249 1235 1250 1236 574198A7-7322-2F5E-02EF185D965C,FileLabel,subst 1251 1 1237 {1} 1252 1238 1253 1239 574198A7-7322-2F5E-02EF185D965C,Message,subst 1254 1 1240 {1} 1255 1241 1256 1242 574198A7-7322-2F5E-02EF185D965C,NextButton,subst 1257 1 1243 {1} 1258 1244 1259 1245 574198A7-7322-2F5E-02EF185D965C,ProgressValue,subst 1260 1 1246 {1} 1261 1247 1262 1248 574198A7-7322-2F5E-02EF185D965C,Subtitle,subst 1263 1 1249 {1} 1264 1250 1265 1251 574198A7-7322-2F5E-02EF185D965C,Title,subst 1266 1 1252 {1} 1267 1253 1268 1254 58E1119F-639E-17C9-5D3898F385AA,BackButton,subst 1269 1 1255 {1} 1270 1256 1271 1257 58E1119F-639E-17C9-5D3898F385AA,BrowseButton,subst 1272 1 1258 {1} 1273 1259 1274 1260 58E1119F-639E-17C9-5D3898F385AA,BrowseText,subst 1275 1 1261 {1} 1276 1262 1277 1263 58E1119F-639E-17C9-5D3898F385AA,CancelButton,subst 1278 1 1264 {1} 1279 1265 1280 1266 58E1119F-639E-17C9-5D3898F385AA,Caption,subst 1281 1 1267 {1} 1282 1268 1283 1269 58E1119F-639E-17C9-5D3898F385AA,Conditions 1284 1270 {1 condition} 1285 1271 1272 58E1119F-639E-17C9-5D3898F385AA,Destination,subst 1273 {1} 1274 1286 1275 58E1119F-639E-17C9-5D3898F385AA,DestinationLabel,subst 1287 0 1276 {0} 1288 1277 1289 1278 58E1119F-639E-17C9-5D3898F385AA,Message,subst 1290 1 1279 {1} 1291 1280 1292 1281 58E1119F-639E-17C9-5D3898F385AA,NextButton,subst 1293 1 1282 {1} 1294 1283 1295 1284 58E1119F-639E-17C9-5D3898F385AA,Subtitle,subst 1296 1 1285 {1} 1297 1286 1298 1287 58E1119F-639E-17C9-5D3898F385AA,Title,subst 1299 1 1288 {1} 1300 1289 1301 1290 592F46AE-8CEE-01F3-0BA7EBDCA4F4,CheckCondition … … 1303 1292 1304 1293 592F46AE-8CEE-01F3-0BA7EBDCA4F4,Filename 1305 <%ProgramExecutable%> 1294 {<%ProgramExecutable%>} 1306 1295 1307 1296 5CA3EA16-E37C-AABE-E576C4636EB0,Action … … 1315 1304 1316 1305 5EE78EF7-37CA-D440-3DB5-09136CD566B3,String 1317 <%AddBackupLocation%> 1306 {<%AddBackupLocation%>} 1318 1307 1319 1308 5F2C1F1C-B9F7-1642-59D9-A18318C1D70B,Conditions … … 1324 1313 1325 1314 5F2C1F1C-B9F7-1642-59D9-A18318C1D70B,LineFeed 1326 Windows 1315 {Windows} 1327 1316 1328 1317 5F2C1F1C-B9F7-1642-59D9-A18318C1D70B,StringMap … … 1337 1326 1338 1327 614C45B2-7515-780C-E444-7F165CF02DD7,Active 1339 No 1328 {No} 1340 1329 1341 1330 614C45B2-7515-780C-E444-7F165CF02DD7,Conditions … … 1343 1332 1344 1333 614C45B2-7515-780C-E444-7F165CF02DD7,ResultVirtualText 1345 BackupLocationShortName 1334 {BackupLocationShortName} 1346 1335 1347 1336 614C45B2-7515-780C-E444-7F165CF02DD7,TclScript … … 1349 1338 1350 1339 6652193C-5D4B-44B6-ABC6-D6E96D89E5DC,Active 1351 No 1340 {No} 1352 1341 1353 1342 6652193C-5D4B-44B6-ABC6-D6E96D89E5DC,Comment … … 1361 1350 1362 1351 6B4CB3C2-4799-4C9F-BA8E-1EE47C4606E1,ExitType 1363 Finish 1352 {Finish} 1364 1353 1365 1354 6B966959-05D9-DB32-8D9C4AD2A3DF,CheckCondition … … 1367 1356 1368 1357 6B966959-05D9-DB32-8D9C4AD2A3DF,Platform 1369 Windows 1358 {Windows} 1370 1359 1371 1360 6C323815-B9AB-FA94-4F5D152EBC51,BackButton,subst 1372 1 1361 {1} 1373 1362 1374 1363 6C323815-B9AB-FA94-4F5D152EBC51,CancelButton,subst 1375 1 1364 {1} 1376 1365 1377 1366 6C323815-B9AB-FA94-4F5D152EBC51,Caption,subst 1378 1 1367 {1} 1379 1368 1380 1369 6C323815-B9AB-FA94-4F5D152EBC51,Conditions … … 1382 1371 1383 1372 6C323815-B9AB-FA94-4F5D152EBC51,Message,subst 1384 1 1373 {1} 1385 1374 1386 1375 6C323815-B9AB-FA94-4F5D152EBC51,NextButton,subst 1387 1 1376 {1} 1388 1377 1389 1378 6D9D1ABC-7146-443F-9EE9-205D5CA6C830,CheckCondition … … 1406 1395 1407 1396 6F61CDA8-30C9-454F-82A3-9987E1203079,FileName 1408 <%ShortAppName%>-program-sync 1397 {<%ShortAppName%>-program-sync} 1409 1398 1410 1399 6F61CDA8-30C9-454F-82A3-9987E1203079,ShortcutName … … 1412 1401 1413 1402 6F61CDA8-30C9-454F-82A3-9987E1203079,TargetFileName 1414 <%InstallDir%>/tools/Sync.bat 1403 {<%InstallDir%>/tools/Sync.bat} 1415 1404 1416 1405 6F61CDA8-30C9-454F-82A3-9987E1203079,WorkingDirectory 1417 <%InstallDir%> 1406 {<%InstallDir%>} 1418 1407 1419 1408 6F94698F-0839-3ABF-0CF2DF05A4C8,CheckCondition … … 1421 1410 1422 1411 6F94698F-0839-3ABF-0CF2DF05A4C8,String 1423 <%CreateQuickLaunchShortcut%> 1412 {<%CreateQuickLaunchShortcut%>} 1424 1413 1425 1414 6FEE2889-0338-1D49-60BF-1471F465AB26,AppendNewline 1426 No 1415 {No} 1427 1416 1428 1417 6FEE2889-0338-1D49-60BF-1471F465AB26,Comment … … 1436 1425 1437 1426 6FEE2889-0338-1D49-60BF-1471F465AB26,Files 1438 <%ConfigFileTemplate%> 1427 {<%ConfigFileTemplate%>} 1439 1428 1440 1429 6FEE2889-0338-1D49-60BF-1471F465AB26,LineFeed 1441 Windows 1430 {Windows} 1442 1431 1443 1432 6FEE2889-0338-1D49-60BF-1471F465AB26,TextToWrite,subst 1444 1 1433 {1} 1445 1434 1446 1435 738DD098-7E3B-BC89-875CDB93CBE2,CheckCondition … … 1448 1437 1449 1438 738DD098-7E3B-BC89-875CDB93CBE2,Platform 1450 Windows 1439 {Windows} 1451 1440 1452 1441 73DD4D07-B1DC-BA38-2B12-07EB24A7F0C8,Conditions … … 1454 1443 1455 1444 73DD4D07-B1DC-BA38-2B12-07EB24A7F0C8,Destination 1456 <%ConfigFileName%> 1445 {<%ConfigFileName%>} 1457 1446 1458 1447 73DD4D07-B1DC-BA38-2B12-07EB24A7F0C8,Source 1459 <%ConfigFileTemplate%> 1448 {<%ConfigFileTemplate%>} 1460 1449 1461 1450 73EA65C1-3BE3-B190-55C3E99F6269,Conditions … … 1466 1455 1467 1456 748D673B-DFE6-5F74-329903ACE4DB,Filename 1468 <%ProgramExecutable%> 1457 {<%ProgramExecutable%>} 1469 1458 1470 1459 793D8178-0F51-7F07-BC5886586D3C,CheckCondition … … 1472 1461 1473 1462 793D8178-0F51-7F07-BC5886586D3C,Operator 1474 false 1463 {false} 1475 1464 1476 1465 793D8178-0F51-7F07-BC5886586D3C,String 1477 <%InstallStopped%> 1466 {<%InstallStopped%>} 1478 1467 1479 1468 795EE61F-6C0D-4A8B-93E02AA3894A,CheckCondition … … 1481 1470 1482 1471 795EE61F-6C0D-4A8B-93E02AA3894A,String 1483 <%LaunchApplication%> 1472 {<%LaunchApplication%>} 1484 1473 1485 1474 79DAC913-A33D-4ED6-9BAE-B3A2053C0F2C,CheckCondition … … 1487 1476 1488 1477 79DAC913-A33D-4ED6-9BAE-B3A2053C0F2C,Operator 1489 false 1478 {false} 1490 1479 1491 1480 79DAC913-A33D-4ED6-9BAE-B3A2053C0F2C,String 1492 <%LicenseAccepted%> 1481 {<%LicenseAccepted%>} 1493 1482 1494 1483 7A983CD8-302C-4942-BE59-525C5B5FA2F2,Conditions … … 1499 1488 1500 1489 7A983CD8-302C-4942-BE59-525C5B5FA2F2,WorkingDirectory 1501 <%InstallDir%> 1490 {<%InstallDir%>} 1502 1491 1503 1492 7B770A07-A785-5215-956FA82CF14E,Active 1504 No 1493 {No} 1505 1494 1506 1495 7B770A07-A785-5215-956FA82CF14E,Conditions … … 1508 1497 1509 1498 7B770A07-A785-5215-956FA82CF14E,ShortcutDirectory 1510 <%QUICK_LAUNCH%> 1499 {<%QUICK_LAUNCH%>} 1511 1500 1512 1501 7B770A07-A785-5215-956FA82CF14E,ShortcutName 1513 <%BrandName%> 1502 {<%BrandName%>} 1514 1503 1515 1504 7B770A07-A785-5215-956FA82CF14E,TargetFileName 1516 <%ProgramExecutable%> 1505 {<%ProgramExecutable%>} 1517 1506 1518 1507 7B770A07-A785-5215-956FA82CF14E,WorkingDirectory 1519 <%InstallDir%> 1508 {<%InstallDir%>} 1520 1509 1521 1510 7D8E1902-2BC4-80D8-2C18771E7C22,Conditions … … 1526 1515 1527 1516 7D8E1902-2BC4-80D8-2C18771E7C22,ProgressiveOutputWidget 1528 Message 1517 {Message} 1529 1518 1530 1519 7D8E1902-2BC4-80D8-2C18771E7C22,ShowProgressiveOutput 1531 Yes 1520 {Yes} 1532 1521 1533 1522 7D8E1902-2BC4-80D8-2C18771E7C22,WorkingDirectory 1534 <%InstallDir%> 1523 {<%InstallDir%>} 1535 1524 1536 1525 7F85263E-CAE2-46BA-AAC0-6B89D20FD2DE,ExitType 1537 Finish 1526 {Finish} 1538 1527 1539 1528 8202CECC-54A0-9B6C-D24D111BA52E,Components 1540 4A9C852B-647E-EED5-5482FFBCC2AF 1529 {4A9C852B-647E-EED5-5482FFBCC2AF} 1541 1530 1542 1531 8202CECC-54A0-9B6C-D24D111BA52E,Description,subst 1543 1 1532 {1} 1544 1533 1545 1534 8202CECC-54A0-9B6C-D24D111BA52E,DisplayName,subst 1546 1 1535 {1} 1547 1536 1548 1537 8202CECC-54A0-9B6C-D24D111BA52E,Name 1549 Typical 1538 {Typical} 1550 1539 1551 1540 8419AAAD-5860-F73E-8D11-4D1BDA4D7D37,Checked 1552 No 1541 {No} 1553 1542 1554 1543 8419AAAD-5860-F73E-8D11-4D1BDA4D7D37,Conditions … … 1556 1545 1557 1546 8419AAAD-5860-F73E-8D11-4D1BDA4D7D37,Text,subst 1558 1 1547 {1} 1559 1548 1560 1549 8419AAAD-5860-F73E-8D11-4D1BDA4D7D37,Type 1561 checkbutton 1550 {checkbutton} 1562 1551 1563 1552 8419AAAD-5860-F73E-8D11-4D1BDA4D7D37,Value 1564 Yes 1553 {Yes} 1565 1554 1566 1555 8419AAAD-5860-F73E-8D11-4D1BDA4D7D37,VirtualText 1567 AddBackupLocation 1556 {AddBackupLocation} 1568 1557 1569 1558 8419AAAD-5860-F73E-8D11-4D1BDA4D7D37,Y 1570 250 1559 {250} 1571 1560 1572 1561 848844B5-6103-9343-8B731B0BE4E0,Alias … … 1580 1569 1581 1570 84DA7F05-9FB7-CC36-9EC98F8A6826,FailureMessage 1582 <%DirectoryPermissionText%> 1571 {<%DirectoryPermissionText%>} 1583 1572 1584 1573 84DA7F05-9FB7-CC36-9EC98F8A6826,Filename 1585 <%InstallDir%> 1574 {<%InstallDir%>} 1586 1575 1587 1576 84DA7F05-9FB7-CC36-9EC98F8A6826,Permission … … 1592 1581 1593 1582 855DE408-060E-3D35-08B5-1D9AB05C2865,Height 1594 100 1583 {100} 1595 1584 1596 1585 855DE408-060E-3D35-08B5-1D9AB05C2865,Text,subst 1597 1 1586 {1} 1598 1587 1599 1588 855DE408-060E-3D35-08B5-1D9AB05C2865,Type 1600 text 1589 {text} 1601 1590 1602 1591 855DE408-060E-3D35-08B5-1D9AB05C2865,VirtualText 1603 BackupLocationExclusions 1592 {BackupLocationExclusions} 1604 1593 1605 1594 855DE408-060E-3D35-08B5-1D9AB05C2865,Y 1606 130 1595 {130} 1607 1596 1608 1597 87DE6D78-81E1-495B-A214-B3FF3E7E5614,CheckCondition … … 1610 1599 1611 1600 87DE6D78-81E1-495B-A214-B3FF3E7E5614,Operator 1612 false 1601 {false} 1613 1602 1614 1603 87DE6D78-81E1-495B-A214-B3FF3E7E5614,String 1615 <%Answer%> 1604 {<%Answer%>} 1616 1605 1617 1606 88A50FD5-480F-19A5-DA74-C915EB0A9765,Active 1618 No 1607 {No} 1619 1608 1620 1609 88A50FD5-480F-19A5-DA74-C915EB0A9765,Conditions … … 1625 1614 1626 1615 88A50FD5-480F-19A5-DA74-C915EB0A9765,Pane 1627 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7 1616 {3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7} 1628 1617 1629 1618 8A761DBD-0640-D98C-9B3AD7672A8F,Conditions … … 1631 1620 1632 1621 8A761DBD-0640-D98C-9B3AD7672A8F,State 1633 disabled 1622 {disabled} 1634 1623 1635 1624 8A761DBD-0640-D98C-9B3AD7672A8F,Widget … … 1640 1629 1641 1630 8C866252-8760-9B08-FE569C25B60D,Filename 1642 <%ProgramExecutable%> 1631 {<%ProgramExecutable%>} 1643 1632 1644 1633 8E095096-F018-A880-429D-A2177A9B70EA,Active 1645 No 1634 {No} 1646 1635 1647 1636 8E095096-F018-A880-429D-A2177A9B70EA,Conditions … … 1649 1638 1650 1639 8E095096-F018-A880-429D-A2177A9B70EA,Text,subst 1651 1 1640 {1} 1652 1641 1653 1642 8E095096-F018-A880-429D-A2177A9B70EA,X 1654 50 1643 {50} 1655 1644 1656 1645 8E095096-F018-A880-429D-A2177A9B70EA,Y 1657 150 1646 {150} 1658 1647 1659 1648 8E1A5944-5AF5-5906-16D395E386D8,Conditions 1660 1649 {0 conditions} 1661 1650 1662 9013E862-8E81-5290-64F9-D8BCD13EC7E5,Active1663 Yes1664 1665 1651 9013E862-8E81-5290-64F9-D8BCD13EC7E5,BackButton,subst 1666 1 1652 {1} 1667 1653 1668 1654 9013E862-8E81-5290-64F9-D8BCD13EC7E5,CancelButton,subst 1669 1 1655 {1} 1670 1656 1671 1657 9013E862-8E81-5290-64F9-D8BCD13EC7E5,Caption,subst 1672 1 1658 {1} 1673 1659 1674 1660 9013E862-8E81-5290-64F9-D8BCD13EC7E5,CompanyLabel,subst 1675 1 1661 {1} 1676 1662 1677 1663 9013E862-8E81-5290-64F9-D8BCD13EC7E5,Conditions … … 1679 1665 1680 1666 9013E862-8E81-5290-64F9-D8BCD13EC7E5,Message,subst 1681 1 1667 {1} 1682 1668 1683 1669 9013E862-8E81-5290-64F9-D8BCD13EC7E5,NextButton,subst 1684 1 1670 {1} 1685 1671 1686 1672 9013E862-8E81-5290-64F9-D8BCD13EC7E5,Subtitle,subst 1687 1 1673 {1} 1688 1674 1689 1675 9013E862-8E81-5290-64F9-D8BCD13EC7E5,Title,subst 1690 1 1676 {1} 1691 1677 1692 1678 9013E862-8E81-5290-64F9-D8BCD13EC7E5,UserNameLabel,subst 1693 1 1679 {1} 1694 1680 1695 1681 905DA2E9-988C-2F27-BB1F5F274AC9,Alias … … 1700 1686 1701 1687 908CE221-5A3D-0A78-24A1-E7C91EBE38D4,BackButton,subst 1702 1 1688 {1} 1703 1689 1704 1690 908CE221-5A3D-0A78-24A1-E7C91EBE38D4,CancelButton,subst 1705 1 1691 {1} 1706 1692 1707 1693 908CE221-5A3D-0A78-24A1-E7C91EBE38D4,Caption,subst 1708 1 1694 {1} 1709 1695 1710 1696 908CE221-5A3D-0A78-24A1-E7C91EBE38D4,Conditions … … 1712 1698 1713 1699 908CE221-5A3D-0A78-24A1-E7C91EBE38D4,Message,subst 1714 1 1700 {1} 1715 1701 1716 1702 908CE221-5A3D-0A78-24A1-E7C91EBE38D4,NextButton,subst 1717 1 1703 {1} 1718 1704 1719 1705 908CE221-5A3D-0A78-24A1-E7C91EBE38D4,Subtitle,subst 1720 1 1706 {1} 1721 1707 1722 1708 908CE221-5A3D-0A78-24A1-E7C91EBE38D4,Title,subst 1723 1 1709 {1} 1724 1710 1725 1711 937C3FDD-FB28-98BD-3DAB276E59ED,Background 1726 white 1712 {white} 1727 1713 1728 1714 937C3FDD-FB28-98BD-3DAB276E59ED,Conditions … … 1730 1716 1731 1717 937C3FDD-FB28-98BD-3DAB276E59ED,Text,subst 1732 1 1718 {1} 1733 1719 1734 1720 937C3FDD-FB28-98BD-3DAB276E59ED,Type 1735 checkbutton 1721 {checkbutton} 1736 1722 1737 1723 937C3FDD-FB28-98BD-3DAB276E59ED,VirtualText 1738 CreateQuickLaunchShortcut 1724 {CreateQuickLaunchShortcut} 1739 1725 1740 1726 937C3FDD-FB28-98BD-3DAB276E59ED,X 1741 185 1727 {185} 1742 1728 1743 1729 937C3FDD-FB28-98BD-3DAB276E59ED,Y 1744 200 1730 {200} 1745 1731 1746 1732 93AA298C-B64E-5683-14D2-7B86F7DEFD2C,Active 1747 No 1733 {No} 1748 1734 1749 1735 93AA298C-B64E-5683-14D2-7B86F7DEFD2C,Comment … … 1754 1740 1755 1741 93AA298C-B64E-5683-14D2-7B86F7DEFD2C,ResultVirtualText 1756 BackupLocationName 1742 {BackupLocationName} 1757 1743 1758 1744 93AA298C-B64E-5683-14D2-7B86F7DEFD2C,TclScript … … 1763 1749 1764 1750 96A68CAC-9ED7-806C-086B104720FD,String 1765 <%ErrorsOccurred%> 1751 {<%ErrorsOccurred%>} 1766 1752 1767 1753 97ACF525-C075-8635-E019202A83D8,Comment … … 1769 1755 1770 1756 9892B25C-689B-5B8F-F0C9-B14FF6ACC40C,Active 1771 No 1757 {No} 1772 1758 1773 1759 9892B25C-689B-5B8F-F0C9-B14FF6ACC40C,Conditions … … 1775 1761 1776 1762 9892B25C-689B-5B8F-F0C9-B14FF6ACC40C,ResultVirtualText 1777 AddBackupLocation 1763 {AddBackupLocation} 1778 1764 1779 1765 9892B25C-689B-5B8F-F0C9-B14FF6ACC40C,TclScript … … 1781 1767 1782 1768 9A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,Active 1783 Yes 1769 {Yes} 1784 1770 1785 1771 9A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,BackButton,subst 1786 1 1772 {1} 1787 1773 1788 1774 9A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,CancelButton,subst 1789 1 1775 {1} 1790 1776 1791 1777 9A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,Caption,subst 1792 1 1778 {1} 1793 1779 1794 1780 9A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,Conditions … … 1796 1782 1797 1783 9A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,Message,subst 1798 1 1784 {1} 1799 1785 1800 1786 9A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,NextButton,subst 1801 1 1787 {1} 1802 1788 1803 1789 9A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,Subtitle,subst 1804 1 1790 {1} 1805 1791 1806 1792 9A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,Title,subst 1807 1 1793 {1} 1808 1794 1809 1795 9A663209-495B-ED16-09BE-457B61148022,Conditions … … 1811 1797 1812 1798 9A663209-495B-ED16-09BE-457B61148022,FileName 1813 <%ShortAppName%>-program-QueryCurrent 1799 {<%ShortAppName%>-program-QueryCurrent} 1814 1800 1815 1801 9A663209-495B-ED16-09BE-457B61148022,ShortcutName … … 1817 1803 1818 1804 9A663209-495B-ED16-09BE-457B61148022,TargetFileName 1819 <%InstallDir%>/tools/QueryOutputCurrent.bat 1805 {<%InstallDir%>/tools/QueryOutputCurrent.bat} 1820 1806 1821 1807 9A663209-495B-ED16-09BE-457B61148022,WorkingDirectory 1822 <%InstallDir%> 1808 {<%InstallDir%>} 1823 1809 1824 1810 9D101299-B80C-441B-8685-6E3AC61808E8,Alias … … 1832 1818 1833 1819 9D101299-B80C-441B-8685-6E3AC61808E8,FileName 1834 <%ShortAppName%>-program-RemoteControl 1820 {<%ShortAppName%>-program-RemoteControl} 1835 1821 1836 1822 9D101299-B80C-441B-8685-6E3AC61808E8,ShortcutName 1837 RemoteControl 1823 {RemoteControl} 1838 1824 1839 1825 9D101299-B80C-441B-8685-6E3AC61808E8,TargetFileName 1840 <%InstallDir%>/tools/RemoteControl.exe 1826 {<%InstallDir%>/tools/RemoteControl.exe} 1841 1827 1842 1828 9D101299-B80C-441B-8685-6E3AC61808E8,WorkingDirectory 1843 <%InstallDir%> 1829 {<%InstallDir%>} 1844 1830 1845 1831 A1DD1DC2-85D7-9BC6-998AC3D4A3A9,Alias … … 1853 1839 1854 1840 A5B32DA1-B2FE-C1FA-6057-FBC3059EF076,ResultVirtualText 1855 AddBackupLocation 1841 {AddBackupLocation} 1856 1842 1857 1843 A5B32DA1-B2FE-C1FA-6057-FBC3059EF076,TclScript … … 1862 1848 1863 1849 A6E1B027-A1B4-5848-4F868D028D00,String 1864 <%ViewReadme%> 1850 {<%ViewReadme%>} 1865 1851 1866 1852 ADA6EB2F-8820-4366-BBEF-ED1335B7F828,Conditions … … 1868 1854 1869 1855 AE3BD5B4-35DE-4240-B79914D43E56,Active 1870 No 1856 {No} 1871 1857 1872 1858 AE3BD5B4-35DE-4240-B79914D43E56,BackButton,subst 1873 1 1859 {1} 1874 1860 1875 1861 AE3BD5B4-35DE-4240-B79914D43E56,CancelButton,subst 1876 1 1862 {1} 1877 1863 1878 1864 AE3BD5B4-35DE-4240-B79914D43E56,Caption,subst 1879 1 1865 {1} 1880 1866 1881 1867 AE3BD5B4-35DE-4240-B79914D43E56,Conditions … … 1883 1869 1884 1870 AE3BD5B4-35DE-4240-B79914D43E56,Message,subst 1885 1 1871 {1} 1886 1872 1887 1873 AE3BD5B4-35DE-4240-B79914D43E56,NextButton,subst 1888 1 1874 {1} 1889 1875 1890 1876 AIX-ppc,Active 1891 No 1877 {No} 1878 1879 AIX-ppc,BuildSeparateArchives 1880 {No} 1892 1881 1893 1882 AIX-ppc,DefaultDirectoryPermission 1894 0755 1883 {0755} 1895 1884 1896 1885 AIX-ppc,DefaultFilePermission 1897 0755 1886 {0755} 1898 1887 1899 1888 AIX-ppc,Executable 1900 <%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> 1889 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 1901 1890 1902 1891 AIX-ppc,FallBackToConsole 1903 Yes 1892 {Yes} 1904 1893 1905 1894 AIX-ppc,InstallDir 1906 <%Home%>/<%ShortAppName%> 1895 {<%Home%>/<%ShortAppName%>} 1907 1896 1908 1897 AIX-ppc,InstallMode 1909 Standard 1898 {Standard} 1910 1899 1911 1900 AIX-ppc,InstallType 1912 Typical 1901 {Typical} 1913 1902 1914 1903 AIX-ppc,ProgramExecutable … … 1916 1905 1917 1906 AIX-ppc,ProgramFolderAllUsers 1918 No 1907 {No} 1919 1908 1920 1909 AIX-ppc,ProgramFolderName 1921 <%AppName%> 1910 {<%AppName%>} 1922 1911 1923 1912 AIX-ppc,ProgramLicense 1924 <%InstallDir%>/LICENSE.txt 1913 {<%InstallDir%>/LICENSE.txt} 1925 1914 1926 1915 AIX-ppc,ProgramName … … 1928 1917 1929 1918 AIX-ppc,ProgramReadme 1930 <%InstallDir%>/README.txt 1919 {<%InstallDir%>/README.txt} 1931 1920 1932 1921 AIX-ppc,PromptForRoot 1933 Yes 1922 {Yes} 1934 1923 1935 1924 AIX-ppc,RequireRoot 1936 No 1925 {No} 1937 1926 1938 1927 AIX-ppc,RootInstallDir 1939 /usr/local/<%ShortAppName%> 1928 {/usr/local/<%ShortAppName%>} 1940 1929 1941 1930 B002A311-F8E7-41DE-B039-521391924E5B,Message,subst 1942 1 1931 {1} 1943 1932 1944 1933 B01CBBB2-6A78-CA53-9ED9-C3C4CFC9239E,Alias … … 1952 1941 1953 1942 B01CBBB2-6A78-CA53-9ED9-C3C4CFC9239E,FileName 1954 <%ShortAppName%>-program-stopservice 1943 {<%ShortAppName%>-program-stopservice} 1955 1944 1956 1945 B01CBBB2-6A78-CA53-9ED9-C3C4CFC9239E,ShortcutName … … 1958 1947 1959 1948 B01CBBB2-6A78-CA53-9ED9-C3C4CFC9239E,TargetFileName 1960 <%InstallDir%>/tools/StopService.bat 1949 {<%InstallDir%>/tools/StopService.bat} 1961 1950 1962 1951 B01CBBB2-6A78-CA53-9ED9-C3C4CFC9239E,WorkingDirectory 1963 <%InstallDir%> 1952 {<%InstallDir%>} 1964 1953 1965 1954 B0AA6839-AAB6-A602-C0E4ECA2E4FF,CheckCondition … … 1967 1956 1968 1957 B0AA6839-AAB6-A602-C0E4ECA2E4FF,Filename 1969 <%ProgramExecutable%> 1958 {<%ProgramExecutable%>} 1970 1959 1971 1960 B39C0455-D1B6-7DDC-E2717F83463E,CheckCondition … … 1973 1962 1974 1963 B39C0455-D1B6-7DDC-E2717F83463E,Operator 1975 false 1964 {false} 1976 1965 1977 1966 B39C0455-D1B6-7DDC-E2717F83463E,String 1978 <%InstallStopped%> 1967 {<%InstallStopped%>} 1979 1968 1980 1969 B3B99E2D-C368-A921-B7BC-A71EBDE3AD4D,Conditions … … 1985 1974 1986 1975 B3B99E2D-C368-A921-B7BC-A71EBDE3AD4D,Password 1987 <%InstallPassword%> 1976 {<%InstallPassword%>} 1988 1977 1989 1978 B4D31D1E-ADB1-DE8F-18EB7294DDA8,Conditions … … 1994 1983 1995 1984 B4D31D1E-ADB1-DE8F-18EB7294DDA8,WorkingDirectory 1996 <%InstallDir%> 1985 {<%InstallDir%>} 1997 1986 1998 1987 B4ED4636-22D8-41DC-9E3D-BD1E1CAD2174,Message,subst 1999 1 1988 {1} 2000 1989 2001 1990 B506E7DA-E7C4-4D42-8C03-FD27BA16D078,AcceptRadiobutton,subst 2002 0 1991 {0} 2003 1992 2004 1993 B506E7DA-E7C4-4D42-8C03-FD27BA16D078,Active 2005 Yes 1994 {Yes} 2006 1995 2007 1996 B506E7DA-E7C4-4D42-8C03-FD27BA16D078,BackButton,subst 2008 1 1997 {1} 2009 1998 2010 1999 B506E7DA-E7C4-4D42-8C03-FD27BA16D078,CancelButton,subst 2011 1 2000 {1} 2012 2001 2013 2002 B506E7DA-E7C4-4D42-8C03-FD27BA16D078,Caption,subst 2014 1 2003 {1} 2015 2004 2016 2005 B506E7DA-E7C4-4D42-8C03-FD27BA16D078,Conditions … … 2018 2007 2019 2008 B506E7DA-E7C4-4D42-8C03-FD27BA16D078,DeclineRadiobutton,subst 2020 0 2009 {0} 2021 2010 2022 2011 B506E7DA-E7C4-4D42-8C03-FD27BA16D078,Message,subst 2023 1 2012 {1} 2024 2013 2025 2014 B506E7DA-E7C4-4D42-8C03-FD27BA16D078,NextButton,subst 2026 1 2015 {1} 2027 2016 2028 2017 B506E7DA-E7C4-4D42-8C03-FD27BA16D078,Subtitle,subst 2029 1 2018 {1} 2030 2019 2031 2020 B506E7DA-E7C4-4D42-8C03-FD27BA16D078,Text,subst 2032 1 2021 {1} 2033 2022 2034 2023 B506E7DA-E7C4-4D42-8C03-FD27BA16D078,Title,subst 2035 1 2024 {1} 2036 2025 2037 2026 B5DFEC63-92A9-4686-909E-0CE78A7069D6,Alias … … 2045 2034 2046 2035 B5DFEC63-92A9-4686-909E-0CE78A7069D6,FileName 2047 <%ShortAppName%>-program-restartservice 2036 {<%ShortAppName%>-program-restartservice} 2048 2037 2049 2038 B5DFEC63-92A9-4686-909E-0CE78A7069D6,ShortcutName … … 2054 2043 2055 2044 B5DFEC63-92A9-4686-909E-0CE78A7069D6,WorkingDirectory 2056 <%InstallDir%> 2045 {<%InstallDir%>} 2057 2046 2058 2047 B927A5AF-4DFE-82A3-DCA8-35FA4D91EC5A,Conditions … … 2060 2049 2061 2050 B927A5AF-4DFE-82A3-DCA8-35FA4D91EC5A,LabelSide 2062 left 2051 {left} 2063 2052 2064 2053 B927A5AF-4DFE-82A3-DCA8-35FA4D91EC5A,Text,subst 2065 1 2054 {1} 2066 2055 2067 2056 B927A5AF-4DFE-82A3-DCA8-35FA4D91EC5A,Type 2068 entry 2057 {entry} 2069 2058 2070 2059 B927A5AF-4DFE-82A3-DCA8-35FA4D91EC5A,VirtualText 2071 BackupLocationShortName 2060 {BackupLocationShortName} 2072 2061 2073 2062 B927A5AF-4DFE-82A3-DCA8-35FA4D91EC5A,Y 2074 100 2063 {100} 2075 2064 2076 2065 B93D2216-1DDB-484C-A9AC-D6C18ED7DE23,Conditions … … 2078 2067 2079 2068 B93D2216-1DDB-484C-A9AC-D6C18ED7DE23,State 2080 disabled 2069 {disabled} 2081 2070 2082 2071 B93D2216-1DDB-484C-A9AC-D6C18ED7DE23,Widget 2083 NextButton 2072 {NextButton} 2084 2073 2085 2074 BC4EA5FD-50BD-4D6E-953F-5E3EDB957360,CheckCondition … … 2087 2076 2088 2077 BC4EA5FD-50BD-4D6E-953F-5E3EDB957360,FailureMessage 2089 <%DirectoryPermissionText%> 2078 {<%DirectoryPermissionText%>} 2090 2079 2091 2080 BC4EA5FD-50BD-4D6E-953F-5E3EDB957360,Filename 2092 <%InstallDir%> 2081 {<%InstallDir%>} 2093 2082 2094 2083 BC4EA5FD-50BD-4D6E-953F-5E3EDB957360,Permission … … 2105 2094 2106 2095 C0452595-F3EB-43AD-BCA2-661437584636,FileName 2107 <%ShortAppName%>-program-editconfig 2096 {<%ShortAppName%>-program-editconfig} 2108 2097 2109 2098 C0452595-F3EB-43AD-BCA2-661437584636,ShortcutName … … 2111 2100 2112 2101 C0452595-F3EB-43AD-BCA2-661437584636,TargetFileName 2113 <%InstallDir%>/tools/EditConfig.bat 2102 {<%InstallDir%>/tools/EditConfig.bat} 2114 2103 2115 2104 C0452595-F3EB-43AD-BCA2-661437584636,WorkingDirectory 2116 <%InstallDir%> 2105 {<%InstallDir%>} 2117 2106 2118 2107 C0AF7C05-A31A-8376-BCB9-BA8B3A666252,Conditions … … 2120 2109 2121 2110 C0AF7C05-A31A-8376-BCB9-BA8B3A666252,FileName 2122 <%ShortAppName%>-program-QueryAll 2111 {<%ShortAppName%>-program-QueryAll} 2123 2112 2124 2113 C0AF7C05-A31A-8376-BCB9-BA8B3A666252,ShortcutName … … 2126 2115 2127 2116 C0AF7C05-A31A-8376-BCB9-BA8B3A666252,TargetFileName 2128 <%InstallDir%>/tools/QueryOutputAll.bat 2117 {<%InstallDir%>/tools/QueryOutputAll.bat} 2129 2118 2130 2119 C0AF7C05-A31A-8376-BCB9-BA8B3A666252,WorkingDirectory 2131 <%InstallDir%> 2120 {<%InstallDir%>} 2132 2121 2133 2122 C105AAAE-7C16-2C9E-769FE4535B60,Active 2134 No 2123 {No} 2135 2124 2136 2125 C105AAAE-7C16-2C9E-769FE4535B60,Caption,subst 2137 1 2126 {1} 2138 2127 2139 2128 C105AAAE-7C16-2C9E-769FE4535B60,CloseButton,subst 2140 1 2129 {1} 2141 2130 2142 2131 C105AAAE-7C16-2C9E-769FE4535B60,Conditions … … 2144 2133 2145 2134 C105AAAE-7C16-2C9E-769FE4535B60,Message,subst 2146 1 2135 {1} 2147 2136 2148 2137 C105AAAE-7C16-2C9E-769FE4535B60,TextFile 2149 <%ProgramReadme%> 2138 {<%ProgramReadme%>} 2150 2139 2151 2140 C105AAAE-7C16-2C9E-769FE4535B60,Title,subst 2152 1 2141 {1} 2153 2142 2154 2143 C33D74B2-26FA-16F5-433A10C6A747,Active 2155 No 2144 {No} 2156 2145 2157 2146 C33D74B2-26FA-16F5-433A10C6A747,Conditions … … 2159 2148 2160 2149 C33D74B2-26FA-16F5-433A10C6A747,ProgramCommandLine 2161 <%ProgramExecutable%> 2150 {<%ProgramExecutable%>} 2162 2151 2163 2152 C33D74B2-26FA-16F5-433A10C6A747,WaitForProgram 2164 No 2153 {No} 2165 2154 2166 2155 C33D74B2-26FA-16F5-433A10C6A747,WorkingDirectory 2167 <%InstallDir%> 2156 {<%InstallDir%>} 2168 2157 2169 2158 C7762473-273F-E3CA-17E3-65789B14CDB0,Conditions … … 2177 2166 2178 2167 C7762473-273F-E3CA-17E3-65789B14CDB0,Files 2179 <%ConfigFileTemplate%> 2168 {<%ConfigFileTemplate%>} 2180 2169 2181 2170 C7762473-273F-E3CA-17E3-65789B14CDB0,TextToWrite,subst 2182 1 2171 {1} 2183 2172 2184 2173 CC4337CC-F3B5-757C-DFCF5D1D365A,CheckCondition … … 2186 2175 2187 2176 CC4337CC-F3B5-757C-DFCF5D1D365A,Operator 2188 false 2177 {false} 2189 2178 2190 2179 CC4337CC-F3B5-757C-DFCF5D1D365A,String 2191 <%SilentMode%> 2180 {<%SilentMode%>} 2192 2181 2193 2182 CDD84DE3-C970-458F-9162-1A3CE0AA716B,Alias … … 2201 2190 2202 2191 CDD84DE3-C970-458F-9162-1A3CE0AA716B,FileName 2203 <%ShortAppName%>-program-startservice 2192 {<%ShortAppName%>-program-startservice} 2204 2193 2205 2194 CDD84DE3-C970-458F-9162-1A3CE0AA716B,ShortcutName … … 2210 2199 2211 2200 CDD84DE3-C970-458F-9162-1A3CE0AA716B,WorkingDirectory 2212 <%InstallDir%> 2201 {<%InstallDir%>} 2213 2202 2214 2203 CFFA27AF-A641-E41C-B4A0E3BB3CBB,Background 2215 white 2204 {white} 2216 2205 2217 2206 CFFA27AF-A641-E41C-B4A0E3BB3CBB,Conditions … … 2219 2208 2220 2209 CFFA27AF-A641-E41C-B4A0E3BB3CBB,Text,subst 2221 1 2210 {1} 2222 2211 2223 2212 CFFA27AF-A641-E41C-B4A0E3BB3CBB,Type 2224 checkbutton 2213 {checkbutton} 2225 2214 2226 2215 CFFA27AF-A641-E41C-B4A0E3BB3CBB,VirtualText 2227 LaunchApplication 2216 {LaunchApplication} 2228 2217 2229 2218 CFFA27AF-A641-E41C-B4A0E3BB3CBB,X 2230 185 2219 {185} 2231 2220 2232 2221 CFFA27AF-A641-E41C-B4A0E3BB3CBB,Y 2233 160 2222 {160} 2234 2223 2235 2224 D23DD94C-E517-7F34-FD59-802CB18AB887,Comment … … 2243 2232 2244 2233 D23DD94C-E517-7F34-FD59-802CB18AB887,LineFeed 2245 Windows 2234 {Windows} 2246 2235 2247 2236 D3D73C76-D9D3-07DA-63D4163A44BE,Conditions … … 2249 2238 2250 2239 D3D73C76-D9D3-07DA-63D4163A44BE,ExitType 2251 Finish 2240 {Finish} 2252 2241 2253 2242 D4FC6EB5-DDEE-4E4A-B8E1-D4B588A7928B,Action … … 2264 2253 2265 2254 D7FBBEBB-2186-5674-BA87-BB7151859D4E,ResultVirtualText 2266 BackupLocationNumber 2255 {BackupLocationNumber} 2267 2256 2268 2257 D7FBBEBB-2186-5674-BA87-BB7151859D4E,TclScript … … 2276 2265 2277 2266 D8B8A9BF-5F2E-4236-A63E-5A8C5FFA8968,FileName 2278 <%ShortAppName%>-program-reloadconfig 2267 {<%ShortAppName%>-program-reloadconfig} 2279 2268 2280 2269 D8B8A9BF-5F2E-4236-A63E-5A8C5FFA8968,ShortcutName … … 2282 2271 2283 2272 D8B8A9BF-5F2E-4236-A63E-5A8C5FFA8968,TargetFileName 2284 <%InstallDir%>/tools/ReloadConfig.bat 2273 {<%InstallDir%>/tools/ReloadConfig.bat} 2285 2274 2286 2275 D8B8A9BF-5F2E-4236-A63E-5A8C5FFA8968,WorkingDirectory 2287 <%InstallDir%> 2276 {<%InstallDir%>} 2288 2277 2289 2278 D8F0AA0F-AD79-C566-15CC508F503B,Action … … 2297 2286 2298 2287 D9F88AC1-3D2D-F6DB-871E-3A0E016770B1,Destination 2299 <%ConfigFileTemplate%> 2288 {<%ConfigFileTemplate%>} 2300 2289 2301 2290 D9F88AC1-3D2D-F6DB-871E-3A0E016770B1,Source 2302 <%InstallDir%>/templates/original.conf 2291 {<%InstallDir%>/templates/original.conf} 2303 2292 2304 2293 DA33B826-E633-A845-4646-76DFA78B907B,Active 2305 Yes 2294 {Yes} 2306 2295 2307 2296 DA33B826-E633-A845-4646-76DFA78B907B,BackButton,subst 2308 1 2297 {1} 2309 2298 2310 2299 DA33B826-E633-A845-4646-76DFA78B907B,CancelButton,subst 2311 1 2300 {1} 2312 2301 2313 2302 DA33B826-E633-A845-4646-76DFA78B907B,Caption,subst 2314 1 2303 {1} 2315 2304 2316 2305 DA33B826-E633-A845-4646-76DFA78B907B,Conditions … … 2318 2307 2319 2308 DA33B826-E633-A845-4646-76DFA78B907B,Message,subst 2320 1 2309 {1} 2321 2310 2322 2311 DA33B826-E633-A845-4646-76DFA78B907B,NextButton,subst 2323 1 2312 {1} 2324 2313 2325 2314 DA33B826-E633-A845-4646-76DFA78B907B,Subtitle,subst 2326 1 2315 {1} 2327 2316 2328 2317 DA33B826-E633-A845-4646-76DFA78B907B,Title,subst 2329 1 2318 {1} 2330 2319 2331 2320 DDBBD8A9-13D7-9509-9202-419E989F60A9,Active 2332 No 2321 {No} 2333 2322 2334 2323 DDBBD8A9-13D7-9509-9202-419E989F60A9,Checked 2335 No 2324 {No} 2336 2325 2337 2326 DDBBD8A9-13D7-9509-9202-419E989F60A9,Conditions … … 2339 2328 2340 2329 DDBBD8A9-13D7-9509-9202-419E989F60A9,Text,subst 2341 1 2330 {1} 2342 2331 2343 2332 DDBBD8A9-13D7-9509-9202-419E989F60A9,Type 2344 checkbutton 2333 {checkbutton} 2345 2334 2346 2335 DDBBD8A9-13D7-9509-9202-419E989F60A9,VirtualText 2347 AddBackupLocation 2336 {AddBackupLocation} 2348 2337 2349 2338 DDBBD8A9-13D7-9509-9202-419E989F60A9,X 2350 50 2339 {50} 2351 2340 2352 2341 DDBBD8A9-13D7-9509-9202-419E989F60A9,Y 2353 200 2342 {200} 2354 2343 2355 2344 DE800F1C-CB1A-E1CE-AEB8-B0A6DB4818E7,Alias … … 2363 2352 2364 2353 DE800F1C-CB1A-E1CE-AEB8-B0A6DB4818E7,FileName 2365 <%ShortAppName%>-program-installService 2354 {<%ShortAppName%>-program-installService} 2366 2355 2367 2356 DE800F1C-CB1A-E1CE-AEB8-B0A6DB4818E7,ShortcutName … … 2369 2358 2370 2359 DE800F1C-CB1A-E1CE-AEB8-B0A6DB4818E7,TargetFileName 2371 <%InstallDir%>/tools/InstallService.bat 2360 {<%InstallDir%>/tools/InstallService.bat} 2372 2361 2373 2362 DE800F1C-CB1A-E1CE-AEB8-B0A6DB4818E7,WorkingDirectory 2374 <%InstallDir%> 2363 {<%InstallDir%>} 2375 2364 2376 2365 DECC120D-6904-7F17-45A49184A5A3,Active 2377 No 2366 {No} 2378 2367 2379 2368 DECC120D-6904-7F17-45A49184A5A3,Conditions … … 2381 2370 2382 2371 DECC120D-6904-7F17-45A49184A5A3,ShortcutName 2383 <%AppName%> 2372 {<%AppName%>} 2384 2373 2385 2374 DECC120D-6904-7F17-45A49184A5A3,TargetFileName 2386 <%ProgramExecutable%> 2375 {<%ProgramExecutable%>} 2387 2376 2388 2377 DECC120D-6904-7F17-45A49184A5A3,WorkingDirectory 2389 <%InstallDir%> 2378 {<%InstallDir%>} 2390 2379 2391 2380 DFFF91A9-2CA5-6ABE-8474D814AF88,CheckCondition … … 2393 2382 2394 2383 DFFF91A9-2CA5-6ABE-8474D814AF88,Operator 2395 false 2384 {false} 2396 2385 2397 2386 DFFF91A9-2CA5-6ABE-8474D814AF88,String 2398 <%SilentMode%> 2387 {<%SilentMode%>} 2399 2388 2400 2389 E02368C5-95B5-03A7-3282740037B0,CheckCondition … … 2402 2391 2403 2392 E02368C5-95B5-03A7-3282740037B0,Operator 2404 false 2393 {false} 2405 2394 2406 2395 E02368C5-95B5-03A7-3282740037B0,String 2407 <%InstallStopped%> 2396 {<%InstallStopped%>} 2408 2397 2409 2398 E161F216-E597-B340-C1A71C476E2C,CheckCondition … … 2411 2400 2412 2401 E161F216-E597-B340-C1A71C476E2C,Message,subst 2413 1 2402 {1} 2414 2403 2415 2404 E161F216-E597-B340-C1A71C476E2C,Title,subst 2416 1 2405 {1} 2417 2406 2418 2407 E23AC50D-7CFB-800E-A99C6F4068F8,Alias … … 2426 2415 2427 2416 E44CFF46-6302-C518-B9C30D2E43F7,String 2428 <%CreateDesktopShortcut%> 2417 {<%CreateDesktopShortcut%>} 2429 2418 2430 2419 E4DEA723-FC78-45D7-BAB1-A3E4C4C96EA1,Conditions … … 2444 2433 2445 2434 EB2B31A1-C111-3582-0C8A5656692A,String 2446 <%ErrorsOccurred%> 2435 {<%ErrorsOccurred%>} 2447 2436 2448 2437 EB532611-5F30-3C24-66EB-F3826D9054FD,CheckCondition … … 2450 2439 2451 2440 EB532611-5F30-3C24-66EB-F3826D9054FD,String 2452 <%AddBackupLocation%> 2441 {<%AddBackupLocation%>} 2453 2442 2454 2443 F4024A3E-9A6D-2726-5E0CFFA93054,Alias … … 2459 2448 2460 2449 F5F21749-8B3A-49C6-9138-9C4D6D703D26,Active 2461 No 2450 {No} 2462 2451 2463 2452 F5F21749-8B3A-49C6-9138-9C4D6D703D26,Conditions … … 2468 2457 2469 2458 F5F21749-8B3A-49C6-9138-9C4D6D703D26,ProgressiveOutputWidget 2470 Message 2459 {Message} 2471 2460 2472 2461 F5F21749-8B3A-49C6-9138-9C4D6D703D26,ShowProgressiveOutput 2473 Yes 2462 {Yes} 2474 2463 2475 2464 F5F21749-8B3A-49C6-9138-9C4D6D703D26,WorkingDirectory 2476 <%InstallDir%> 2465 {<%InstallDir%>} 2477 2466 2478 2467 F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,Active 2479 Yes 2468 {Yes} 2480 2469 2481 2470 F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,BackButton,subst 2482 1 2471 {1} 2483 2472 2484 2473 F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,CancelButton,subst 2485 1 2474 {1} 2486 2475 2487 2476 F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,Caption,subst 2488 1 2477 {1} 2489 2478 2490 2479 F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,CompanyLabel,subst 2491 0 2480 {0} 2492 2481 2493 2482 F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,Conditions … … 2495 2484 2496 2485 F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,Message,subst 2497 1 2486 {1} 2498 2487 2499 2488 F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,NextButton,subst 2500 1 2489 {1} 2501 2490 2502 2491 F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,Subtitle,subst 2503 1 2492 {1} 2504 2493 2505 2494 F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,Title,subst 2506 1 2495 {1} 2507 2496 2508 2497 F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,UserNameLabel,subst 2509 1 2498 {1} 2510 2499 2511 2500 F9E38720-6ABA-8B99-2471-496902E4CBC2,Active 2512 No 2501 {No} 2513 2502 2514 2503 F9E38720-6ABA-8B99-2471-496902E4CBC2,Conditions … … 2516 2505 2517 2506 F9E38720-6ABA-8B99-2471-496902E4CBC2,ResultVirtualText 2518 BackupLocationPath 2507 {BackupLocationPath} 2519 2508 2520 2509 F9E38720-6ABA-8B99-2471-496902E4CBC2,TclScript … … 2522 2511 2523 2512 FB697A88-2842-468E-9776-85E84B009340,Active 2524 No 2513 {No} 2525 2514 2526 2515 FB697A88-2842-468E-9776-85E84B009340,Conditions … … 2528 2517 2529 2518 FB697A88-2842-468E-9776-85E84B009340,IgnoreErrors 2530 Yes 2519 {Yes} 2531 2520 2532 2521 FB697A88-2842-468E-9776-85E84B009340,ProgramCommandLine … … 2534 2523 2535 2524 FB697A88-2842-468E-9776-85E84B009340,WorkingDirectory 2536 <%Temp%> 2525 {<%Temp%>} 2537 2526 2538 2527 FDF68FD6-BEA8-4A74-867D-5139F4D9E793,Active 2539 No 2528 {No} 2540 2529 2541 2530 FDF68FD6-BEA8-4A74-867D-5139F4D9E793,Conditions … … 2543 2532 2544 2533 FDF68FD6-BEA8-4A74-867D-5139F4D9E793,WaitTime 2545 2000 2534 {2000} 2546 2535 2547 2536 FEFD090D-C133-BC95-B3564F693CD3,Alias … … 2552 2541 2553 2542 FreeBSD-4-x86,Active 2554 No 2543 {No} 2544 2545 FreeBSD-4-x86,BuildSeparateArchives 2546 {No} 2555 2547 2556 2548 FreeBSD-4-x86,DefaultDirectoryPermission 2557 0755 2549 {0755} 2558 2550 2559 2551 FreeBSD-4-x86,DefaultFilePermission 2560 0755 2552 {0755} 2561 2553 2562 2554 FreeBSD-4-x86,Executable 2563 <%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> 2555 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 2564 2556 2565 2557 FreeBSD-4-x86,FallBackToConsole 2566 Yes 2558 {Yes} 2567 2559 2568 2560 FreeBSD-4-x86,InstallDir 2569 <%Home%>/<%ShortAppName%> 2561 {<%Home%>/<%ShortAppName%>} 2570 2562 2571 2563 FreeBSD-4-x86,InstallMode 2572 Standard 2564 {Standard} 2573 2565 2574 2566 FreeBSD-4-x86,InstallType 2575 Typical 2567 {Typical} 2576 2568 2577 2569 FreeBSD-4-x86,ProgramExecutable … … 2579 2571 2580 2572 FreeBSD-4-x86,ProgramFolderAllUsers 2581 No 2573 {No} 2582 2574 2583 2575 FreeBSD-4-x86,ProgramFolderName 2584 <%AppName%> 2576 {<%AppName%>} 2585 2577 2586 2578 FreeBSD-4-x86,ProgramLicense 2587 <%InstallDir%>/LICENSE.txt 2579 {<%InstallDir%>/LICENSE.txt} 2588 2580 2589 2581 FreeBSD-4-x86,ProgramName … … 2591 2583 2592 2584 FreeBSD-4-x86,ProgramReadme 2593 <%InstallDir%>/README.txt 2585 {<%InstallDir%>/README.txt} 2594 2586 2595 2587 FreeBSD-4-x86,PromptForRoot 2596 Yes 2588 {Yes} 2597 2589 2598 2590 FreeBSD-4-x86,RequireRoot 2599 No 2591 {No} 2600 2592 2601 2593 FreeBSD-4-x86,RootInstallDir 2602 /usr/local/<%ShortAppName%> 2603 2604 FreeBSD-x86,Active 2605 No 2606 2607 FreeBSD-x86,DefaultDirectoryPermission 2608 0755 2609 2610 FreeBSD-x86,DefaultFilePermission 2611 0755 2612 2613 FreeBSD-x86,Executable 2614 <%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> 2615 2616 FreeBSD-x86,FallBackToConsole 2617 Yes 2618 2619 FreeBSD-x86,InstallDir 2620 <%Home%>/<%ShortAppName%> 2621 2622 FreeBSD-x86,InstallMode 2623 Standard 2624 2625 FreeBSD-x86,InstallType 2626 Typical 2627 2628 FreeBSD-x86,ProgramExecutable 2629 {} 2630 2631 FreeBSD-x86,ProgramFolderAllUsers 2632 No 2633 2634 FreeBSD-x86,ProgramFolderName 2635 <%AppName%> 2636 2637 FreeBSD-x86,ProgramLicense 2638 <%InstallDir%>/LICENSE.txt 2639 2640 FreeBSD-x86,ProgramName 2641 {} 2642 2643 FreeBSD-x86,ProgramReadme 2644 <%InstallDir%>/README.txt 2645 2646 FreeBSD-x86,PromptForRoot 2647 Yes 2648 2649 FreeBSD-x86,RequireRoot 2650 No 2651 2652 FreeBSD-x86,RootInstallDir 2653 /usr/local/<%ShortAppName%> 2594 {/usr/local/<%ShortAppName%>} 2595 2596 FreeBSD-5-x86,Active 2597 {No} 2598 2599 FreeBSD-5-x86,BuildSeparateArchives 2600 {No} 2601 2602 FreeBSD-5-x86,DefaultDirectoryPermission 2603 {0755} 2604 2605 FreeBSD-5-x86,DefaultFilePermission 2606 {0755} 2607 2608 FreeBSD-5-x86,Executable 2609 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 2610 2611 FreeBSD-5-x86,FallBackToConsole 2612 {Yes} 2613 2614 FreeBSD-5-x86,InstallDir 2615 {<%Home%>/<%ShortAppName%>} 2616 2617 FreeBSD-5-x86,InstallMode 2618 {Standard} 2619 2620 FreeBSD-5-x86,InstallType 2621 {Typical} 2622 2623 FreeBSD-5-x86,ProgramExecutable 2624 {} 2625 2626 FreeBSD-5-x86,ProgramFolderAllUsers 2627 {No} 2628 2629 FreeBSD-5-x86,ProgramFolderName 2630 {<%AppName%>} 2631 2632 FreeBSD-5-x86,ProgramLicense 2633 {<%InstallDir%>/LICENSE.txt} 2634 2635 FreeBSD-5-x86,ProgramName 2636 {} 2637 2638 FreeBSD-5-x86,ProgramReadme 2639 {<%InstallDir%>/README.txt} 2640 2641 FreeBSD-5-x86,PromptForRoot 2642 {Yes} 2643 2644 FreeBSD-5-x86,RequireRoot 2645 {No} 2646 2647 FreeBSD-5-x86,RootInstallDir 2648 {/usr/local/<%ShortAppName%>} 2649 2650 FreeBSD-6-x86,Active 2651 {No} 2652 2653 FreeBSD-6-x86,BuildSeparateArchives 2654 {No} 2655 2656 FreeBSD-6-x86,DefaultDirectoryPermission 2657 {0755} 2658 2659 FreeBSD-6-x86,DefaultFilePermission 2660 {0755} 2661 2662 FreeBSD-6-x86,Executable 2663 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 2664 2665 FreeBSD-6-x86,FallBackToConsole 2666 {Yes} 2667 2668 FreeBSD-6-x86,InstallDir 2669 {<%Home%>/<%ShortAppName%>} 2670 2671 FreeBSD-6-x86,InstallMode 2672 {Standard} 2673 2674 FreeBSD-6-x86,InstallType 2675 {Typical} 2676 2677 FreeBSD-6-x86,ProgramExecutable 2678 {} 2679 2680 FreeBSD-6-x86,ProgramFolderAllUsers 2681 {No} 2682 2683 FreeBSD-6-x86,ProgramFolderName 2684 {<%AppName%>} 2685 2686 FreeBSD-6-x86,ProgramLicense 2687 {<%InstallDir%>/LICENSE.txt} 2688 2689 FreeBSD-6-x86,ProgramName 2690 {} 2691 2692 FreeBSD-6-x86,ProgramReadme 2693 {<%InstallDir%>/README.txt} 2694 2695 FreeBSD-6-x86,PromptForRoot 2696 {Yes} 2697 2698 FreeBSD-6-x86,RequireRoot 2699 {No} 2700 2701 FreeBSD-6-x86,RootInstallDir 2702 {/usr/local/<%ShortAppName%>} 2703 2704 FreeBSD-7-x86,Active 2705 {No} 2706 2707 FreeBSD-7-x86,BuildSeparateArchives 2708 {No} 2709 2710 FreeBSD-7-x86,DefaultDirectoryPermission 2711 {0755} 2712 2713 FreeBSD-7-x86,DefaultFilePermission 2714 {0755} 2715 2716 FreeBSD-7-x86,Executable 2717 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 2718 2719 FreeBSD-7-x86,FallBackToConsole 2720 {Yes} 2721 2722 FreeBSD-7-x86,InstallDir 2723 {<%Home%>/<%ShortAppName%>} 2724 2725 FreeBSD-7-x86,InstallMode 2726 {Standard} 2727 2728 FreeBSD-7-x86,InstallType 2729 {Typical} 2730 2731 FreeBSD-7-x86,ProgramExecutable 2732 {} 2733 2734 FreeBSD-7-x86,ProgramFolderAllUsers 2735 {No} 2736 2737 FreeBSD-7-x86,ProgramFolderName 2738 {<%AppName%>} 2739 2740 FreeBSD-7-x86,ProgramLicense 2741 {<%InstallDir%>/LICENSE.txt} 2742 2743 FreeBSD-7-x86,ProgramName 2744 {} 2745 2746 FreeBSD-7-x86,ProgramReadme 2747 {<%InstallDir%>/README.txt} 2748 2749 FreeBSD-7-x86,PromptForRoot 2750 {Yes} 2751 2752 FreeBSD-7-x86,RequireRoot 2753 {No} 2754 2755 FreeBSD-7-x86,RootInstallDir 2756 {/usr/local/<%ShortAppName%>} 2654 2757 2655 2758 HPUX-hppa,Active 2656 No 2759 {No} 2760 2761 HPUX-hppa,BuildSeparateArchives 2762 {No} 2657 2763 2658 2764 HPUX-hppa,DefaultDirectoryPermission 2659 0755 2765 {0755} 2660 2766 2661 2767 HPUX-hppa,DefaultFilePermission 2662 0755 2768 {0755} 2663 2769 2664 2770 HPUX-hppa,Executable 2665 <%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> 2771 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 2666 2772 2667 2773 HPUX-hppa,FallBackToConsole 2668 Yes 2774 {Yes} 2669 2775 2670 2776 HPUX-hppa,InstallDir 2671 <%Home%>/<%ShortAppName%> 2777 {<%Home%>/<%ShortAppName%>} 2672 2778 2673 2779 HPUX-hppa,InstallMode 2674 Standard 2780 {Standard} 2675 2781 2676 2782 HPUX-hppa,InstallType 2677 Typical 2783 {Typical} 2678 2784 2679 2785 HPUX-hppa,ProgramExecutable … … 2681 2787 2682 2788 HPUX-hppa,ProgramFolderAllUsers 2683 No 2789 {No} 2684 2790 2685 2791 HPUX-hppa,ProgramFolderName 2686 <%AppName%> 2792 {<%AppName%>} 2687 2793 2688 2794 HPUX-hppa,ProgramLicense 2689 <%InstallDir%>/LICENSE.txt 2795 {<%InstallDir%>/LICENSE.txt} 2690 2796 2691 2797 HPUX-hppa,ProgramName … … 2693 2799 2694 2800 HPUX-hppa,ProgramReadme 2695 <%InstallDir%>/README.txt 2801 {<%InstallDir%>/README.txt} 2696 2802 2697 2803 HPUX-hppa,PromptForRoot 2698 Yes 2804 {Yes} 2699 2805 2700 2806 HPUX-hppa,RequireRoot 2701 No 2807 {No} 2702 2808 2703 2809 HPUX-hppa,RootInstallDir 2704 /usr/local/<%ShortAppName%> 2810 {/usr/local/<%ShortAppName%>} 2705 2811 2706 2812 Linux-x86,Active 2707 No 2813 {No} 2814 2815 Linux-x86,BuildSeparateArchives 2816 {No} 2708 2817 2709 2818 Linux-x86,BuildType 2710 dynamic 2819 {dynamic} 2711 2820 2712 2821 Linux-x86,DefaultDirectoryPermission 2713 00755 2822 {00755} 2714 2823 2715 2824 Linux-x86,DefaultFilePermission 2716 00755 2825 {00755} 2717 2826 2718 2827 Linux-x86,Executable 2719 <%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> 2828 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 2720 2829 2721 2830 Linux-x86,FallBackToConsole 2722 Yes 2831 {Yes} 2723 2832 2724 2833 Linux-x86,InstallDir 2725 <%Home%>/<%ShortAppName%> 2834 {<%Home%>/<%ShortAppName%>} 2726 2835 2727 2836 Linux-x86,InstallMode 2728 Standard 2837 {Standard} 2729 2838 2730 2839 Linux-x86,InstallType 2731 Typical 2840 {Typical} 2732 2841 2733 2842 Linux-x86,ProgramExecutable 2734 <%InstallDir%>/TebucoSafe 2843 {<%InstallDir%>/TebucoSafe} 2735 2844 2736 2845 Linux-x86,ProgramFolderAllUsers 2737 No 2846 {No} 2738 2847 2739 2848 Linux-x86,ProgramFolderName 2740 <%AppName%> 2849 {<%AppName%>} 2741 2850 2742 2851 Linux-x86,ProgramLicense 2743 <%InstallDir%>/LICENSE.txt 2852 {<%InstallDir%>/LICENSE.txt} 2744 2853 2745 2854 Linux-x86,ProgramName … … 2747 2856 2748 2857 Linux-x86,ProgramReadme 2749 <%InstallDir%>/README.txt 2858 {<%InstallDir%>/README.txt} 2750 2859 2751 2860 Linux-x86,PromptForRoot 2752 Yes 2861 {Yes} 2753 2862 2754 2863 Linux-x86,RequireRoot 2755 No 2864 {No} 2756 2865 2757 2866 Linux-x86,RootInstallDir 2758 /usr/local/<%ShortAppName%> 2867 {/usr/local/<%ShortAppName%>} 2868 2869 Linux-x86_64,Active 2870 {No} 2871 2872 Linux-x86_64,BuildSeparateArchives 2873 {No} 2874 2875 Linux-x86_64,DefaultDirectoryPermission 2876 {0755} 2877 2878 Linux-x86_64,DefaultFilePermission 2879 {0755} 2880 2881 Linux-x86_64,Executable 2882 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 2883 2884 Linux-x86_64,FallBackToConsole 2885 {Yes} 2886 2887 Linux-x86_64,InstallDir 2888 {<%Home%>/<%ShortAppName%>} 2889 2890 Linux-x86_64,InstallMode 2891 {Standard} 2892 2893 Linux-x86_64,InstallType 2894 {Typical} 2895 2896 Linux-x86_64,ProgramExecutable 2897 {} 2898 2899 Linux-x86_64,ProgramFolderAllUsers 2900 {No} 2901 2902 Linux-x86_64,ProgramFolderName 2903 {<%AppName%>} 2904 2905 Linux-x86_64,ProgramLicense 2906 {<%InstallDir%>/LICENSE.txt} 2907 2908 Linux-x86_64,ProgramName 2909 {} 2910 2911 Linux-x86_64,ProgramReadme 2912 {<%InstallDir%>/README.txt} 2913 2914 Linux-x86_64,PromptForRoot 2915 {Yes} 2916 2917 Linux-x86_64,RequireRoot 2918 {No} 2919 2920 Linux-x86_64,RootInstallDir 2921 {/usr/local/<%ShortAppName%>} 2759 2922 2760 2923 Solaris-sparc,Active 2761 No 2924 {No} 2925 2926 Solaris-sparc,BuildSeparateArchives 2927 {No} 2762 2928 2763 2929 Solaris-sparc,DefaultDirectoryPermission 2764 0755 2930 {0755} 2765 2931 2766 2932 Solaris-sparc,DefaultFilePermission 2767 0755 2933 {0755} 2768 2934 2769 2935 Solaris-sparc,Executable 2770 <%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> 2936 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 2771 2937 2772 2938 Solaris-sparc,FallBackToConsole 2773 Yes 2939 {Yes} 2774 2940 2775 2941 Solaris-sparc,InstallDir 2776 <%Home%>/<%ShortAppName%> 2942 {<%Home%>/<%ShortAppName%>} 2777 2943 2778 2944 Solaris-sparc,InstallMode 2779 Standard 2945 {Standard} 2780 2946 2781 2947 Solaris-sparc,InstallType 2782 Typical 2948 {Typical} 2783 2949 2784 2950 Solaris-sparc,ProgramExecutable … … 2786 2952 2787 2953 Solaris-sparc,ProgramFolderAllUsers 2788 No 2954 {No} 2789 2955 2790 2956 Solaris-sparc,ProgramFolderName 2791 <%AppName%> 2957 {<%AppName%>} 2792 2958 2793 2959 Solaris-sparc,ProgramLicense 2794 <%InstallDir%>/LICENSE.txt 2960 {<%InstallDir%>/LICENSE.txt} 2795 2961 2796 2962 Solaris-sparc,ProgramName … … 2798 2964 2799 2965 Solaris-sparc,ProgramReadme 2800 <%InstallDir%>/README.txt 2966 {<%InstallDir%>/README.txt} 2801 2967 2802 2968 Solaris-sparc,PromptForRoot 2803 Yes 2969 {Yes} 2804 2970 2805 2971 Solaris-sparc,RequireRoot 2806 No 2972 {No} 2807 2973 2808 2974 Solaris-sparc,RootInstallDir 2809 /usr/local/<%ShortAppName%> 2975 {/usr/local/<%ShortAppName%>} 2976 2977 Solaris-x86,Active 2978 {No} 2979 2980 Solaris-x86,BuildSeparateArchives 2981 {No} 2982 2983 Solaris-x86,DefaultDirectoryPermission 2984 {0755} 2985 2986 Solaris-x86,DefaultFilePermission 2987 {0755} 2988 2989 Solaris-x86,Executable 2990 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 2991 2992 Solaris-x86,FallBackToConsole 2993 {Yes} 2994 2995 Solaris-x86,InstallDir 2996 {<%Home%>/<%ShortAppName%>} 2997 2998 Solaris-x86,InstallMode 2999 {Standard} 3000 3001 Solaris-x86,InstallType 3002 {Typical} 3003 3004 Solaris-x86,ProgramExecutable 3005 {} 3006 3007 Solaris-x86,ProgramFolderAllUsers 3008 {No} 3009 3010 Solaris-x86,ProgramFolderName 3011 {<%AppName%>} 3012 3013 Solaris-x86,ProgramLicense 3014 {<%InstallDir%>/LICENSE.txt} 3015 3016 Solaris-x86,ProgramName 3017 {} 3018 3019 Solaris-x86,ProgramReadme 3020 {<%InstallDir%>/README.txt} 3021 3022 Solaris-x86,PromptForRoot 3023 {Yes} 3024 3025 Solaris-x86,RequireRoot 3026 {No} 3027 3028 Solaris-x86,RootInstallDir 3029 {/usr/local/<%ShortAppName%>} 2810 3030 2811 3031 TarArchive,Active 2812 No 3032 {No} 3033 3034 TarArchive,BuildSeparateArchives 3035 {No} 2813 3036 2814 3037 TarArchive,CompressionLevel 2815 6 3038 {6} 2816 3039 2817 3040 TarArchive,DefaultDirectoryPermission 2818 0755 3041 {0755} 2819 3042 2820 3043 TarArchive,DefaultFilePermission 2821 0755 3044 {0755} 2822 3045 2823 3046 TarArchive,Executable 2824 <%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> 3047 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 2825 3048 2826 3049 TarArchive,FallBackToConsole 2827 Yes 3050 {Yes} 2828 3051 2829 3052 TarArchive,InstallDir 2830 <%Home%>/<%ShortAppName%> 3053 {<%Home%>/<%ShortAppName%>} 2831 3054 2832 3055 TarArchive,InstallMode 2833 Standard 3056 {Standard} 2834 3057 2835 3058 TarArchive,InstallType 2836 Typical 3059 {Typical} 2837 3060 2838 3061 TarArchive,OutputFileName 2839 <%ShortAppName%>-<%Version%>.tar.gz 3062 {<%ShortAppName%>-<%Version%>.tar.gz} 2840 3063 2841 3064 TarArchive,ProgramExecutable … … 2843 3066 2844 3067 TarArchive,ProgramFolderAllUsers 2845 No 3068 {No} 2846 3069 2847 3070 TarArchive,ProgramFolderName 2848 <%AppName%> 3071 {<%AppName%>} 2849 3072 2850 3073 TarArchive,ProgramLicense 2851 <%InstallDir%>/LICENSE.txt 3074 {<%InstallDir%>/LICENSE.txt} 2852 3075 2853 3076 TarArchive,ProgramName … … 2855 3078 2856 3079 TarArchive,ProgramReadme 2857 <%InstallDir%>/README.txt 3080 {<%InstallDir%>/README.txt} 2858 3081 2859 3082 TarArchive,PromptForRoot 2860 Yes 3083 {Yes} 2861 3084 2862 3085 TarArchive,RequireRoot 2863 No 3086 {No} 2864 3087 2865 3088 TarArchive,RootInstallDir 2866 /usr/local/<%ShortAppName%> 3089 {/usr/local/<%ShortAppName%>} 2867 3090 2868 3091 TarArchive,VirtualTextMap … … 2870 3093 2871 3094 Windows,Active 2872 Yes 3095 {Yes} 3096 3097 Windows,BuildSeparateArchives 3098 {No} 2873 3099 2874 3100 Windows,BuildType … … 2876 3102 2877 3103 Windows,Executable 2878 installer.exe 3104 {installer.exe} 3105 3106 Windows,FileDescription 3107 {<%AppName%> <%Version%> Setup} 2879 3108 2880 3109 Windows,IncludeTWAPI 2881 No 3110 {No} 2882 3111 2883 3112 Windows,InstallDir … … 2885 3114 2886 3115 Windows,InstallMode 2887 Standard 3116 {Standard} 2888 3117 2889 3118 Windows,InstallType 2890 Typical 3119 {Typical} 3120 3121 Windows,LastRequireAdministrator 3122 {Yes} 2891 3123 2892 3124 Windows,ProgramExecutable … … 2894 3126 2895 3127 Windows,ProgramFolderAllUsers 2896 No 3128 {No} 2897 3129 2898 3130 Windows,ProgramFolderName 2899 <%BrandName%> 3131 {<%BrandName%>} 2900 3132 2901 3133 Windows,ProgramLicense … … 2908 3140 {} 2909 3141 3142 Windows,RequireAdministrator 3143 {Yes} 3144 3145 Windows,UseUncompressedBinaries 3146 {No} 3147 2910 3148 Windows,WindowsIcon 2911 3149 {} 2912 3150 2913 3151 ZipArchive,Active 2914 No 3152 {No} 3153 3154 ZipArchive,BuildSeparateArchives 3155 {No} 2915 3156 2916 3157 ZipArchive,CompressionLevel 2917 6 3158 {6} 2918 3159 2919 3160 ZipArchive,DefaultDirectoryPermission 2920 0755 3161 {0755} 2921 3162 2922 3163 ZipArchive,DefaultFilePermission 2923 0755 3164 {0755} 2924 3165 2925 3166 ZipArchive,Executable 2926 <%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> 3167 {<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 2927 3168 2928 3169 ZipArchive,FallBackToConsole 2929 Yes 3170 {Yes} 2930 3171 2931 3172 ZipArchive,InstallDir 2932 <%Home%>/<%ShortAppName%> 3173 {<%Home%>/<%ShortAppName%>} 2933 3174 2934 3175 ZipArchive,InstallMode 2935 Standard 3176 {Standard} 2936 3177 2937 3178 ZipArchive,InstallType 2938 Typical 3179 {Typical} 2939 3180 2940 3181 ZipArchive,OutputFileName 2941 <%ShortAppName%>-<%Version%>.zip 3182 {<%ShortAppName%>-<%Version%>.zip} 2942 3183 2943 3184 ZipArchive,ProgramExecutable … … 2945 3186 2946 3187 ZipArchive,ProgramFolderAllUsers 2947 No 3188 {No} 2948 3189 2949 3190 ZipArchive,ProgramFolderName 2950 <%AppName%> 3191 {<%AppName%>} 2951 3192 2952 3193 ZipArchive,ProgramLicense 2953 <%InstallDir%>/LICENSE.txt 3194 {<%InstallDir%>/LICENSE.txt} 2954 3195 2955 3196 ZipArchive,ProgramName … … 2957 3198 2958 3199 ZipArchive,ProgramReadme 2959 <%InstallDir%>/README.txt 3200 {<%InstallDir%>/README.txt} 2960 3201 2961 3202 ZipArchive,PromptForRoot 2962 Yes 3203 {Yes} 2963 3204 2964 3205 ZipArchive,RequireRoot 2965 No 3206 {No} 2966 3207 2967 3208 ZipArchive,RootInstallDir 2968 /usr/local/<%ShortAppName%> 3209 {/usr/local/<%ShortAppName%>} 2969 3210 2970 3211 ZipArchive,VirtualTextMap … … 2975 3216 ::msgcat::mcmset de { 2976 3217 20CBDBEA-2217-457B-8D98-D692C4F591E9,Message 2977 <%UninstallCompleteText%> 3218 {<%UninstallCompleteText%>} 2978 3219 2979 3220 2BF07B5A-9B06-4C1E-810D-5B5E9303D2C6,Message 2980 <%InstallationCompleteText%> 3221 {<%InstallationCompleteText%>} 2981 3222 2982 3223 B002A311-F8E7-41DE-B039-521391924E5B,Message 2983 <%InstallingApplicationText%> 3224 {<%InstallingApplicationText%>} 2984 3225 2985 3226 B4ED4636-22D8-41DC-9E3D-BD1E1CAD2174,Message 2986 <%UninstallingApplicationText%> 3227 {<%UninstallingApplicationText%>} 2987 3228 2988 3229 } 2989 3230 ::msgcat::mcmset en { 2990 3231 16D53E40-546B-54C3-088B1B5E3BBB,Text 2991 <%CreateDesktopShortcutText%> 3232 {<%CreateDesktopShortcutText%>} 2992 3233 2993 3234 20CBDBEA-2217-457B-8D98-D692C4F591E9,Message 2994 <%UninstallCompleteText%> 3235 {<%UninstallCompleteText%>} 2995 3236 2996 3237 2BF07B5A-9B06-4C1E-810D-5B5E9303D2C6,Message 2997 <%InstallationCompleteText%> 3238 {<%InstallationCompleteText%>} 2998 3239 2999 3240 2E2963BD-DDBD-738D-A910-B7F3F04946F9,Text … … 3004 3245 3005 3246 32F5B0AF-EB83-7A03-D8FAE1ECE473,Message 3006 <%InstallStartupText%> 3247 {<%InstallStartupText%>} 3007 3248 3008 3249 32F5B0AF-EB83-7A03-D8FAE1ECE473,Title 3009 <%InstallApplicationText%> 3250 {<%InstallApplicationText%>} 3010 3251 3011 3252 36FF8915-8148-0F1F-27D7239CBFA1,Text 3012 <%ViewReadmeText%> 3253 {<%ViewReadmeText%>} 3013 3254 3014 3255 3B6E2E7C-1A26-27F1-D578E383B128,Text 3015 <%ViewReadmeText%> 3256 {<%ViewReadmeText%>} 3016 3257 3017 3258 3D33AA8C-0037-204B-39A339FD38BD,Message … … 3034 3275 3035 3276 4A9C852B-647E-EED5-5482FFBCC2AF,Description 3036 <%ProgramFilesDescription%> 3277 {<%ProgramFilesDescription%>} 3037 3278 3038 3279 4ACB0B47-42B3-2B3A-BFE9AA4EC707,Message 3039 <%UninstallStartupText%> 3280 {<%UninstallStartupText%>} 3040 3281 3041 3282 4ACB0B47-42B3-2B3A-BFE9AA4EC707,Title 3042 <%UninstallApplicationText%> 3283 {<%UninstallApplicationText%>} 3043 3284 3044 3285 58E1119F-639E-17C9-5D3898F385AA,Caption … … 3089 3330 3090 3331 8202CECC-54A0-9B6C-D24D111BA52E,Description 3091 <%TypicalInstallDescription%> 3332 {<%TypicalInstallDescription%>} 3092 3333 3093 3334 8419AAAD-5860-F73E-8D11-4D1BDA4D7D37,Text … … 3095 3336 3096 3337 855DE408-060E-3D35-08B5-1D9AB05C2865,Text 3097 Exclusions 3338 {Exclusions} 3098 3339 3099 3340 8E095096-F018-A880-429D-A2177A9B70EA,Text … … 3104 3345 3105 3346 9013E862-8E81-5290-64F9-D8BCD13EC7E5,CompanyLabel 3106 Email: 3347 {Email:} 3107 3348 3108 3349 9013E862-8E81-5290-64F9-D8BCD13EC7E5,UserNameLabel 3109 Phone: 3350 {Phone:} 3110 3351 3111 3352 937C3FDD-FB28-98BD-3DAB276E59ED,Text 3112 <%CreateQuickLaunchShortcutText%> 3353 {<%CreateQuickLaunchShortcutText%>} 3113 3354 3114 3355 9A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,Caption … … 3122 3363 3123 3364 9A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,Title 3124 Continue 3365 {Continue} 3125 3366 3126 3367 9BAB328D-414B-D351-CA8D-824DF94B9DCA,Text … … 3128 3369 3129 3370 A18C2977-1409-C1FB-892415711F72,Text 3130 <%LaunchApplicationText%> 3371 {<%LaunchApplicationText%>} 3131 3372 3132 3373 AAF2142A-9FC9-4664-DFF2-13B9EB7BA0E1,CompanyLabel 3133 Company: 3374 {Company:} 3134 3375 3135 3376 AE3BD5B4-35DE-4240-B79914D43E56,Caption … … 3149 3390 3150 3391 B002A311-F8E7-41DE-B039-521391924E5B,Message 3151 <%InstallingApplicationText%> 3392 {<%InstallingApplicationText%>} 3152 3393 3153 3394 B4404713-AF4F-4F4B-670F3115517F,Description 3154 <%CustomInstallDescription%> 3395 {<%CustomInstallDescription%>} 3155 3396 3156 3397 B4ED4636-22D8-41DC-9E3D-BD1E1CAD2174,Message 3157 <%UninstallingApplicationText%> 3398 {<%UninstallingApplicationText%>} 3158 3399 3159 3400 B506E7DA-E7C4-4D42-8C03-FD27BA16D078,Text 3160 {Box Backup, http://www.fluffy.co.uk/boxbackup 3161 Copyright (c) 2003-2007 Ben Summers and contributors. All rights reserved. 3162 3163 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 3164 3165 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 3166 3167 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3168 3169 3. All use of this software and associated advertising materials must display the following acknowledgement: 3170 This product includes software developed by Ben Summers and contributors. 3171 3172 4. The names of the Authors may not be used to endorse or promote products derived from this software without specific prior written permission. 3173 3174 [Where legally impermissible the Authors do not disclaim liability for direct physical injury or death caused solely by defects in the software unless it is modified by a third party.] 3175 3176 THIS SOFTWARE IS PROVIDED BY THE AUTHORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE} 3401 {Box Backup, http://www.boxbackup.org/ 3402 3403 Copyright (c) 2003-2010, Ben Summers and contributors. 3404 All rights reserved. 3405 3406 The license of the code was changed on 23-Jan-2010 in order to meet the 3407 Fedora Project's definition of Free Software, and therefore allow inclusion 3408 in Fedora, Red Hat Linux and CentOS. This also solves a long-standing 3409 incompatibility with the GNU Readline library that prevented us from 3410 distributing Box Backup binaries compiled against that library. You can 3411 review our discussions of the change in the mailing list archives at: 3412 http://lists.boxbackup.org/pipermail/boxbackup/2010-January/000005.html 3413 3414 Note that this project uses mixed licensing. Different parts of the project 3415 may be used and distributed under different licenses, as described below. 3416 The two licenses used are "Box Backup GPL" and a BSD-style license. 3417 3418 Unless stated otherwise in the file, all files in the following directories 3419 fall under the "Box Backup GPL" license, described below: 3420 3421 bin/bbackupctl 3422 bin/bbackupd 3423 bin/bbackupobjdump 3424 bin/bbackupquery 3425 bin/bbstoreaccounts 3426 bin/bbstored 3427 bin/s3simulator 3428 lib/backupclient 3429 lib/backupstore 3430 test/backupdiff 3431 test/backupstore 3432 test/backupstorefix 3433 test/backupstorepatch 3434 test/bbackupd 3435 contrib/bbadmin 3436 contrib/bbreporter 3437 contrib/cygwin 3438 contrib/debian 3439 contrib/mac_osx 3440 contrib/redhat 3441 contrib/rpm 3442 contrib/solaris 3443 contrib/suse 3444 contrib/windows 3445 distribution/boxbackup 3446 3447 The "Box Backup GPL" license text may be found in the file 3448 LICENSE-GPL.txt, or online at: 3449 [https://www.boxbackup.org/svn/box/trunk/LICENSE-GPL.txt] 3450 3451 Unless stated otherwise in the file, all files in the following directories 3452 are dual licensed under the BSD and GPL licenses. You may use and distribute 3453 them providing that you comply EITHER with the terms of the BSD license, 3454 OR the GPL license. It is not necessary to comply with both licenses, 3455 only one. 3456 3457 lib/common 3458 lib/compress 3459 lib/crypto 3460 lib/httpserver 3461 lib/intercept 3462 lib/raidfile 3463 lib/server 3464 lib/win32 3465 test/basicserver 3466 test/common 3467 test/compress 3468 test/crypto 3469 test/httpserver 3470 test/raidfile 3471 test/win32 3472 infrastructure 3473 distribution 3474 3475 The dual license text may be found in the file 3476 LICENSE-DUAL.txt, or online at: 3477 [https://www.boxbackup.org/svn/box/trunk/LICENSE-DUAL.txt]} 3177 3478 3178 3479 B57F8C91-2439-CFD3-7EB5-57D4EA48D3C6,Caption … … 3200 3501 3201 3502 B9B85EF1-1D76-4BF5-ABB9-092A8DB35851,CompanyLabel 3202 Password: 3503 {Password:} 3203 3504 3204 3505 B9B85EF1-1D76-4BF5-ABB9-092A8DB35851,Subtitle … … 3206 3507 3207 3508 C105AAAE-7C16-2C9E-769FE4535B60,Caption 3208 <%ApplicationReadmeText%> 3509 {<%ApplicationReadmeText%>} 3209 3510 3210 3511 C105AAAE-7C16-2C9E-769FE4535B60,Message … … 3212 3513 3213 3514 C105AAAE-7C16-2C9E-769FE4535B60,Title 3214 <%ApplicationReadmeText%> 3515 {<%ApplicationReadmeText%>} 3215 3516 3216 3517 C7762473-273F-E3CA-17E3-65789B14CDB0,TextToWrite … … 3238 3539 3239 3540 CFFA27AF-A641-E41C-B4A0E3BB3CBB,Text 3240 <%LaunchApplicationText%> 3541 {<%LaunchApplicationText%>} 3241 3542 3242 3543 D4625CA6-9864-D8EF-F252D7B7DC87,Text 3243 <%CreateDesktopShortcutText%> 3544 {<%CreateDesktopShortcutText%>} 3244 3545 3245 3546 D47BE952-79F2-844E-D2E5-8F22044E7A9D,Text … … 3256 3557 3257 3558 DA33B826-E633-A845-4646-76DFA78B907B,Title 3258 Continue 3559 {Continue} 3259 3560 3260 3561 DDBBD8A9-13D7-9509-9202-419E989F60A9,Text … … 3265 3566 3266 3567 E161F216-E597-B340-C1A71C476E2C,Message 3267 <%UninstallLeftoverText%> 3568 {<%UninstallLeftoverText%>} 3268 3569 3269 3570 E161F216-E597-B340-C1A71C476E2C,Title … … 3292 3593 3293 3594 FC678E76-6823-2E55-204CA01C35EF,Text 3294 <%CreateQuickLaunchShortcutText%> 3595 {<%CreateQuickLaunchShortcutText%>} 3295 3596 3296 3597 FF4F6EEA-F4CC-428E-AF33-EB0E88E2147E,Text … … 3336 3637 ::msgcat::mcmset es { 3337 3638 20CBDBEA-2217-457B-8D98-D692C4F591E9,Message 3338 <%UninstallCompleteText%> 3639 {<%UninstallCompleteText%>} 3339 3640 3340 3641 2BF07B5A-9B06-4C1E-810D-5B5E9303D2C6,Message 3341 <%InstallationCompleteText%> 3642 {<%InstallationCompleteText%>} 3342 3643 3343 3644 B002A311-F8E7-41DE-B039-521391924E5B,Message 3344 <%InstallingApplicationText%> 3645 {<%InstallingApplicationText%>} 3345 3646 3346 3647 B4ED4636-22D8-41DC-9E3D-BD1E1CAD2174,Message 3347 <%UninstallingApplicationText%> 3648 {<%UninstallingApplicationText%>} 3348 3649 3349 3650 } 3350 3651 ::msgcat::mcmset fr { 3351 3652 20CBDBEA-2217-457B-8D98-D692C4F591E9,Message 3352 <%UninstallCompleteText%> 3653 {<%UninstallCompleteText%>} 3353 3654 3354 3655 2BF07B5A-9B06-4C1E-810D-5B5E9303D2C6,Message 3355 <%InstallationCompleteText%> 3656 {<%InstallationCompleteText%>} 3356 3657 3357 3658 B002A311-F8E7-41DE-B039-521391924E5B,Message 3358 <%InstallingApplicationText%> 3659 {<%InstallingApplicationText%>} 3359 3660 3360 3661 B4ED4636-22D8-41DC-9E3D-BD1E1CAD2174,Message 3361 <%UninstallingApplicationText%> 3662 {<%UninstallingApplicationText%>} 3362 3663 3363 3664 } 3364 3665 ::msgcat::mcmset pl { 3365 3666 20CBDBEA-2217-457B-8D98-D692C4F591E9,Message 3366 <%UninstallCompleteText%> 3667 {<%UninstallCompleteText%>} 3367 3668 3368 3669 2BF07B5A-9B06-4C1E-810D-5B5E9303D2C6,Message 3369 <%InstallationCompleteText%> 3670 {<%InstallationCompleteText%>} 3370 3671 3371 3672 B002A311-F8E7-41DE-B039-521391924E5B,Message 3372 <%InstallingApplicationText%> 3673 {<%InstallingApplicationText%>} 3373 3674 3374 3675 B4ED4636-22D8-41DC-9E3D-BD1E1CAD2174,Message 3375 <%UninstallingApplicationText%> 3676 {<%UninstallingApplicationText%>} 3376 3677 3377 3678 } 3378 3679 ::msgcat::mcmset pt_br { 3379 3680 20CBDBEA-2217-457B-8D98-D692C4F591E9,Message 3380 <%UninstallCompleteText%> 3681 {<%UninstallCompleteText%>} 3381 3682 3382 3683 2BF07B5A-9B06-4C1E-810D-5B5E9303D2C6,Message 3383 <%InstallationCompleteText%> 3684 {<%InstallationCompleteText%>} 3384 3685 3385 3686 B002A311-F8E7-41DE-B039-521391924E5B,Message 3386 <%InstallingApplicationText%> 3687 {<%InstallingApplicationText%>} 3387 3688 3388 3689 B4ED4636-22D8-41DC-9E3D-BD1E1CAD2174,Message 3389 <%UninstallingApplicationText%> 3690 {<%UninstallingApplicationText%>} 3390 3691 3391 3692 }
Note: See TracChangeset
for help on using the changeset viewer.
