Changeset 2931 for box/trunk/contrib


Ignore:
Timestamp:
20/04/2011 14:37:47 (13 months ago)
Author:
chris
Message:

Update InstallJammer? script to use the correct syntax and fix a few bugs,
still not complete.

Location:
box/trunk/contrib/windows/installer
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/contrib/windows/installer/boxbackup.mpi.in

    r2344 r2931  
    11array set info { 
    22AccountNo 
    3 10005005 
     3{10005005} 
    44 
    55AllowLanguageSelection 
    6 No 
     6{No} 
    77 
    88AppName 
    9 <%BrandName%> 
     9{<%BrandName%>} 
    1010 
    1111ApplicationID 
    12 E10C6FD9-E524-28BD-B0AB3588F16C 
     12{E10C6FD9-E524-28BD-B0AB3588F16C} 
    1313 
    1414ApplicationURL 
    15 http://www.boxbackup.org/ 
     15{http://www.boxbackup.org/} 
    1616 
    1717AutoFileGroups 
    18 No 
     18{No} 
    1919 
    2020AutoRefreshFiles 
    21 Yes 
     21{Yes} 
    2222 
    2323BBVersionNo 
    24 @box_version@ 
     24{@box_version@} 
    2525 
    2626BrandName 
     
    3434 
    3535CleanupCancelledInstall 
    36 Yes 
     36{Yes} 
    3737 
    3838CommandLineFailureAction 
     
    4343 
    4444CompressionLevel 
    45 6 
     45{6} 
    4646 
    4747CompressionMethod 
    48 zlib 
     48{zlib} 
    4949 
    5050ConfigFileName 
     
    5555 
    5656Copyright 
    57 {2003-2008 Tebuco, Inc. and Ben Summers and Contributors} 
     57{2003-2011 Tebuco, Inc. and Ben Summers and Contributors} 
    5858 
    5959CreateDesktopShortcut 
    60 No 
     60{No} 
    6161 
    6262CreateQuickLaunchShortcut 
    63 No 
     63{No} 
    6464 
    6565DefaultDirectoryLocation 
     
    6767 
    6868DefaultLanguage 
    69 English 
     69{English} 
     70 
     71DefaultToSystemLanguage 
     72{Yes} 
     73 
     74EnableResponseFiles 
     75{Yes} 
    7076 
    7177EncryptedKeyFilePassword 
    72 Enter_EncryptedKeys_Password_Here 
     78{Enter_EncryptedKeys_Password_Here} 
    7379 
    7480Ext 
    75 .exe 
     81{.exe} 
    7682 
    7783ExtractSolidArchivesOnStartup 
    78 No 
     84{No} 
    7985 
    8086Icon 
    8187{} 
    8288 
     89IgnoreDirectories 
     90{} 
     91 
     92IgnoreFiles 
     93{} 
     94 
    8395Image 
    84 @build_dir@/docs/html/images/bblogo.png 
     96{@build_dir@/docs/html/images/bblogo.png} 
    8597 
    8698IncludeDebugging 
    87 Yes 
     99{Yes} 
    88100 
    89101InstallDirSuffix 
    90 <%ShortAppName%> 
     102{<%ShortAppName%>} 
    91103 
    92104InstallPassword 
     
    94106 
    95107InstallVersion 
    96 @box_version@ 
     108{0.0.0.0} 
     109 
     110Language,ca 
     111{No} 
     112 
     113Language,cs 
     114{No} 
    97115 
    98116Language,de 
    99 No 
     117{No} 
    100118 
    101119Language,en 
    102 Yes 
     120{Yes} 
    103121 
    104122Language,es 
    105 No 
     123{No} 
    106124 
    107125Language,fr 
    108 No 
     126{No} 
    109127 
    110128Language,hu 
    111 Yes 
     129{No} 
    112130 
    113131Language,it 
    114 Yes 
     132{No} 
     133 
     134Language,lt 
     135{No} 
    115136 
    116137Language,nl 
    117 Yes 
     138{No} 
    118139 
    119140Language,pl 
    120 No 
     141{No} 
    121142 
    122143Language,pt_br 
    123 No 
     144{No} 
    124145 
    125146Language,ru 
    126 Yes 
     147{No} 
     148 
     149LastIgnoreDirectories 
     150{} 
     151 
     152LastIgnoreFiles 
     153{} 
    127154 
    128155LaunchApplication 
    129 No 
     156{No} 
    130157 
    131158PackageDescription 
     
    139166 
    140167PackageName 
    141 <%ShortAppName%> 
     168{<%ShortAppName%>} 
    142169 
    143170PackagePackager 
     
    145172 
    146173PackageRelease 
    147 <%PatchVersion%> 
     174{<%PatchVersion%>} 
    148175 
    149176PackageSummary 
     
    151178 
    152179PackageVersion 
    153 <%MajorVersion%>.<%MinorVersion%> 
     180{<%MajorVersion%>.<%MinorVersion%>} 
    154181 
    155182PreserveFileAttributes 
    156 Yes 
     183{Yes} 
    157184 
    158185PreserveFilePermissions 
    159 Yes 
     186{Yes} 
    160187 
    161188ProjectID 
    162 140B9882-3327-FEA8-13415A62FBB2 
     189{140B9882-3327-FEA8-13415A62FBB2} 
    163190 
    164191ProjectVersion 
    165 1.2.9.0 
     192{1.2.15.2} 
    166193 
    167194SaveOnlyToplevelDirs 
    168 No 
     195{No} 
    169196 
    170197ScriptExt 
    171 .bat 
     198{.bat} 
    172199 
    173200ServiceExeName 
    174 bbackupd.exe 
     201{bbackupd.exe} 
    175202 
    176203ServiceName 
    177 <%BrandName%> 
     204{<%BrandName%>} 
    178205 
    179206ShortAppName 
    180 <%BrandName%> 
     207{<%BrandName%>} 
    181208 
    182209SkipUnusedFileGroups 
    183 Yes 
     210{Yes} 
    184211 
    185212SystemLanguage 
    186 en_us 
     213{en_us} 
    187214 
    188215Theme 
    189 Modern_Wizard 
     216{Modern_Wizard} 
    190217 
    191218ThemeDir 
    192 Modern_Wizard 
     219{Modern_Wizard} 
    193220 
    194221ThemeVersion 
    195 1 
     222{1} 
    196223 
    197224UpgradeApplicationID 
     
    199226 
    200227UserInfoAcctNo 
    201 <%AccountNo%> 
     228{<%AccountNo%>} 
    202229 
    203230UserInfoCompany 
     
    214241 
    215242Version 
    216 @box_version@ 
     243{@box_version@} 
    217244 
    218245ViewReadme 
    219 No 
     246{No} 
    220247 
    221248WizardHeight 
    222 365 
     249{365} 
    223250 
    224251WizardWidth 
    225 500 
     252{500} 
    226253 
    227254} 
     
    273300 
    274301} 
    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 
     302FileGroup ::481451CC-F49C-D389-8645076F595B -setup Install -active Yes -platforms {Windows} -name Binaries -parent FileGroups 
     303File ::0D5FA1BE-D208-402E-A358-978A57513DCE -name @client_parcel_dir@/bbackupctl.exe -parent 481451CC-F49C-D389-8645076F595B 
     304File ::4BE333C8-23F0-4629-82D6-E655641D4007 -name @client_parcel_dir@/bbackupd.exe -parent 481451CC-F49C-D389-8645076F595B 
     305File ::3CDCA9AC-7B3B-4FC2-810E-71C1587E5FBC -name @client_parcel_dir@/bbackupquery.exe -parent 481451CC-F49C-D389-8645076F595B 
     306File ::AE5153FA-44A5-442B-992B-F8039D23065A -name @build_dir@/../openssl/bin/libeay32.dll -parent 481451CC-F49C-D389-8645076F595B 
     307File ::1C2A58A1-089D-4929-B92D-397C6C945EBC -name @build_dir@/../openssl/bin/openssl.exe -parent 481451CC-F49C-D389-8645076F595B 
     308File ::8EB5B7FA-A30B-47E2-BEA4-B0240C07F8C6 -name @build_dir@/../openssl/bin/ssleay32.dll -parent 481451CC-F49C-D389-8645076F595B 
     309File ::F32E15B3-CBF1-46A7-9E1F-0A17EECF9C39 -name @build_dir@/../zlib/zlib1.dll -parent 481451CC-F49C-D389-8645076F595B 
     310FileGroup ::2C456223-3E1E-4D43-B31A-868EAD3241E1 -setup Install -active Yes -platforms {Windows} -name Documents -parent FileGroups 
     311File ::F4DD0436-B84B-4FCA-8AF4-F9F0EEED631A -name @build_dir@/COPYING.txt -parent 2C456223-3E1E-4D43-B31A-868EAD3241E1 
     312File ::34214008-502F-4BCD-A668-383FD13A6182 -name @build_dir@/LICENSE.txt -parent 2C456223-3E1E-4D43-B31A-868EAD3241E1 
     313File ::30A2FB48-1BDB-445D-BF36-62707DEFBA77 -name @build_dir@/LICENSE-DUAL.txt -parent 2C456223-3E1E-4D43-B31A-868EAD3241E1 
     314File ::A2D6E0B2-A641-4426-8835-AA06102FB020 -name @build_dir@/LICENSE-GPL.txt -parent 2C456223-3E1E-4D43-B31A-868EAD3241E1 
     315File ::A72A7844-0245-40C8-B5AE-D10F8654318E -name @build_dir@/distribution/boxbackup/CONTACT.txt -parent 2C456223-3E1E-4D43-B31A-868EAD3241E1 
     316File ::47390686-C767-4E91-AE69-4A980C67B304 -name @build_dir@/distribution/boxbackup/DOCUMENTATION.txt -parent 2C456223-3E1E-4D43-B31A-868EAD3241E1 
     317File ::D4EF569E-F14A-41B7-853C-46C652DA51A7 -name @build_dir@/distribution/boxbackup/THANKS.txt -parent 2C456223-3E1E-4D43-B31A-868EAD3241E1 
     318File ::143FE54A-7743-4AA5-9DF9-084ECA4ABFF9 -name @build_dir@/distribution/boxbackup/VERSION.txt -parent 2C456223-3E1E-4D43-B31A-868EAD3241E1 
    336319Component ::4A9C852B-647E-EED5-5482FFBCC2AF -setup Install -active Yes -platforms {Windows MacOS-X} -name {Default Component} -parent Components 
    337320SetupType ::8202CECC-54A0-9B6C-D24D111BA52E -setup Install -active Yes -platforms {Windows MacOS-X} -name Typical -parent SetupTypes 
    338321 
    339322InstallComponent 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 StandardInstall 
     323InstallComponent 2AC89879-6E9D-3D4E-F28E-5985EEBFAAA8 -setup Install -type pane -conditions 4EE35849-FAD7-170B-0E45-FA30636467B1 -title {Install Password} -component InstallPassword -active No -parent StandardInstall 
    341324Condition 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 
    342325InstallComponent 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 StandardInstall 
    344 InstallComponent 9013E862-8E81-5290-64F9-D8BCD13EC7E5 -setup Install -type pane -title {User Information Phone Email} -component UserInformation -active Yes -parent StandardInstall 
     326InstallComponent 1BEFB82C-C073-73D4-CFCE-F5DE7A674D9E -setup Install -type pane -title {User Information} -component UserInformation -active No -parent StandardInstall 
     327InstallComponent 9013E862-8E81-5290-64F9-D8BCD13EC7E5 -setup Install -type pane -title {User Information Phone Email} -component UserInformation -active No -parent StandardInstall 
    345328InstallComponent 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 StandardInstall 
     329InstallComponent 58E1119F-639E-17C9-5D3898F385AA -setup Install -type pane -conditions 84DA7F05-9FB7-CC36-9EC98F8A6826 -title {Select Destination} -component SelectDestination -active Yes -parent StandardInstall 
    347330Condition 84DA7F05-9FB7-CC36-9EC98F8A6826 -active Yes -parent 58E1119F-639E-17C9-5D3898F385AA -title {File Permission Condition} -component FilePermissionCondition -TreeObject::id 84DA7F05-9FB7-CC36-9EC98F8A6826 
    348331InstallComponent 0FDBA082-90AB-808C-478A-A13E7C525336 -setup Install -type action -title BackupLocationNumber -component ExecuteScript -active Yes -parent 58E1119F-639E-17C9-5D3898F385AA 
     
    350333InstallComponent 2BB06B72-DE53-2319-B1B8-351CDCBA2008 -setup Install -type action -title AddBackupLocation -component ExecuteScript -active Yes -parent 58E1119F-639E-17C9-5D3898F385AA 
    351334InstallComponent 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-FD27BA16D078 
     335InstallComponent 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 
    353336Condition 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 
    354337Condition 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 
     
    367350InstallComponent 28E76C8B-2605-4739-9FFE-9C2880C17E59 -setup Install -type action -title {Edit config file} -component ExecuteExternalProgram -active No -parent 37E627F2-E04B-AEF2-D566C017A4D6 
    368351InstallComponent 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 StandardInstall 
     352InstallComponent 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7 -setup Install -type pane -title SetBackupLocations -component CustomBlankPane2 -active Yes -parent StandardInstall 
    370353InstallComponent 614C45B2-7515-780C-E444-7F165CF02DD7 -setup Install -type action -title {Execute Script} -component ExecuteScript -active No -parent 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7 
    371354InstallComponent A5B32DA1-B2FE-C1FA-6057-FBC3059EF076 -setup Install -type action -title {Execute Script} -component ExecuteScript -active Yes -parent 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7 
     
    381364InstallComponent C7762473-273F-E3CA-17E3-65789B14CDB0 -setup Install -type action -title {Write Text To File} -component WriteTextToFile -active Yes -parent 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7 
    382365InstallComponent 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-98F2017916A7 
     366InstallComponent 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 
    384367Condition 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 
    385368InstallComponent 9A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266 -setup Install -type pane -title {Click Next to Continue} -component CustomBlankPane2 -active Yes -parent StandardInstall 
    386369InstallComponent DDBBD8A9-13D7-9509-9202-419E989F60A9 -setup Install -type action -title {Add Widget} -component AddWidget -active No -parent 9A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266 
    387370InstallComponent 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-71DE0FFF0266 
     371InstallComponent 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 
    389372Condition 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 
    390373InstallComponent 908CE221-5A3D-0A78-24A1-E7C91EBE38D4 -setup Install -type pane -title {Next-Build Config} -component CustomBlankPane2 -active No -parent StandardInstall 
     
    401384InstallComponent 8E1A5944-5AF5-5906-16D395E386D8 -setup Install -type action -title {Move Forward} -component MoveForward -active Yes -parent 574198A7-7322-2F5E-02EF185D965C 
    402385InstallComponent 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-B4A1DB11C1BF 
     386InstallComponent 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 
    404387Condition 13BD88FE-CD71-5AC7-E99C10B6CB28 -active Yes -parent 3B6E2E7C-1A26-27F1-D578E383B128 -title {File Exists Condition} -component FileExistsCondition -TreeObject::id 13BD88FE-CD71-5AC7-E99C10B6CB28 
    405388Condition 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-B4A1DB11C1BF 
     389InstallComponent 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 
    407390Condition 592F46AE-8CEE-01F3-0BA7EBDCA4F4 -active Yes -parent CFFA27AF-A641-E41C-B4A0E3BB3CBB -title {File Exists Condition} -component FileExistsCondition -TreeObject::id 592F46AE-8CEE-01F3-0BA7EBDCA4F4 
    408391Condition 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-B4A1DB11C1BF 
     392InstallComponent 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 
    410393Condition 4E643D8A-CA31-018D-57D7053C2CE8 -active Yes -parent 16D53E40-546B-54C3-088B1B5E3BBB -title {File Exists Condition} -component FileExistsCondition -TreeObject::id 4E643D8A-CA31-018D-57D7053C2CE8 
    411394Condition 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-B4A1DB11C1BF 
     395InstallComponent 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 
    413396Condition 6B966959-05D9-DB32-8D9C4AD2A3DF -active Yes -parent 937C3FDD-FB28-98BD-3DAB276E59ED -title {Platform Condition} -component PlatformCondition -TreeObject::id 6B966959-05D9-DB32-8D9C4AD2A3DF 
    414397Condition 748D673B-DFE6-5F74-329903ACE4DB -active Yes -parent 937C3FDD-FB28-98BD-3DAB276E59ED -title {File Exists Condition} -component FileExistsCondition -TreeObject::id 748D673B-DFE6-5F74-329903ACE4DB 
    415398Condition 3379F80B-36D6-73DC-6FC1D6223A26 -active Yes -parent 937C3FDD-FB28-98BD-3DAB276E59ED -title {String Is Condition} -component StringIsCondition -TreeObject::id 3379F80B-36D6-73DC-6FC1D6223A26 
    416399InstallComponent 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 ConsoleInstall 
     400InstallComponent 56EE5149-6AA2-4E0C-8841-F66A2EF9276E -setup Install -type action -conditions 241BBFCE-4EB1-432F-94DD-69D444DDB6C0 -title Exit -component Exit -active Yes -parent ConsoleInstall 
    418401Condition 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 ConsoleInstall 
     402InstallComponent 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 
    420403Condition 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 
    421404InstallComponent B002A311-F8E7-41DE-B039-521391924E5B -setup Install -type action -title {Console Message} -component ConsoleMessage -active Yes -parent ConsoleInstall 
     
    426409InstallComponent 175CBE81-9EBE-1E21-A91479BEEFAE -setup Install -type action -title Exit -component Exit -active Yes -parent SilentInstall 
    427410InstallComponent 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-998AC3D4A3A9 
     411InstallComponent 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 
    429412Condition 3D0D1898-4C65-3E66-F82F56581E87 -active Yes -parent 1F9E8CB8-02C1-0416-1F7445B4147F -title {String Is Condition} -component StringIsCondition -TreeObject::id 3D0D1898-4C65-3E66-F82F56581E87 
    430413Condition 32F5B0AF-EB83-7A03-D8FAE1ECE473 -active Yes -parent 1F9E8CB8-02C1-0416-1F7445B4147F -title {Ask Yes or No} -component AskYesOrNo -TreeObject::id 32F5B0AF-EB83-7A03-D8FAE1ECE473 
     
    433416InstallComponent 4D4A7BF0-7CCE-46E6-BDE5222F82D7 -setup Install -type action -title {Install Selected Files} -component InstallSelectedFiles -active Yes -parent 198905FB-9FAC-23DE-7422D25B8ECA 
    434417InstallComponent 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-7422D25B8ECA 
     418InstallComponent 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 
    436419Condition 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-7422D25B8ECA 
     420InstallComponent 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 
    438421Condition 18C00430-D6B1-151F-307762B3A045 -active Yes -parent 39B2B666-78D8-75E6-6EA071594D34 -title {Platform Condition} -component PlatformCondition -TreeObject::id 18C00430-D6B1-151F-307762B3A045 
    439422InstallComponent 6652193C-5D4B-44B6-ABC6-D6E96D89E5DC -setup Install -type action -title {Install Program Folder Shortcut} -component InstallProgramFolderShortcut -active No -parent 198905FB-9FAC-23DE-7422D25B8ECA 
     
    453436InstallComponent 32B08FB1-99DF-234E-8BAF-333E80AAC9F5 -setup Install -type action -title Usage -component InstallProgramFolderShortcut -active Yes -parent 198905FB-9FAC-23DE-7422D25B8ECA 
    454437InstallComponent 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-B3564F693CD3 
     438InstallComponent 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 
    456439Condition E44CFF46-6302-C518-B9C30D2E43F7 -active Yes -parent DECC120D-6904-7F17-45A49184A5A3 -title {String Is Condition} -component StringIsCondition -TreeObject::id E44CFF46-6302-C518-B9C30D2E43F7 
    457440Condition 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-B3564F693CD3 
     441InstallComponent 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 
    459442Condition 6F94698F-0839-3ABF-0CF2DF05A4C8 -active Yes -parent 7B770A07-A785-5215-956FA82CF14E -title {String Is Condition} -component StringIsCondition -TreeObject::id 6F94698F-0839-3ABF-0CF2DF05A4C8 
    460443Condition 738DD098-7E3B-BC89-875CDB93CBE2 -active Yes -parent 7B770A07-A785-5215-956FA82CF14E -title {Platform Condition} -component PlatformCondition -TreeObject::id 738DD098-7E3B-BC89-875CDB93CBE2 
    461444Condition 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-B3564F693CD3 
     445InstallComponent 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 
    463446Condition 2583A547-11DE-1C27-B6D04B023CC0 -active Yes -parent C105AAAE-7C16-2C9E-769FE4535B60 -title {String Is Condition} -component StringIsCondition -TreeObject::id 2583A547-11DE-1C27-B6D04B023CC0 
    464447Condition A6E1B027-A1B4-5848-4F868D028D00 -active Yes -parent C105AAAE-7C16-2C9E-769FE4535B60 -title {String Is Condition} -component StringIsCondition -TreeObject::id A6E1B027-A1B4-5848-4F868D028D00 
    465448Condition 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-B3564F693CD3 
     449InstallComponent 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 
    467450Condition CC4337CC-F3B5-757C-DFCF5D1D365A -active Yes -parent C33D74B2-26FA-16F5-433A10C6A747 -title {String Is Condition} -component StringIsCondition -TreeObject::id CC4337CC-F3B5-757C-DFCF5D1D365A 
    468451Condition 795EE61F-6C0D-4A8B-93E02AA3894A -active Yes -parent C33D74B2-26FA-16F5-433A10C6A747 -title {String Is Condition} -component StringIsCondition -TreeObject::id 795EE61F-6C0D-4A8B-93E02AA3894A 
     
    475458InstallComponent B4D31D1E-ADB1-DE8F-18EB7294DDA8 -setup Uninstall -type action -title {Remove Service} -component ExecuteExternalProgram -active Yes -parent 3B8CDC8E-1239-D2E9-DF4CA6B1756D 
    476459InstallComponent 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-DF4CA6B1756D 
     460InstallComponent 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 
    478461Condition 96A68CAC-9ED7-806C-086B104720FD -active Yes -parent 69FD7409-5E2A-143B-DABD1C3B1E67 -title {String Is Condition} -component StringIsCondition -TreeObject::id 96A68CAC-9ED7-806C-086B104720FD 
    479462Condition E161F216-E597-B340-C1A71C476E2C -active Yes -parent 69FD7409-5E2A-143B-DABD1C3B1E67 -title {Ask Yes or No} -component AskYesOrNo -TreeObject::id E161F216-E597-B340-C1A71C476E2C 
    480463InstallComponent 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 StandardUninstall 
     464InstallComponent 41D3E165-C263-5F80-0FEEC0AEE47A -setup Uninstall -type pane -conditions EB2B31A1-C111-3582-0C8A5656692A -title {Uninstall Details} -component UninstallDetails -active Yes -parent StandardUninstall 
    482465Condition EB2B31A1-C111-3582-0C8A5656692A -active Yes -parent 41D3E165-C263-5F80-0FEEC0AEE47A -title {String Is Condition} -component StringIsCondition -TreeObject::id EB2B31A1-C111-3582-0C8A5656692A 
    483466InstallComponent 3D33AA8C-0037-204B-39A339FD38BD -setup Uninstall -type pane -title {Uninstall Complete} -component UninstallComplete -active Yes -parent StandardUninstall 
    484467InstallComponent 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 ConsoleUninstall 
     468InstallComponent ADA6EB2F-8820-4366-BBEF-ED1335B7F828 -setup Uninstall -type action -conditions 87DE6D78-81E1-495B-A214-B3FF3E7E5614 -title Exit -component Exit -active Yes -parent ConsoleUninstall 
    486469Condition 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 
    487470InstallComponent B4ED4636-22D8-41DC-9E3D-BD1E1CAD2174 -setup Uninstall -type action -title {Console Message} -component ConsoleMessage -active Yes -parent ConsoleUninstall 
     
    492475InstallComponent D3D73C76-D9D3-07DA-63D4163A44BE -setup Uninstall -type action -title Exit -component Exit -active Yes -parent SilentUninstall 
    493476InstallComponent 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-8B731B0BE4E0 
     477InstallComponent 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 
    495478Condition DFFF91A9-2CA5-6ABE-8474D814AF88 -active Yes -parent 97ACF525-C075-8635-E019202A83D8 -title {String Is Condition} -component StringIsCondition -TreeObject::id DFFF91A9-2CA5-6ABE-8474D814AF88 
    496479Condition 4ACB0B47-42B3-2B3A-BFE9AA4EC707 -active Yes -parent 97ACF525-C075-8635-E019202A83D8 -title {Ask Yes or No} -component AskYesOrNo -TreeObject::id 4ACB0B47-42B3-2B3A-BFE9AA4EC707 
     
    502485array set Properties { 
    5034860047FF40-0139-2A59-AAC0-A44D46D6F5CC,Active 
    504 No 
     487{No} 
    505488 
    5064890047FF40-0139-2A59-AAC0-A44D46D6F5CC,Comment 
     
    514497 
    5154980047FF40-0139-2A59-AAC0-A44D46D6F5CC,ResultVirtualText 
    516 BackupLocationName 
     499{BackupLocationName} 
    517500 
    5185010047FF40-0139-2A59-AAC0-A44D46D6F5CC,TclScript 
     
    523506 
    5245070357FAE9-FCFD-26D8-6541D810CD61,Filename 
    525 <%ProgramReadme%> 
     508{<%ProgramReadme%>} 
    526509 
    52751005060263-E852-87AB-8D0F2954CAA6,Conditions 
     
    529512 
    5305130C12D2D3-AEBC-42FE-A73A-0815EFB10DA5,Prompt 
    531 <%ConsoleSelectDestinationText%> 
     514{<%ConsoleSelectDestinationText%>} 
    532515 
    5335160C12D2D3-AEBC-42FE-A73A-0815EFB10DA5,VirtualText 
    534 InstallDir 
     517{InstallDir} 
    535518 
    5365190D93323D-779D-44A8-1E0614E5285D,Conditions 
     
    538521 
    5395220D93323D-779D-44A8-1E0614E5285D,State 
    540 disabled 
     523{disabled} 
    541524 
    5425250D93323D-779D-44A8-1E0614E5285D,Widget 
     
    550533 
    5515340FDBA082-90AB-808C-478A-A13E7C525336,ResultVirtualText 
    552 BackupLocationNumber 
     535{BackupLocationNumber} 
    553536 
    5545370FDBA082-90AB-808C-478A-A13E7C525336,TclScript 
     
    559542 
    56054313BD88FE-CD71-5AC7-E99C10B6CB28,Filename 
    561 <%ProgramReadme%> 
     544{<%ProgramReadme%>} 
    562545 
    5635461528F4F0-145C-A48D-A8526DBB6289,CheckCondition 
     
    565548 
    5665491528F4F0-145C-A48D-A8526DBB6289,Filename 
    567 <%ProgramExecutable%> 
     550{<%ProgramExecutable%>} 
    568551 
    5695521681CF85-A5D2-4D73-A3FC-52B2A6A1847D,Alias 
     
    574557 
    5755581681CF85-A5D2-4D73-A3FC-52B2A6A1847D,FileName 
    576 <%ShortAppName%>-program-killbackupprocess 
     559{<%ShortAppName%>-program-killbackupprocess} 
    577560 
    5785611681CF85-A5D2-4D73-A3FC-52B2A6A1847D,ShortcutName 
     
    580563 
    5815641681CF85-A5D2-4D73-A3FC-52B2A6A1847D,TargetFileName 
    582 <%InstallDir%>/tools/KillBackupProcess.bat 
     565{<%InstallDir%>/tools/KillBackupProcess.bat} 
    583566 
    5845671681CF85-A5D2-4D73-A3FC-52B2A6A1847D,WorkingDirectory 
    585 <%InstallDir%> 
     568{<%InstallDir%>} 
    586569 
    58757016D53E40-546B-54C3-088B1B5E3BBB,Background 
    588 white 
     571{white} 
    589572 
    59057316D53E40-546B-54C3-088B1B5E3BBB,Conditions 
     
    592575 
    59357616D53E40-546B-54C3-088B1B5E3BBB,Text,subst 
    594 1 
     577{1} 
    595578 
    59657916D53E40-546B-54C3-088B1B5E3BBB,Type 
    597 checkbutton 
     580{checkbutton} 
    598581 
    59958216D53E40-546B-54C3-088B1B5E3BBB,VirtualText 
    600 CreateDesktopShortcut 
     583{CreateDesktopShortcut} 
    601584 
    60258516D53E40-546B-54C3-088B1B5E3BBB,X 
    603 185 
     586{185} 
    604587 
    60558816D53E40-546B-54C3-088B1B5E3BBB,Y 
    606 180 
     589{180} 
    607590 
    608591175CBE81-9EBE-1E21-A91479BEEFAE,ExitType 
    609 Finish 
     592{Finish} 
    610593 
    61159417D8BA8E-5992-AA5C-F5ECB73A3433,Action 
     
    619602 
    62060318C00430-D6B1-151F-307762B3A045,Platform 
    621 Windows 
     604{Windows} 
    622605 
    623606198905FB-9FAC-23DE-7422D25B8ECA,Alias 
     
    631614 
    63261519ADBDDB-1690-4A57-913E32A026C4,State 
    633 disabled 
     616{disabled} 
    634617 
    63561819ADBDDB-1690-4A57-913E32A026C4,Widget 
     
    637620 
    6386211AF5CD58-65C0-49CB-9A9D-994816CF414E,Active 
    639 No 
     622{No} 
    640623 
    6416241AF5CD58-65C0-49CB-9A9D-994816CF414E,Alias 
     
    649632 
    6506331AF5CD58-65C0-49CB-9A9D-994816CF414E,FileName 
    651 <%ShortAppName%>-program-TebucoSafeQuerypload 
     634{<%ShortAppName%>-program-TebucoSafeQuerypload} 
    652635 
    6536361AF5CD58-65C0-49CB-9A9D-994816CF414E,ShortcutName 
     
    655638 
    6566391AF5CD58-65C0-49CB-9A9D-994816CF414E,TargetFileName 
    657 <%InstallDir%>/tools/TebucoSafeQueryUpload.bat 
     640{<%InstallDir%>/tools/TebucoSafeQueryUpload.bat} 
    658641 
    6596421AF5CD58-65C0-49CB-9A9D-994816CF414E,WorkingDirectory 
    660 <%InstallDir%> 
    661  
    662 1BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,Active 
    663 Yes 
     643{<%InstallDir%>} 
    664644 
    6656451BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,BackButton,subst 
    666 1 
     646{1} 
    667647 
    6686481BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,CancelButton,subst 
    669 1 
     649{1} 
    670650 
    6716511BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,Caption,subst 
    672 1 
     652{1} 
    673653 
    6746541BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,CompanyLabel,subst 
    675 0 
     655{0} 
    676656 
    6776571BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,Conditions 
     
    679659 
    6806601BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,Message,subst 
    681 1 
     661{1} 
    682662 
    6836631BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,NextButton,subst 
    684 1 
     664{1} 
    685665 
    6866661BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,Subtitle,subst 
    687 1 
     667{1} 
    688668 
    6896691BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,Title,subst 
    690 1 
     670{1} 
    691671 
    6926721BEFB82C-C073-73D4-CFCE-F5DE7A674D9E,UserNameLabel,subst 
    693 0 
     673{0} 
    694674 
    6956751C14291C-0971-4283-92E9-3808401303F5,Active 
    696 No 
     676{No} 
    697677 
    6986781C14291C-0971-4283-92E9-3808401303F5,Comment 
     
    706686 
    7076871C14291C-0971-4283-92E9-3808401303F5,WorkingDirectory 
    708 <%InstallDir%> 
     688{<%InstallDir%>} 
    709689 
    7106901F0926EE-6884-1330-B4A1DB11C1BF,BackButton,subst 
    711 1 
     691{1} 
    712692 
    7136931F0926EE-6884-1330-B4A1DB11C1BF,CancelButton,subst 
    714 1 
     694{1} 
    715695 
    7166961F0926EE-6884-1330-B4A1DB11C1BF,Caption,subst 
    717 1 
     697{1} 
    718698 
    7196991F0926EE-6884-1330-B4A1DB11C1BF,Message,subst 
    720 1 
     700{1} 
    721701 
    7227021F0926EE-6884-1330-B4A1DB11C1BF,NextButton,subst 
    723 1 
     703{1} 
    724704 
    7257051F9E8CB8-02C1-0416-1F7445B4147F,Comment 
     
    730710 
    73171120CBDBEA-2217-457B-8D98-D692C4F591E9,Message,subst 
    732 1 
     712{1} 
    733713 
    734714241BBFCE-4EB1-432F-94DD-69D444DDB6C0,CheckCondition 
     
    736716 
    737717241BBFCE-4EB1-432F-94DD-69D444DDB6C0,Operator 
    738 false 
     718{false} 
    739719 
    740720241BBFCE-4EB1-432F-94DD-69D444DDB6C0,String 
    741 <%Answer%> 
     721{<%Answer%>} 
    742722 
    7437232583A547-11DE-1C27-B6D04B023CC0,CheckCondition 
     
    745725 
    7467262583A547-11DE-1C27-B6D04B023CC0,Operator 
    747 false 
     727{false} 
    748728 
    7497292583A547-11DE-1C27-B6D04B023CC0,String 
    750 <%SilentMode%> 
     730{<%SilentMode%>} 
    751731 
    75273225AA533E-02FC-47D9-9273-25266B8FA1F9,Alias 
     
    760740 
    76174125AA533E-02FC-47D9-9273-25266B8FA1F9,FileName 
    762 <%ShortAppName%>-program-removeService 
     742{<%ShortAppName%>-program-removeService} 
    763743 
    76474425AA533E-02FC-47D9-9273-25266B8FA1F9,ShortcutName 
     
    766746 
    76774725AA533E-02FC-47D9-9273-25266B8FA1F9,TargetFileName 
    768 <%InstallDir%>/tools/RemoveService.bat 
     748{<%InstallDir%>/tools/RemoveService.bat} 
    769749 
    77075025AA533E-02FC-47D9-9273-25266B8FA1F9,WorkingDirectory 
    771 <%InstallDir%> 
     751{<%InstallDir%>} 
    772752 
    77375328E76C8B-2605-4739-9FFE-9C2880C17E59,Active 
    774 No 
     754{No} 
    775755 
    77675628E76C8B-2605-4739-9FFE-9C2880C17E59,Conditions 
     
    781761 
    78276228E76C8B-2605-4739-9FFE-9C2880C17E59,WorkingDirectory 
    783 <%InstallDir%> 
     763{<%InstallDir%>} 
    784764 
    7857652AC89879-6E9D-3D4E-F28E-5985EEBFAAA8,BackButton,subst 
    786 1 
     766{1} 
    787767 
    7887682AC89879-6E9D-3D4E-F28E-5985EEBFAAA8,CancelButton,subst 
    789 1 
     769{1} 
    790770 
    7917712AC89879-6E9D-3D4E-F28E-5985EEBFAAA8,Caption,subst 
    792 1 
     772{1} 
    793773 
    7947742AC89879-6E9D-3D4E-F28E-5985EEBFAAA8,Conditions 
     
    796776 
    7977772AC89879-6E9D-3D4E-F28E-5985EEBFAAA8,Message,subst 
    798 1 
     778{1} 
    799779 
    8007802AC89879-6E9D-3D4E-F28E-5985EEBFAAA8,NextButton,subst 
    801 1 
     781{1} 
    802782 
    8037832AC89879-6E9D-3D4E-F28E-5985EEBFAAA8,Subtitle,subst 
    804 1 
     784{1} 
    805785 
    8067862AC89879-6E9D-3D4E-F28E-5985EEBFAAA8,Title,subst 
    807 1 
     787{1} 
    808788 
    8097892BB06B72-DE53-2319-B1B8-351CDCBA2008,Conditions 
     
    814794 
    8157952BB06B72-DE53-2319-B1B8-351CDCBA2008,ResultVirtualText 
    816 AddBackupLocation 
     796{AddBackupLocation} 
    817797 
    8187982BB06B72-DE53-2319-B1B8-351CDCBA2008,TclScript 
     
    820800 
    8218012BF07B5A-9B06-4C1E-810D-5B5E9303D2C6,Message,subst 
    822 1 
     802{1} 
     803 
     8042C456223-3E1E-4D43-B31A-868EAD3241E1,Destination 
     805{<%InstallDir%>} 
     806 
     8072C456223-3E1E-4D43-B31A-868EAD3241E1,Name 
     808{Documents} 
    823809 
    8248102E2963BD-DDBD-738D-A910-B7F3F04946F9,Conditions 
     
    826812 
    8278132E2963BD-DDBD-738D-A910-B7F3F04946F9,Text,subst 
    828 1 
     814{1} 
    829815 
    8308162E2963BD-DDBD-738D-A910-B7F3F04946F9,Value 
    831 <%AddBackupLocation%> 
     817{<%AddBackupLocation%>} 
    832818 
    8338192E2963BD-DDBD-738D-A910-B7F3F04946F9,X 
    834 400 
     820{400} 
    835821 
    8368222E2963BD-DDBD-738D-A910-B7F3F04946F9,Y 
    837 70 
     823{70} 
    838824 
    8398252EC82FBD-8294-A3E4-7F39-1CBA0582FA64,AppendNewline 
    840 No 
     826{No} 
    841827 
    8428282EC82FBD-8294-A3E4-7F39-1CBA0582FA64,Comment 
     
    850836 
    8518372EC82FBD-8294-A3E4-7F39-1CBA0582FA64,Files 
    852 <%ConfigFileTemplate%> 
     838{<%ConfigFileTemplate%>} 
    853839 
    8548402EC82FBD-8294-A3E4-7F39-1CBA0582FA64,TextToWrite,subst 
    855 1 
     841{1} 
    856842 
    85784332B08FB1-99DF-234E-8BAF-333E80AAC9F5,Conditions 
     
    859845 
    86084632B08FB1-99DF-234E-8BAF-333E80AAC9F5,FileName 
    861 <%ShortAppName%>-program-Usage 
     847{<%ShortAppName%>-program-Usage} 
    862848 
    86384932B08FB1-99DF-234E-8BAF-333E80AAC9F5,ShortcutName 
    864 Usage 
     850{Usage} 
    865851 
    86685232B08FB1-99DF-234E-8BAF-333E80AAC9F5,TargetFileName 
    867 <%InstallDir%>/tools/ShowUsage.bat 
     853{<%InstallDir%>/tools/ShowUsage.bat} 
    868854 
    86985532B08FB1-99DF-234E-8BAF-333E80AAC9F5,WorkingDirectory 
    870 <%InstallDir%> 
     856{<%InstallDir%>} 
    871857 
    87285832DC8FB1-A04B-71AA-EC18496D4BD0,Conditions 
     
    877863 
    87886432F5B0AF-EB83-7A03-D8FAE1ECE473,Message,subst 
    879 1 
     865{1} 
    880866 
    88186732F5B0AF-EB83-7A03-D8FAE1ECE473,Title,subst 
    882 1 
     868{1} 
    883869 
    88487032F5B0AF-EB83-7A03-D8FAE1ECE473,TrueValue 
    885 No 
     871{No} 
    886872 
    8878733379F80B-36D6-73DC-6FC1D6223A26,CheckCondition 
     
    889875 
    8908763379F80B-36D6-73DC-6FC1D6223A26,Operator 
    891 false 
     877{false} 
    892878 
    8938793379F80B-36D6-73DC-6FC1D6223A26,String 
    894 <%InstallStopped%> 
     880{<%InstallStopped%>} 
    895881 
    896882362B6D6A-11BC-83CE-AFF6-410D8FBCF54D,Active 
    897 No 
     883{No} 
    898884 
    899885362B6D6A-11BC-83CE-AFF6-410D8FBCF54D,Conditions 
     
    901887 
    902888362B6D6A-11BC-83CE-AFF6-410D8FBCF54D,ResultVirtualText 
    903 BackupLocationExclusions 
     889{BackupLocationExclusions} 
    904890 
    905891362B6D6A-11BC-83CE-AFF6-410D8FBCF54D,TclScript 
     
    907893 
    90889437E627F2-E04B-AEF2-D566C017A4D6,BackButton,subst 
    909 1 
     895{1} 
    910896 
    91189737E627F2-E04B-AEF2-D566C017A4D6,CancelButton,subst 
    912 1 
     898{1} 
    913899 
    91490037E627F2-E04B-AEF2-D566C017A4D6,Caption,subst 
    915 1 
     901{1} 
    916902 
    91790337E627F2-E04B-AEF2-D566C017A4D6,Conditions 
     
    919905 
    92090637E627F2-E04B-AEF2-D566C017A4D6,FileLabel,subst 
    921 1 
     907{1} 
    922908 
    92390937E627F2-E04B-AEF2-D566C017A4D6,Message,subst 
    924 1 
     910{1} 
    925911 
    92691237E627F2-E04B-AEF2-D566C017A4D6,NextButton,subst 
    927 1 
     913{1} 
    928914 
    92991537E627F2-E04B-AEF2-D566C017A4D6,ProgressValue,subst 
    930 1 
     916{1} 
    931917 
    93291837E627F2-E04B-AEF2-D566C017A4D6,Subtitle,subst 
    933 1 
     919{1} 
    934920 
    93592137E627F2-E04B-AEF2-D566C017A4D6,Title,subst 
    936 1 
     922{1} 
    937923 
    93892439270FD8-932E-6132-7EF795ED9B93,Alias 
     
    949935 
    95093639B2B666-78D8-75E6-6EA071594D34,TargetFileName 
    951 <%Uninstaller%> 
     937{<%Uninstaller%>} 
    952938 
    95393939B2B666-78D8-75E6-6EA071594D34,WorkingDirectory 
    954 <%InstallDir%> 
     940{<%InstallDir%>} 
    955941 
    95694239D7394E-04E9-CA70-0034DB830BFE,Conditions 
     
    958944 
    9599453B6E2E7C-1A26-27F1-D578E383B128,Background 
    960 white 
     946{white} 
    961947 
    9629483B6E2E7C-1A26-27F1-D578E383B128,Conditions 
     
    964950 
    9659513B6E2E7C-1A26-27F1-D578E383B128,Text,subst 
    966 1 
     952{1} 
    967953 
    9689543B6E2E7C-1A26-27F1-D578E383B128,Type 
    969 checkbutton 
     955{checkbutton} 
    970956 
    9719573B6E2E7C-1A26-27F1-D578E383B128,VirtualText 
    972 ViewReadme 
     958{ViewReadme} 
    973959 
    9749603B6E2E7C-1A26-27F1-D578E383B128,X 
    975 185 
     961{185} 
    976962 
    9779633B6E2E7C-1A26-27F1-D578E383B128,Y 
    978 140 
     964{140} 
    979965 
    9809663B8CDC8E-1239-D2E9-DF4CA6B1756D,BackButton,subst 
    981 1 
     967{1} 
    982968 
    9839693B8CDC8E-1239-D2E9-DF4CA6B1756D,CancelButton,subst 
    984 1 
     970{1} 
    985971 
    9869723B8CDC8E-1239-D2E9-DF4CA6B1756D,Caption,subst 
    987 1 
     973{1} 
    988974 
    9899753B8CDC8E-1239-D2E9-DF4CA6B1756D,Conditions 
     
    991977 
    9929783B8CDC8E-1239-D2E9-DF4CA6B1756D,FileValue,subst 
    993 1 
     979{1} 
    994980 
    9959813B8CDC8E-1239-D2E9-DF4CA6B1756D,Message,subst 
    996 1 
     982{1} 
    997983 
    9989843B8CDC8E-1239-D2E9-DF4CA6B1756D,NextButton,subst 
    999 1 
     985{1} 
    1000986 
    10019873B8CDC8E-1239-D2E9-DF4CA6B1756D,ProgressValue,subst 
    1002 1 
     988{1} 
    1003989 
    10049903B8CDC8E-1239-D2E9-DF4CA6B1756D,Subtitle,subst 
    1005 1 
     991{1} 
    1006992 
    10079933B8CDC8E-1239-D2E9-DF4CA6B1756D,Title,subst 
    1008 1 
     994{1} 
    1009995 
    10109963C7130B3-3206-403D-B09E-59D4A758FBAD,Action 
     
    10151001 
    101610023CFFF099-6122-46DD-9CE4-F5819434AC53,IgnoreErrors 
    1017 Yes 
     1003{Yes} 
    10181004 
    101910053CFFF099-6122-46DD-9CE4-F5819434AC53,ProgramCommandLine 
     
    10211007 
    102210083CFFF099-6122-46DD-9CE4-F5819434AC53,ProgressiveOutputWidget 
    1023 Message 
     1009{Message} 
    10241010 
    102510113CFFF099-6122-46DD-9CE4-F5819434AC53,WorkingDirectory 
    1026 <%Temp%> 
     1012{<%Temp%>} 
    10271013 
    102810143D0D1898-4C65-3E66-F82F56581E87,CheckCondition 
     
    10301016 
    103110173D0D1898-4C65-3E66-F82F56581E87,Operator 
    1032 false 
     1018{false} 
    10331019 
    103410203D0D1898-4C65-3E66-F82F56581E87,String 
    1035 <%SilentMode%> 
     1021{<%SilentMode%>} 
    10361022 
    103710233D33AA8C-0037-204B-39A339FD38BD,BackButton,subst 
    1038 1 
     1024{1} 
    10391025 
    104010263D33AA8C-0037-204B-39A339FD38BD,CancelButton,subst 
    1041 1 
     1027{1} 
    10421028 
    104310293D33AA8C-0037-204B-39A339FD38BD,Caption,subst 
    1044 1 
     1030{1} 
    10451031 
    104610323D33AA8C-0037-204B-39A339FD38BD,Conditions 
     
    10481034 
    104910353D33AA8C-0037-204B-39A339FD38BD,Message,subst 
    1050 1 
     1036{1} 
    10511037 
    105210383D33AA8C-0037-204B-39A339FD38BD,NextButton,subst 
    1053 1 
     1039{1} 
    10541040 
    105510413FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,Active 
    1056 Yes 
     1042{Yes} 
    10571043 
    105810443FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,Alias 
    1059 SetBackupLocations 
     1045{SetBackupLocations} 
    10601046 
    106110473FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,BackButton,subst 
    1062 1 
     1048{1} 
    10631049 
    106410503FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,CancelButton,subst 
    1065 1 
     1051{1} 
    10661052 
    106710533FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,Caption,subst 
    1068 1 
     1054{1} 
    10691055 
    107010563FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,Conditions 
     
    10721058 
    107310593FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,Message,subst 
    1074 1 
     1060{1} 
    10751061 
    107610623FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,NextButton,subst 
    1077 1 
     1063{1} 
    10781064 
    107910653FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,Subtitle,subst 
    1080 1 
     1066{1} 
    10811067 
    108210683FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7,Title,subst 
    1083 1 
     1069{1} 
    10841070 
    108510713FDB57ED-598D-8A4E-CEF7-D90833305558,Conditions 
     
    10871073 
    108810743FDB57ED-598D-8A4E-CEF7-D90833305558,LabelSide 
    1089 left 
     1075{left} 
    10901076 
    109110773FDB57ED-598D-8A4E-CEF7-D90833305558,Text,subst 
    1092 1 
     1078{1} 
    10931079 
    109410803FDB57ED-598D-8A4E-CEF7-D90833305558,Type 
     
    10961082 
    109710833FDB57ED-598D-8A4E-CEF7-D90833305558,VirtualText 
    1098 BackupLocationPath 
     1084{BackupLocationPath} 
    10991085 
    110010863FDB57ED-598D-8A4E-CEF7-D90833305558,Y 
    1101 70 
     1087{70} 
    11021088 
    110310893FE82C17-A3E2-4A57-A563-F80818B00B81,Default 
    1104 Yes 
     1090{Yes} 
    11051091 
    110610923FE82C17-A3E2-4A57-A563-F80818B00B81,Prompt 
    1107 <%InstallStartupText%> 
     1093{<%InstallStartupText%>} 
    11081094 
    1109109541CDE776-2667-5CEB-312A-FC4C33A83E7F,Conditions 
     
    11141100 
    1115110141CDE776-2667-5CEB-312A-FC4C33A83E7F,RenameFiles 
    1116 Yes 
     1102{Yes} 
    11171103 
    1118110441D3E165-C263-5F80-0FEEC0AEE47A,BackButton,subst 
    1119 1 
     1105{1} 
    11201106 
    1121110741D3E165-C263-5F80-0FEEC0AEE47A,CancelButton,subst 
    1122 1 
     1108{1} 
    11231109 
    1124111041D3E165-C263-5F80-0FEEC0AEE47A,Caption,subst 
    1125 1 
     1111{1} 
    11261112 
    1127111341D3E165-C263-5F80-0FEEC0AEE47A,Conditions 
     
    11291115 
    1130111641D3E165-C263-5F80-0FEEC0AEE47A,Message,subst 
    1131 1 
     1117{1} 
    11321118 
    1133111941D3E165-C263-5F80-0FEEC0AEE47A,NextButton,subst 
    1134 1 
     1120{1} 
    11351121 
    1136112241D3E165-C263-5F80-0FEEC0AEE47A,Subtitle,subst 
    1137 1 
     1123{1} 
    11381124 
    1139112541D3E165-C263-5F80-0FEEC0AEE47A,Text,subst 
    1140 1 
     1126{1} 
    11411127 
    1142112841D3E165-C263-5F80-0FEEC0AEE47A,Title,subst 
    1143 1 
     1129{1} 
    11441130 
    11451131481451CC-F49C-D389-8645076F595B,Destination 
    1146 <%InstallDir%> 
     1132{<%InstallDir%>} 
    11471133 
    11481134481451CC-F49C-D389-8645076F595B,FileSize 
    1149 15288767 
     1135{7893504} 
    11501136 
    11511137481451CC-F49C-D389-8645076F595B,Name 
     
    11531139 
    1154114049E59F91-27F7-46D1-A1C1-19865C2392D3,Default 
    1155 Yes 
     1141{Yes} 
    11561142 
    1157114349E59F91-27F7-46D1-A1C1-19865C2392D3,Prompt 
    1158 <%UninstallStartupText%> 
     1144{<%UninstallStartupText%>} 
    11591145 
    1160114649E80443-62DB-1C10-392D-1091AEA5ED88,Conditions 
     
    11651151 
    1166115249E80443-62DB-1C10-392D-1091AEA5ED88,Pane 
    1167 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7 
     1153{3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7} 
    11681154 
    116911554A9C852B-647E-EED5-5482FFBCC2AF,Description,subst 
    1170 1 
     1156{1} 
    11711157 
    117211584A9C852B-647E-EED5-5482FFBCC2AF,DisplayName,subst 
    1173 1 
     1159{1} 
    11741160 
    117511614A9C852B-647E-EED5-5482FFBCC2AF,FileGroups 
    1176 481451CC-F49C-D389-8645076F595B 
     1162{481451CC-F49C-D389-8645076F595B} 
    11771163 
    117811644A9C852B-647E-EED5-5482FFBCC2AF,Name 
     
    11801166 
    118111674A9C852B-647E-EED5-5482FFBCC2AF,RequiredComponent 
    1182 Yes 
     1168{Yes} 
    11831169 
    118411704ACB0B47-42B3-2B3A-BFE9AA4EC707,CheckCondition 
     
    11861172 
    118711734ACB0B47-42B3-2B3A-BFE9AA4EC707,Message,subst 
    1188 1 
     1174{1} 
    11891175 
    119011764ACB0B47-42B3-2B3A-BFE9AA4EC707,Title,subst 
    1191 1 
     1177{1} 
    11921178 
    119311794ACB0B47-42B3-2B3A-BFE9AA4EC707,TrueValue 
    1194 No 
     1180{No} 
    11951181 
    119611824D4A7BF0-7CCE-46E6-BDE5222F82D7,Conditions 
     
    11981184 
    119911854D4A7BF0-7CCE-46E6-BDE5222F82D7,UpdateFilePercentage 
    1200 Yes 
     1186{Yes} 
    12011187 
    120211884D4A7BF0-7CCE-46E6-BDE5222F82D7,UpdateFileText 
    1203 Yes 
     1189{Yes} 
    12041190 
    120511914E643D8A-CA31-018D-57D7053C2CE8,CheckCondition 
     
    12071193 
    120811944E643D8A-CA31-018D-57D7053C2CE8,Filename 
    1209 <%ProgramExecutable%> 
     1195{<%ProgramExecutable%>} 
    12101196 
    121111974EE35849-FAD7-170B-0E45-FA30636467B1,CheckCondition 
     
    12131199 
    121412004EE35849-FAD7-170B-0E45-FA30636467B1,EncryptedPassword 
    1215 <%InstallPasswordEncrypted%> 
     1201{<%InstallPasswordEncrypted%>} 
    12161202 
    121712034EE35849-FAD7-170B-0E45-FA30636467B1,FailureFocus 
     
    12191205 
    122012064EE35849-FAD7-170B-0E45-FA30636467B1,FailureMessage 
    1221 <%PasswordIncorrectText%> 
     1207{<%PasswordIncorrectText%>} 
    12221208 
    122312094EE35849-FAD7-170B-0E45-FA30636467B1,UnencryptedPassword 
    1224 <%InstallPassword%> 
     1210{<%InstallPassword%>} 
    12251211 
    122612124EF787E3-0643-DE46-15E64BAF0816,CheckCondition 
     
    12281214 
    122912154EF787E3-0643-DE46-15E64BAF0816,Platform 
    1230 Windows 
     1216{Windows} 
    12311217 
    1232121852F0A238-57E1-A578-2CE4DA177B32,Conditions 
     
    12371223 
    12381224574198A7-7322-2F5E-02EF185D965C,BackButton,subst 
    1239 1 
     1225{1} 
    12401226 
    12411227574198A7-7322-2F5E-02EF185D965C,CancelButton,subst 
    1242 1 
     1228{1} 
    12431229 
    12441230574198A7-7322-2F5E-02EF185D965C,Caption,subst 
    1245 1 
     1231{1} 
    12461232 
    12471233574198A7-7322-2F5E-02EF185D965C,Conditions 
     
    12491235 
    12501236574198A7-7322-2F5E-02EF185D965C,FileLabel,subst 
    1251 1 
     1237{1} 
    12521238 
    12531239574198A7-7322-2F5E-02EF185D965C,Message,subst 
    1254 1 
     1240{1} 
    12551241 
    12561242574198A7-7322-2F5E-02EF185D965C,NextButton,subst 
    1257 1 
     1243{1} 
    12581244 
    12591245574198A7-7322-2F5E-02EF185D965C,ProgressValue,subst 
    1260 1 
     1246{1} 
    12611247 
    12621248574198A7-7322-2F5E-02EF185D965C,Subtitle,subst 
    1263 1 
     1249{1} 
    12641250 
    12651251574198A7-7322-2F5E-02EF185D965C,Title,subst 
    1266 1 
     1252{1} 
    12671253 
    1268125458E1119F-639E-17C9-5D3898F385AA,BackButton,subst 
    1269 1 
     1255{1} 
    12701256 
    1271125758E1119F-639E-17C9-5D3898F385AA,BrowseButton,subst 
    1272 1 
     1258{1} 
    12731259 
    1274126058E1119F-639E-17C9-5D3898F385AA,BrowseText,subst 
    1275 1 
     1261{1} 
    12761262 
    1277126358E1119F-639E-17C9-5D3898F385AA,CancelButton,subst 
    1278 1 
     1264{1} 
    12791265 
    1280126658E1119F-639E-17C9-5D3898F385AA,Caption,subst 
    1281 1 
     1267{1} 
    12821268 
    1283126958E1119F-639E-17C9-5D3898F385AA,Conditions 
    12841270{1 condition} 
    12851271 
     127258E1119F-639E-17C9-5D3898F385AA,Destination,subst 
     1273{1} 
     1274 
    1286127558E1119F-639E-17C9-5D3898F385AA,DestinationLabel,subst 
    1287 0 
     1276{0} 
    12881277 
    1289127858E1119F-639E-17C9-5D3898F385AA,Message,subst 
    1290 1 
     1279{1} 
    12911280 
    1292128158E1119F-639E-17C9-5D3898F385AA,NextButton,subst 
    1293 1 
     1282{1} 
    12941283 
    1295128458E1119F-639E-17C9-5D3898F385AA,Subtitle,subst 
    1296 1 
     1285{1} 
    12971286 
    1298128758E1119F-639E-17C9-5D3898F385AA,Title,subst 
    1299 1 
     1288{1} 
    13001289 
    13011290592F46AE-8CEE-01F3-0BA7EBDCA4F4,CheckCondition 
     
    13031292 
    13041293592F46AE-8CEE-01F3-0BA7EBDCA4F4,Filename 
    1305 <%ProgramExecutable%> 
     1294{<%ProgramExecutable%>} 
    13061295 
    130712965CA3EA16-E37C-AABE-E576C4636EB0,Action 
     
    13151304 
    131613055EE78EF7-37CA-D440-3DB5-09136CD566B3,String 
    1317 <%AddBackupLocation%> 
     1306{<%AddBackupLocation%>} 
    13181307 
    131913085F2C1F1C-B9F7-1642-59D9-A18318C1D70B,Conditions 
     
    13241313 
    132513145F2C1F1C-B9F7-1642-59D9-A18318C1D70B,LineFeed 
    1326 Windows 
     1315{Windows} 
    13271316 
    132813175F2C1F1C-B9F7-1642-59D9-A18318C1D70B,StringMap 
     
    13371326 
    13381327614C45B2-7515-780C-E444-7F165CF02DD7,Active 
    1339 No 
     1328{No} 
    13401329 
    13411330614C45B2-7515-780C-E444-7F165CF02DD7,Conditions 
     
    13431332 
    13441333614C45B2-7515-780C-E444-7F165CF02DD7,ResultVirtualText 
    1345 BackupLocationShortName 
     1334{BackupLocationShortName} 
    13461335 
    13471336614C45B2-7515-780C-E444-7F165CF02DD7,TclScript 
     
    13491338 
    135013396652193C-5D4B-44B6-ABC6-D6E96D89E5DC,Active 
    1351 No 
     1340{No} 
    13521341 
    135313426652193C-5D4B-44B6-ABC6-D6E96D89E5DC,Comment 
     
    13611350 
    136213516B4CB3C2-4799-4C9F-BA8E-1EE47C4606E1,ExitType 
    1363 Finish 
     1352{Finish} 
    13641353 
    136513546B966959-05D9-DB32-8D9C4AD2A3DF,CheckCondition 
     
    13671356 
    136813576B966959-05D9-DB32-8D9C4AD2A3DF,Platform 
    1369 Windows 
     1358{Windows} 
    13701359 
    137113606C323815-B9AB-FA94-4F5D152EBC51,BackButton,subst 
    1372 1 
     1361{1} 
    13731362 
    137413636C323815-B9AB-FA94-4F5D152EBC51,CancelButton,subst 
    1375 1 
     1364{1} 
    13761365 
    137713666C323815-B9AB-FA94-4F5D152EBC51,Caption,subst 
    1378 1 
     1367{1} 
    13791368 
    138013696C323815-B9AB-FA94-4F5D152EBC51,Conditions 
     
    13821371 
    138313726C323815-B9AB-FA94-4F5D152EBC51,Message,subst 
    1384 1 
     1373{1} 
    13851374 
    138613756C323815-B9AB-FA94-4F5D152EBC51,NextButton,subst 
    1387 1 
     1376{1} 
    13881377 
    138913786D9D1ABC-7146-443F-9EE9-205D5CA6C830,CheckCondition 
     
    14061395 
    140713966F61CDA8-30C9-454F-82A3-9987E1203079,FileName 
    1408 <%ShortAppName%>-program-sync 
     1397{<%ShortAppName%>-program-sync} 
    14091398 
    141013996F61CDA8-30C9-454F-82A3-9987E1203079,ShortcutName 
     
    14121401 
    141314026F61CDA8-30C9-454F-82A3-9987E1203079,TargetFileName 
    1414 <%InstallDir%>/tools/Sync.bat 
     1403{<%InstallDir%>/tools/Sync.bat} 
    14151404 
    141614056F61CDA8-30C9-454F-82A3-9987E1203079,WorkingDirectory 
    1417 <%InstallDir%> 
     1406{<%InstallDir%>} 
    14181407 
    141914086F94698F-0839-3ABF-0CF2DF05A4C8,CheckCondition 
     
    14211410 
    142214116F94698F-0839-3ABF-0CF2DF05A4C8,String 
    1423 <%CreateQuickLaunchShortcut%> 
     1412{<%CreateQuickLaunchShortcut%>} 
    14241413 
    142514146FEE2889-0338-1D49-60BF-1471F465AB26,AppendNewline 
    1426 No 
     1415{No} 
    14271416 
    142814176FEE2889-0338-1D49-60BF-1471F465AB26,Comment 
     
    14361425 
    143714266FEE2889-0338-1D49-60BF-1471F465AB26,Files 
    1438 <%ConfigFileTemplate%> 
     1427{<%ConfigFileTemplate%>} 
    14391428 
    144014296FEE2889-0338-1D49-60BF-1471F465AB26,LineFeed 
    1441 Windows 
     1430{Windows} 
    14421431 
    144314326FEE2889-0338-1D49-60BF-1471F465AB26,TextToWrite,subst 
    1444 1 
     1433{1} 
    14451434 
    14461435738DD098-7E3B-BC89-875CDB93CBE2,CheckCondition 
     
    14481437 
    14491438738DD098-7E3B-BC89-875CDB93CBE2,Platform 
    1450 Windows 
     1439{Windows} 
    14511440 
    1452144173DD4D07-B1DC-BA38-2B12-07EB24A7F0C8,Conditions 
     
    14541443 
    1455144473DD4D07-B1DC-BA38-2B12-07EB24A7F0C8,Destination 
    1456 <%ConfigFileName%> 
     1445{<%ConfigFileName%>} 
    14571446 
    1458144773DD4D07-B1DC-BA38-2B12-07EB24A7F0C8,Source 
    1459 <%ConfigFileTemplate%> 
     1448{<%ConfigFileTemplate%>} 
    14601449 
    1461145073EA65C1-3BE3-B190-55C3E99F6269,Conditions 
     
    14661455 
    14671456748D673B-DFE6-5F74-329903ACE4DB,Filename 
    1468 <%ProgramExecutable%> 
     1457{<%ProgramExecutable%>} 
    14691458 
    14701459793D8178-0F51-7F07-BC5886586D3C,CheckCondition 
     
    14721461 
    14731462793D8178-0F51-7F07-BC5886586D3C,Operator 
    1474 false 
     1463{false} 
    14751464 
    14761465793D8178-0F51-7F07-BC5886586D3C,String 
    1477 <%InstallStopped%> 
     1466{<%InstallStopped%>} 
    14781467 
    14791468795EE61F-6C0D-4A8B-93E02AA3894A,CheckCondition 
     
    14811470 
    14821471795EE61F-6C0D-4A8B-93E02AA3894A,String 
    1483 <%LaunchApplication%> 
     1472{<%LaunchApplication%>} 
    14841473 
    1485147479DAC913-A33D-4ED6-9BAE-B3A2053C0F2C,CheckCondition 
     
    14871476 
    1488147779DAC913-A33D-4ED6-9BAE-B3A2053C0F2C,Operator 
    1489 false 
     1478{false} 
    14901479 
    1491148079DAC913-A33D-4ED6-9BAE-B3A2053C0F2C,String 
    1492 <%LicenseAccepted%> 
     1481{<%LicenseAccepted%>} 
    14931482 
    149414837A983CD8-302C-4942-BE59-525C5B5FA2F2,Conditions 
     
    14991488 
    150014897A983CD8-302C-4942-BE59-525C5B5FA2F2,WorkingDirectory 
    1501 <%InstallDir%> 
     1490{<%InstallDir%>} 
    15021491 
    150314927B770A07-A785-5215-956FA82CF14E,Active 
    1504 No 
     1493{No} 
    15051494 
    150614957B770A07-A785-5215-956FA82CF14E,Conditions 
     
    15081497 
    150914987B770A07-A785-5215-956FA82CF14E,ShortcutDirectory 
    1510 <%QUICK_LAUNCH%> 
     1499{<%QUICK_LAUNCH%>} 
    15111500 
    151215017B770A07-A785-5215-956FA82CF14E,ShortcutName 
    1513 <%BrandName%> 
     1502{<%BrandName%>} 
    15141503 
    151515047B770A07-A785-5215-956FA82CF14E,TargetFileName 
    1516 <%ProgramExecutable%> 
     1505{<%ProgramExecutable%>} 
    15171506 
    151815077B770A07-A785-5215-956FA82CF14E,WorkingDirectory 
    1519 <%InstallDir%> 
     1508{<%InstallDir%>} 
    15201509 
    152115107D8E1902-2BC4-80D8-2C18771E7C22,Conditions 
     
    15261515 
    152715167D8E1902-2BC4-80D8-2C18771E7C22,ProgressiveOutputWidget 
    1528 Message 
     1517{Message} 
    15291518 
    153015197D8E1902-2BC4-80D8-2C18771E7C22,ShowProgressiveOutput 
    1531 Yes 
     1520{Yes} 
    15321521 
    153315227D8E1902-2BC4-80D8-2C18771E7C22,WorkingDirectory 
    1534 <%InstallDir%> 
     1523{<%InstallDir%>} 
    15351524 
    153615257F85263E-CAE2-46BA-AAC0-6B89D20FD2DE,ExitType 
    1537 Finish 
     1526{Finish} 
    15381527 
    153915288202CECC-54A0-9B6C-D24D111BA52E,Components 
    1540 4A9C852B-647E-EED5-5482FFBCC2AF 
     1529{4A9C852B-647E-EED5-5482FFBCC2AF} 
    15411530 
    154215318202CECC-54A0-9B6C-D24D111BA52E,Description,subst 
    1543 1 
     1532{1} 
    15441533 
    154515348202CECC-54A0-9B6C-D24D111BA52E,DisplayName,subst 
    1546 1 
     1535{1} 
    15471536 
    154815378202CECC-54A0-9B6C-D24D111BA52E,Name 
    1549 Typical 
     1538{Typical} 
    15501539 
    155115408419AAAD-5860-F73E-8D11-4D1BDA4D7D37,Checked 
    1552 No 
     1541{No} 
    15531542 
    155415438419AAAD-5860-F73E-8D11-4D1BDA4D7D37,Conditions 
     
    15561545 
    155715468419AAAD-5860-F73E-8D11-4D1BDA4D7D37,Text,subst 
    1558 1 
     1547{1} 
    15591548 
    156015498419AAAD-5860-F73E-8D11-4D1BDA4D7D37,Type 
    1561 checkbutton 
     1550{checkbutton} 
    15621551 
    156315528419AAAD-5860-F73E-8D11-4D1BDA4D7D37,Value 
    1564 Yes 
     1553{Yes} 
    15651554 
    156615558419AAAD-5860-F73E-8D11-4D1BDA4D7D37,VirtualText 
    1567 AddBackupLocation 
     1556{AddBackupLocation} 
    15681557 
    156915588419AAAD-5860-F73E-8D11-4D1BDA4D7D37,Y 
    1570 250 
     1559{250} 
    15711560 
    15721561848844B5-6103-9343-8B731B0BE4E0,Alias 
     
    15801569 
    1581157084DA7F05-9FB7-CC36-9EC98F8A6826,FailureMessage 
    1582 <%DirectoryPermissionText%> 
     1571{<%DirectoryPermissionText%>} 
    15831572 
    1584157384DA7F05-9FB7-CC36-9EC98F8A6826,Filename 
    1585 <%InstallDir%> 
     1574{<%InstallDir%>} 
    15861575 
    1587157684DA7F05-9FB7-CC36-9EC98F8A6826,Permission 
     
    15921581 
    15931582855DE408-060E-3D35-08B5-1D9AB05C2865,Height 
    1594 100 
     1583{100} 
    15951584 
    15961585855DE408-060E-3D35-08B5-1D9AB05C2865,Text,subst 
    1597 1 
     1586{1} 
    15981587 
    15991588855DE408-060E-3D35-08B5-1D9AB05C2865,Type 
    1600 text 
     1589{text} 
    16011590 
    16021591855DE408-060E-3D35-08B5-1D9AB05C2865,VirtualText 
    1603 BackupLocationExclusions 
     1592{BackupLocationExclusions} 
    16041593 
    16051594855DE408-060E-3D35-08B5-1D9AB05C2865,Y 
    1606 130 
     1595{130} 
    16071596 
    1608159787DE6D78-81E1-495B-A214-B3FF3E7E5614,CheckCondition 
     
    16101599 
    1611160087DE6D78-81E1-495B-A214-B3FF3E7E5614,Operator 
    1612 false 
     1601{false} 
    16131602 
    1614160387DE6D78-81E1-495B-A214-B3FF3E7E5614,String 
    1615 <%Answer%> 
     1604{<%Answer%>} 
    16161605 
    1617160688A50FD5-480F-19A5-DA74-C915EB0A9765,Active 
    1618 No 
     1607{No} 
    16191608 
    1620160988A50FD5-480F-19A5-DA74-C915EB0A9765,Conditions 
     
    16251614 
    1626161588A50FD5-480F-19A5-DA74-C915EB0A9765,Pane 
    1627 3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7 
     1616{3FD9BFF3-2F6E-E4FC-2FAE-98F2017916A7} 
    16281617 
    162916188A761DBD-0640-D98C-9B3AD7672A8F,Conditions 
     
    16311620 
    163216218A761DBD-0640-D98C-9B3AD7672A8F,State 
    1633 disabled 
     1622{disabled} 
    16341623 
    163516248A761DBD-0640-D98C-9B3AD7672A8F,Widget 
     
    16401629 
    164116308C866252-8760-9B08-FE569C25B60D,Filename 
    1642 <%ProgramExecutable%> 
     1631{<%ProgramExecutable%>} 
    16431632 
    164416338E095096-F018-A880-429D-A2177A9B70EA,Active 
    1645 No 
     1634{No} 
    16461635 
    164716368E095096-F018-A880-429D-A2177A9B70EA,Conditions 
     
    16491638 
    165016398E095096-F018-A880-429D-A2177A9B70EA,Text,subst 
    1651 1 
     1640{1} 
    16521641 
    165316428E095096-F018-A880-429D-A2177A9B70EA,X 
    1654 50 
     1643{50} 
    16551644 
    165616458E095096-F018-A880-429D-A2177A9B70EA,Y 
    1657 150 
     1646{150} 
    16581647 
    165916488E1A5944-5AF5-5906-16D395E386D8,Conditions 
    16601649{0 conditions} 
    16611650 
    1662 9013E862-8E81-5290-64F9-D8BCD13EC7E5,Active 
    1663 Yes 
    1664  
    166516519013E862-8E81-5290-64F9-D8BCD13EC7E5,BackButton,subst 
    1666 1 
     1652{1} 
    16671653 
    166816549013E862-8E81-5290-64F9-D8BCD13EC7E5,CancelButton,subst 
    1669 1 
     1655{1} 
    16701656 
    167116579013E862-8E81-5290-64F9-D8BCD13EC7E5,Caption,subst 
    1672 1 
     1658{1} 
    16731659 
    167416609013E862-8E81-5290-64F9-D8BCD13EC7E5,CompanyLabel,subst 
    1675 1 
     1661{1} 
    16761662 
    167716639013E862-8E81-5290-64F9-D8BCD13EC7E5,Conditions 
     
    16791665 
    168016669013E862-8E81-5290-64F9-D8BCD13EC7E5,Message,subst 
    1681 1 
     1667{1} 
    16821668 
    168316699013E862-8E81-5290-64F9-D8BCD13EC7E5,NextButton,subst 
    1684 1 
     1670{1} 
    16851671 
    168616729013E862-8E81-5290-64F9-D8BCD13EC7E5,Subtitle,subst 
    1687 1 
     1673{1} 
    16881674 
    168916759013E862-8E81-5290-64F9-D8BCD13EC7E5,Title,subst 
    1690 1 
     1676{1} 
    16911677 
    169216789013E862-8E81-5290-64F9-D8BCD13EC7E5,UserNameLabel,subst 
    1693 1 
     1679{1} 
    16941680 
    16951681905DA2E9-988C-2F27-BB1F5F274AC9,Alias 
     
    17001686 
    17011687908CE221-5A3D-0A78-24A1-E7C91EBE38D4,BackButton,subst 
    1702 1 
     1688{1} 
    17031689 
    17041690908CE221-5A3D-0A78-24A1-E7C91EBE38D4,CancelButton,subst 
    1705 1 
     1691{1} 
    17061692 
    17071693908CE221-5A3D-0A78-24A1-E7C91EBE38D4,Caption,subst 
    1708 1 
     1694{1} 
    17091695 
    17101696908CE221-5A3D-0A78-24A1-E7C91EBE38D4,Conditions 
     
    17121698 
    17131699908CE221-5A3D-0A78-24A1-E7C91EBE38D4,Message,subst 
    1714 1 
     1700{1} 
    17151701 
    17161702908CE221-5A3D-0A78-24A1-E7C91EBE38D4,NextButton,subst 
    1717 1 
     1703{1} 
    17181704 
    17191705908CE221-5A3D-0A78-24A1-E7C91EBE38D4,Subtitle,subst 
    1720 1 
     1706{1} 
    17211707 
    17221708908CE221-5A3D-0A78-24A1-E7C91EBE38D4,Title,subst 
    1723 1 
     1709{1} 
    17241710 
    17251711937C3FDD-FB28-98BD-3DAB276E59ED,Background 
    1726 white 
     1712{white} 
    17271713 
    17281714937C3FDD-FB28-98BD-3DAB276E59ED,Conditions 
     
    17301716 
    17311717937C3FDD-FB28-98BD-3DAB276E59ED,Text,subst 
    1732 1 
     1718{1} 
    17331719 
    17341720937C3FDD-FB28-98BD-3DAB276E59ED,Type 
    1735 checkbutton 
     1721{checkbutton} 
    17361722 
    17371723937C3FDD-FB28-98BD-3DAB276E59ED,VirtualText 
    1738 CreateQuickLaunchShortcut 
     1724{CreateQuickLaunchShortcut} 
    17391725 
    17401726937C3FDD-FB28-98BD-3DAB276E59ED,X 
    1741 185 
     1727{185} 
    17421728 
    17431729937C3FDD-FB28-98BD-3DAB276E59ED,Y 
    1744 200 
     1730{200} 
    17451731 
    1746173293AA298C-B64E-5683-14D2-7B86F7DEFD2C,Active 
    1747 No 
     1733{No} 
    17481734 
    1749173593AA298C-B64E-5683-14D2-7B86F7DEFD2C,Comment 
     
    17541740 
    1755174193AA298C-B64E-5683-14D2-7B86F7DEFD2C,ResultVirtualText 
    1756 BackupLocationName 
     1742{BackupLocationName} 
    17571743 
    1758174493AA298C-B64E-5683-14D2-7B86F7DEFD2C,TclScript 
     
    17631749 
    1764175096A68CAC-9ED7-806C-086B104720FD,String 
    1765 <%ErrorsOccurred%> 
     1751{<%ErrorsOccurred%>} 
    17661752 
    1767175397ACF525-C075-8635-E019202A83D8,Comment 
     
    17691755 
    177017569892B25C-689B-5B8F-F0C9-B14FF6ACC40C,Active 
    1771 No 
     1757{No} 
    17721758 
    177317599892B25C-689B-5B8F-F0C9-B14FF6ACC40C,Conditions 
     
    17751761 
    177617629892B25C-689B-5B8F-F0C9-B14FF6ACC40C,ResultVirtualText 
    1777 AddBackupLocation 
     1763{AddBackupLocation} 
    17781764 
    177917659892B25C-689B-5B8F-F0C9-B14FF6ACC40C,TclScript 
     
    17811767 
    178217689A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,Active 
    1783 Yes 
     1769{Yes} 
    17841770 
    178517719A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,BackButton,subst 
    1786 1 
     1772{1} 
    17871773 
    178817749A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,CancelButton,subst 
    1789 1 
     1775{1} 
    17901776 
    179117779A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,Caption,subst 
    1792 1 
     1778{1} 
    17931779 
    179417809A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,Conditions 
     
    17961782 
    179717839A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,Message,subst 
    1798 1 
     1784{1} 
    17991785 
    180017869A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,NextButton,subst 
    1801 1 
     1787{1} 
    18021788 
    180317899A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,Subtitle,subst 
    1804 1 
     1790{1} 
    18051791 
    180617929A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,Title,subst 
    1807 1 
     1793{1} 
    18081794 
    180917959A663209-495B-ED16-09BE-457B61148022,Conditions 
     
    18111797 
    181217989A663209-495B-ED16-09BE-457B61148022,FileName 
    1813 <%ShortAppName%>-program-QueryCurrent 
     1799{<%ShortAppName%>-program-QueryCurrent} 
    18141800 
    181518019A663209-495B-ED16-09BE-457B61148022,ShortcutName 
     
    18171803 
    181818049A663209-495B-ED16-09BE-457B61148022,TargetFileName 
    1819 <%InstallDir%>/tools/QueryOutputCurrent.bat 
     1805{<%InstallDir%>/tools/QueryOutputCurrent.bat} 
    18201806 
    182118079A663209-495B-ED16-09BE-457B61148022,WorkingDirectory 
    1822 <%InstallDir%> 
     1808{<%InstallDir%>} 
    18231809 
    182418109D101299-B80C-441B-8685-6E3AC61808E8,Alias 
     
    18321818 
    183318199D101299-B80C-441B-8685-6E3AC61808E8,FileName 
    1834 <%ShortAppName%>-program-RemoteControl 
     1820{<%ShortAppName%>-program-RemoteControl} 
    18351821 
    183618229D101299-B80C-441B-8685-6E3AC61808E8,ShortcutName 
    1837 RemoteControl 
     1823{RemoteControl} 
    18381824 
    183918259D101299-B80C-441B-8685-6E3AC61808E8,TargetFileName 
    1840 <%InstallDir%>/tools/RemoteControl.exe 
     1826{<%InstallDir%>/tools/RemoteControl.exe} 
    18411827 
    184218289D101299-B80C-441B-8685-6E3AC61808E8,WorkingDirectory 
    1843 <%InstallDir%> 
     1829{<%InstallDir%>} 
    18441830 
    18451831A1DD1DC2-85D7-9BC6-998AC3D4A3A9,Alias 
     
    18531839 
    18541840A5B32DA1-B2FE-C1FA-6057-FBC3059EF076,ResultVirtualText 
    1855 AddBackupLocation 
     1841{AddBackupLocation} 
    18561842 
    18571843A5B32DA1-B2FE-C1FA-6057-FBC3059EF076,TclScript 
     
    18621848 
    18631849A6E1B027-A1B4-5848-4F868D028D00,String 
    1864 <%ViewReadme%> 
     1850{<%ViewReadme%>} 
    18651851 
    18661852ADA6EB2F-8820-4366-BBEF-ED1335B7F828,Conditions 
     
    18681854 
    18691855AE3BD5B4-35DE-4240-B79914D43E56,Active 
    1870 No 
     1856{No} 
    18711857 
    18721858AE3BD5B4-35DE-4240-B79914D43E56,BackButton,subst 
    1873 1 
     1859{1} 
    18741860 
    18751861AE3BD5B4-35DE-4240-B79914D43E56,CancelButton,subst 
    1876 1 
     1862{1} 
    18771863 
    18781864AE3BD5B4-35DE-4240-B79914D43E56,Caption,subst 
    1879 1 
     1865{1} 
    18801866 
    18811867AE3BD5B4-35DE-4240-B79914D43E56,Conditions 
     
    18831869 
    18841870AE3BD5B4-35DE-4240-B79914D43E56,Message,subst 
    1885 1 
     1871{1} 
    18861872 
    18871873AE3BD5B4-35DE-4240-B79914D43E56,NextButton,subst 
    1888 1 
     1874{1} 
    18891875 
    18901876AIX-ppc,Active 
    1891 No 
     1877{No} 
     1878 
     1879AIX-ppc,BuildSeparateArchives 
     1880{No} 
    18921881 
    18931882AIX-ppc,DefaultDirectoryPermission 
    1894 0755 
     1883{0755} 
    18951884 
    18961885AIX-ppc,DefaultFilePermission 
    1897 0755 
     1886{0755} 
    18981887 
    18991888AIX-ppc,Executable 
    1900 <%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> 
     1889{<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 
    19011890 
    19021891AIX-ppc,FallBackToConsole 
    1903 Yes 
     1892{Yes} 
    19041893 
    19051894AIX-ppc,InstallDir 
    1906 <%Home%>/<%ShortAppName%> 
     1895{<%Home%>/<%ShortAppName%>} 
    19071896 
    19081897AIX-ppc,InstallMode 
    1909 Standard 
     1898{Standard} 
    19101899 
    19111900AIX-ppc,InstallType 
    1912 Typical 
     1901{Typical} 
    19131902 
    19141903AIX-ppc,ProgramExecutable 
     
    19161905 
    19171906AIX-ppc,ProgramFolderAllUsers 
    1918 No 
     1907{No} 
    19191908 
    19201909AIX-ppc,ProgramFolderName 
    1921 <%AppName%> 
     1910{<%AppName%>} 
    19221911 
    19231912AIX-ppc,ProgramLicense 
    1924 <%InstallDir%>/LICENSE.txt 
     1913{<%InstallDir%>/LICENSE.txt} 
    19251914 
    19261915AIX-ppc,ProgramName 
     
    19281917 
    19291918AIX-ppc,ProgramReadme 
    1930 <%InstallDir%>/README.txt 
     1919{<%InstallDir%>/README.txt} 
    19311920 
    19321921AIX-ppc,PromptForRoot 
    1933 Yes 
     1922{Yes} 
    19341923 
    19351924AIX-ppc,RequireRoot 
    1936 No 
     1925{No} 
    19371926 
    19381927AIX-ppc,RootInstallDir 
    1939 /usr/local/<%ShortAppName%> 
     1928{/usr/local/<%ShortAppName%>} 
    19401929 
    19411930B002A311-F8E7-41DE-B039-521391924E5B,Message,subst 
    1942 1 
     1931{1} 
    19431932 
    19441933B01CBBB2-6A78-CA53-9ED9-C3C4CFC9239E,Alias 
     
    19521941 
    19531942B01CBBB2-6A78-CA53-9ED9-C3C4CFC9239E,FileName 
    1954 <%ShortAppName%>-program-stopservice 
     1943{<%ShortAppName%>-program-stopservice} 
    19551944 
    19561945B01CBBB2-6A78-CA53-9ED9-C3C4CFC9239E,ShortcutName 
     
    19581947 
    19591948B01CBBB2-6A78-CA53-9ED9-C3C4CFC9239E,TargetFileName 
    1960 <%InstallDir%>/tools/StopService.bat 
     1949{<%InstallDir%>/tools/StopService.bat} 
    19611950 
    19621951B01CBBB2-6A78-CA53-9ED9-C3C4CFC9239E,WorkingDirectory 
    1963 <%InstallDir%> 
     1952{<%InstallDir%>} 
    19641953 
    19651954B0AA6839-AAB6-A602-C0E4ECA2E4FF,CheckCondition 
     
    19671956 
    19681957B0AA6839-AAB6-A602-C0E4ECA2E4FF,Filename 
    1969 <%ProgramExecutable%> 
     1958{<%ProgramExecutable%>} 
    19701959 
    19711960B39C0455-D1B6-7DDC-E2717F83463E,CheckCondition 
     
    19731962 
    19741963B39C0455-D1B6-7DDC-E2717F83463E,Operator 
    1975 false 
     1964{false} 
    19761965 
    19771966B39C0455-D1B6-7DDC-E2717F83463E,String 
    1978 <%InstallStopped%> 
     1967{<%InstallStopped%>} 
    19791968 
    19801969B3B99E2D-C368-A921-B7BC-A71EBDE3AD4D,Conditions 
     
    19851974 
    19861975B3B99E2D-C368-A921-B7BC-A71EBDE3AD4D,Password 
    1987 <%InstallPassword%> 
     1976{<%InstallPassword%>} 
    19881977 
    19891978B4D31D1E-ADB1-DE8F-18EB7294DDA8,Conditions 
     
    19941983 
    19951984B4D31D1E-ADB1-DE8F-18EB7294DDA8,WorkingDirectory 
    1996 <%InstallDir%> 
     1985{<%InstallDir%>} 
    19971986 
    19981987B4ED4636-22D8-41DC-9E3D-BD1E1CAD2174,Message,subst 
    1999 1 
     1988{1} 
    20001989 
    20011990B506E7DA-E7C4-4D42-8C03-FD27BA16D078,AcceptRadiobutton,subst 
    2002 0 
     1991{0} 
    20031992 
    20041993B506E7DA-E7C4-4D42-8C03-FD27BA16D078,Active 
    2005 Yes 
     1994{Yes} 
    20061995 
    20071996B506E7DA-E7C4-4D42-8C03-FD27BA16D078,BackButton,subst 
    2008 1 
     1997{1} 
    20091998 
    20101999B506E7DA-E7C4-4D42-8C03-FD27BA16D078,CancelButton,subst 
    2011 1 
     2000{1} 
    20122001 
    20132002B506E7DA-E7C4-4D42-8C03-FD27BA16D078,Caption,subst 
    2014 1 
     2003{1} 
    20152004 
    20162005B506E7DA-E7C4-4D42-8C03-FD27BA16D078,Conditions 
     
    20182007 
    20192008B506E7DA-E7C4-4D42-8C03-FD27BA16D078,DeclineRadiobutton,subst 
    2020 0 
     2009{0} 
    20212010 
    20222011B506E7DA-E7C4-4D42-8C03-FD27BA16D078,Message,subst 
    2023 1 
     2012{1} 
    20242013 
    20252014B506E7DA-E7C4-4D42-8C03-FD27BA16D078,NextButton,subst 
    2026 1 
     2015{1} 
    20272016 
    20282017B506E7DA-E7C4-4D42-8C03-FD27BA16D078,Subtitle,subst 
    2029 1 
     2018{1} 
    20302019 
    20312020B506E7DA-E7C4-4D42-8C03-FD27BA16D078,Text,subst 
    2032 1 
     2021{1} 
    20332022 
    20342023B506E7DA-E7C4-4D42-8C03-FD27BA16D078,Title,subst 
    2035 1 
     2024{1} 
    20362025 
    20372026B5DFEC63-92A9-4686-909E-0CE78A7069D6,Alias 
     
    20452034 
    20462035B5DFEC63-92A9-4686-909E-0CE78A7069D6,FileName 
    2047 <%ShortAppName%>-program-restartservice 
     2036{<%ShortAppName%>-program-restartservice} 
    20482037 
    20492038B5DFEC63-92A9-4686-909E-0CE78A7069D6,ShortcutName 
     
    20542043 
    20552044B5DFEC63-92A9-4686-909E-0CE78A7069D6,WorkingDirectory 
    2056 <%InstallDir%> 
     2045{<%InstallDir%>} 
    20572046 
    20582047B927A5AF-4DFE-82A3-DCA8-35FA4D91EC5A,Conditions 
     
    20602049 
    20612050B927A5AF-4DFE-82A3-DCA8-35FA4D91EC5A,LabelSide 
    2062 left 
     2051{left} 
    20632052 
    20642053B927A5AF-4DFE-82A3-DCA8-35FA4D91EC5A,Text,subst 
    2065 1 
     2054{1} 
    20662055 
    20672056B927A5AF-4DFE-82A3-DCA8-35FA4D91EC5A,Type 
    2068 entry 
     2057{entry} 
    20692058 
    20702059B927A5AF-4DFE-82A3-DCA8-35FA4D91EC5A,VirtualText 
    2071 BackupLocationShortName 
     2060{BackupLocationShortName} 
    20722061 
    20732062B927A5AF-4DFE-82A3-DCA8-35FA4D91EC5A,Y 
    2074 100 
     2063{100} 
    20752064 
    20762065B93D2216-1DDB-484C-A9AC-D6C18ED7DE23,Conditions 
     
    20782067 
    20792068B93D2216-1DDB-484C-A9AC-D6C18ED7DE23,State 
    2080 disabled 
     2069{disabled} 
    20812070 
    20822071B93D2216-1DDB-484C-A9AC-D6C18ED7DE23,Widget 
    2083 NextButton 
     2072{NextButton} 
    20842073 
    20852074BC4EA5FD-50BD-4D6E-953F-5E3EDB957360,CheckCondition 
     
    20872076 
    20882077BC4EA5FD-50BD-4D6E-953F-5E3EDB957360,FailureMessage 
    2089 <%DirectoryPermissionText%> 
     2078{<%DirectoryPermissionText%>} 
    20902079 
    20912080BC4EA5FD-50BD-4D6E-953F-5E3EDB957360,Filename 
    2092 <%InstallDir%> 
     2081{<%InstallDir%>} 
    20932082 
    20942083BC4EA5FD-50BD-4D6E-953F-5E3EDB957360,Permission 
     
    21052094 
    21062095C0452595-F3EB-43AD-BCA2-661437584636,FileName 
    2107 <%ShortAppName%>-program-editconfig 
     2096{<%ShortAppName%>-program-editconfig} 
    21082097 
    21092098C0452595-F3EB-43AD-BCA2-661437584636,ShortcutName 
     
    21112100 
    21122101C0452595-F3EB-43AD-BCA2-661437584636,TargetFileName 
    2113 <%InstallDir%>/tools/EditConfig.bat 
     2102{<%InstallDir%>/tools/EditConfig.bat} 
    21142103 
    21152104C0452595-F3EB-43AD-BCA2-661437584636,WorkingDirectory 
    2116 <%InstallDir%> 
     2105{<%InstallDir%>} 
    21172106 
    21182107C0AF7C05-A31A-8376-BCB9-BA8B3A666252,Conditions 
     
    21202109 
    21212110C0AF7C05-A31A-8376-BCB9-BA8B3A666252,FileName 
    2122 <%ShortAppName%>-program-QueryAll 
     2111{<%ShortAppName%>-program-QueryAll} 
    21232112 
    21242113C0AF7C05-A31A-8376-BCB9-BA8B3A666252,ShortcutName 
     
    21262115 
    21272116C0AF7C05-A31A-8376-BCB9-BA8B3A666252,TargetFileName 
    2128 <%InstallDir%>/tools/QueryOutputAll.bat 
     2117{<%InstallDir%>/tools/QueryOutputAll.bat} 
    21292118 
    21302119C0AF7C05-A31A-8376-BCB9-BA8B3A666252,WorkingDirectory 
    2131 <%InstallDir%> 
     2120{<%InstallDir%>} 
    21322121 
    21332122C105AAAE-7C16-2C9E-769FE4535B60,Active 
    2134 No 
     2123{No} 
    21352124 
    21362125C105AAAE-7C16-2C9E-769FE4535B60,Caption,subst 
    2137 1 
     2126{1} 
    21382127 
    21392128C105AAAE-7C16-2C9E-769FE4535B60,CloseButton,subst 
    2140 1 
     2129{1} 
    21412130 
    21422131C105AAAE-7C16-2C9E-769FE4535B60,Conditions 
     
    21442133 
    21452134C105AAAE-7C16-2C9E-769FE4535B60,Message,subst 
    2146 1 
     2135{1} 
    21472136 
    21482137C105AAAE-7C16-2C9E-769FE4535B60,TextFile 
    2149 <%ProgramReadme%> 
     2138{<%ProgramReadme%>} 
    21502139 
    21512140C105AAAE-7C16-2C9E-769FE4535B60,Title,subst 
    2152 1 
     2141{1} 
    21532142 
    21542143C33D74B2-26FA-16F5-433A10C6A747,Active 
    2155 No 
     2144{No} 
    21562145 
    21572146C33D74B2-26FA-16F5-433A10C6A747,Conditions 
     
    21592148 
    21602149C33D74B2-26FA-16F5-433A10C6A747,ProgramCommandLine 
    2161 <%ProgramExecutable%> 
     2150{<%ProgramExecutable%>} 
    21622151 
    21632152C33D74B2-26FA-16F5-433A10C6A747,WaitForProgram 
    2164 No 
     2153{No} 
    21652154 
    21662155C33D74B2-26FA-16F5-433A10C6A747,WorkingDirectory 
    2167 <%InstallDir%> 
     2156{<%InstallDir%>} 
    21682157 
    21692158C7762473-273F-E3CA-17E3-65789B14CDB0,Conditions 
     
    21772166 
    21782167C7762473-273F-E3CA-17E3-65789B14CDB0,Files 
    2179 <%ConfigFileTemplate%> 
     2168{<%ConfigFileTemplate%>} 
    21802169 
    21812170C7762473-273F-E3CA-17E3-65789B14CDB0,TextToWrite,subst 
    2182 1 
     2171{1} 
    21832172 
    21842173CC4337CC-F3B5-757C-DFCF5D1D365A,CheckCondition 
     
    21862175 
    21872176CC4337CC-F3B5-757C-DFCF5D1D365A,Operator 
    2188 false 
     2177{false} 
    21892178 
    21902179CC4337CC-F3B5-757C-DFCF5D1D365A,String 
    2191 <%SilentMode%> 
     2180{<%SilentMode%>} 
    21922181 
    21932182CDD84DE3-C970-458F-9162-1A3CE0AA716B,Alias 
     
    22012190 
    22022191CDD84DE3-C970-458F-9162-1A3CE0AA716B,FileName 
    2203 <%ShortAppName%>-program-startservice 
     2192{<%ShortAppName%>-program-startservice} 
    22042193 
    22052194CDD84DE3-C970-458F-9162-1A3CE0AA716B,ShortcutName 
     
    22102199 
    22112200CDD84DE3-C970-458F-9162-1A3CE0AA716B,WorkingDirectory 
    2212 <%InstallDir%> 
     2201{<%InstallDir%>} 
    22132202 
    22142203CFFA27AF-A641-E41C-B4A0E3BB3CBB,Background 
    2215 white 
     2204{white} 
    22162205 
    22172206CFFA27AF-A641-E41C-B4A0E3BB3CBB,Conditions 
     
    22192208 
    22202209CFFA27AF-A641-E41C-B4A0E3BB3CBB,Text,subst 
    2221 1 
     2210{1} 
    22222211 
    22232212CFFA27AF-A641-E41C-B4A0E3BB3CBB,Type 
    2224 checkbutton 
     2213{checkbutton} 
    22252214 
    22262215CFFA27AF-A641-E41C-B4A0E3BB3CBB,VirtualText 
    2227 LaunchApplication 
     2216{LaunchApplication} 
    22282217 
    22292218CFFA27AF-A641-E41C-B4A0E3BB3CBB,X 
    2230 185 
     2219{185} 
    22312220 
    22322221CFFA27AF-A641-E41C-B4A0E3BB3CBB,Y 
    2233 160 
     2222{160} 
    22342223 
    22352224D23DD94C-E517-7F34-FD59-802CB18AB887,Comment 
     
    22432232 
    22442233D23DD94C-E517-7F34-FD59-802CB18AB887,LineFeed 
    2245 Windows 
     2234{Windows} 
    22462235 
    22472236D3D73C76-D9D3-07DA-63D4163A44BE,Conditions 
     
    22492238 
    22502239D3D73C76-D9D3-07DA-63D4163A44BE,ExitType 
    2251 Finish 
     2240{Finish} 
    22522241 
    22532242D4FC6EB5-DDEE-4E4A-B8E1-D4B588A7928B,Action 
     
    22642253 
    22652254D7FBBEBB-2186-5674-BA87-BB7151859D4E,ResultVirtualText 
    2266 BackupLocationNumber 
     2255{BackupLocationNumber} 
    22672256 
    22682257D7FBBEBB-2186-5674-BA87-BB7151859D4E,TclScript 
     
    22762265 
    22772266D8B8A9BF-5F2E-4236-A63E-5A8C5FFA8968,FileName 
    2278 <%ShortAppName%>-program-reloadconfig 
     2267{<%ShortAppName%>-program-reloadconfig} 
    22792268 
    22802269D8B8A9BF-5F2E-4236-A63E-5A8C5FFA8968,ShortcutName 
     
    22822271 
    22832272D8B8A9BF-5F2E-4236-A63E-5A8C5FFA8968,TargetFileName 
    2284 <%InstallDir%>/tools/ReloadConfig.bat 
     2273{<%InstallDir%>/tools/ReloadConfig.bat} 
    22852274 
    22862275D8B8A9BF-5F2E-4236-A63E-5A8C5FFA8968,WorkingDirectory 
    2287 <%InstallDir%> 
     2276{<%InstallDir%>} 
    22882277 
    22892278D8F0AA0F-AD79-C566-15CC508F503B,Action 
     
    22972286 
    22982287D9F88AC1-3D2D-F6DB-871E-3A0E016770B1,Destination 
    2299 <%ConfigFileTemplate%> 
     2288{<%ConfigFileTemplate%>} 
    23002289 
    23012290D9F88AC1-3D2D-F6DB-871E-3A0E016770B1,Source 
    2302 <%InstallDir%>/templates/original.conf 
     2291{<%InstallDir%>/templates/original.conf} 
    23032292 
    23042293DA33B826-E633-A845-4646-76DFA78B907B,Active 
    2305 Yes 
     2294{Yes} 
    23062295 
    23072296DA33B826-E633-A845-4646-76DFA78B907B,BackButton,subst 
    2308 1 
     2297{1} 
    23092298 
    23102299DA33B826-E633-A845-4646-76DFA78B907B,CancelButton,subst 
    2311 1 
     2300{1} 
    23122301 
    23132302DA33B826-E633-A845-4646-76DFA78B907B,Caption,subst 
    2314 1 
     2303{1} 
    23152304 
    23162305DA33B826-E633-A845-4646-76DFA78B907B,Conditions 
     
    23182307 
    23192308DA33B826-E633-A845-4646-76DFA78B907B,Message,subst 
    2320 1 
     2309{1} 
    23212310 
    23222311DA33B826-E633-A845-4646-76DFA78B907B,NextButton,subst 
    2323 1 
     2312{1} 
    23242313 
    23252314DA33B826-E633-A845-4646-76DFA78B907B,Subtitle,subst 
    2326 1 
     2315{1} 
    23272316 
    23282317DA33B826-E633-A845-4646-76DFA78B907B,Title,subst 
    2329 1 
     2318{1} 
    23302319 
    23312320DDBBD8A9-13D7-9509-9202-419E989F60A9,Active 
    2332 No 
     2321{No} 
    23332322 
    23342323DDBBD8A9-13D7-9509-9202-419E989F60A9,Checked 
    2335 No 
     2324{No} 
    23362325 
    23372326DDBBD8A9-13D7-9509-9202-419E989F60A9,Conditions 
     
    23392328 
    23402329DDBBD8A9-13D7-9509-9202-419E989F60A9,Text,subst 
    2341 1 
     2330{1} 
    23422331 
    23432332DDBBD8A9-13D7-9509-9202-419E989F60A9,Type 
    2344 checkbutton 
     2333{checkbutton} 
    23452334 
    23462335DDBBD8A9-13D7-9509-9202-419E989F60A9,VirtualText 
    2347 AddBackupLocation 
     2336{AddBackupLocation} 
    23482337 
    23492338DDBBD8A9-13D7-9509-9202-419E989F60A9,X 
    2350 50 
     2339{50} 
    23512340 
    23522341DDBBD8A9-13D7-9509-9202-419E989F60A9,Y 
    2353 200 
     2342{200} 
    23542343 
    23552344DE800F1C-CB1A-E1CE-AEB8-B0A6DB4818E7,Alias 
     
    23632352 
    23642353DE800F1C-CB1A-E1CE-AEB8-B0A6DB4818E7,FileName 
    2365 <%ShortAppName%>-program-installService 
     2354{<%ShortAppName%>-program-installService} 
    23662355 
    23672356DE800F1C-CB1A-E1CE-AEB8-B0A6DB4818E7,ShortcutName 
     
    23692358 
    23702359DE800F1C-CB1A-E1CE-AEB8-B0A6DB4818E7,TargetFileName 
    2371 <%InstallDir%>/tools/InstallService.bat 
     2360{<%InstallDir%>/tools/InstallService.bat} 
    23722361 
    23732362DE800F1C-CB1A-E1CE-AEB8-B0A6DB4818E7,WorkingDirectory 
    2374 <%InstallDir%> 
     2363{<%InstallDir%>} 
    23752364 
    23762365DECC120D-6904-7F17-45A49184A5A3,Active 
    2377 No 
     2366{No} 
    23782367 
    23792368DECC120D-6904-7F17-45A49184A5A3,Conditions 
     
    23812370 
    23822371DECC120D-6904-7F17-45A49184A5A3,ShortcutName 
    2383 <%AppName%> 
     2372{<%AppName%>} 
    23842373 
    23852374DECC120D-6904-7F17-45A49184A5A3,TargetFileName 
    2386 <%ProgramExecutable%> 
     2375{<%ProgramExecutable%>} 
    23872376 
    23882377DECC120D-6904-7F17-45A49184A5A3,WorkingDirectory 
    2389 <%InstallDir%> 
     2378{<%InstallDir%>} 
    23902379 
    23912380DFFF91A9-2CA5-6ABE-8474D814AF88,CheckCondition 
     
    23932382 
    23942383DFFF91A9-2CA5-6ABE-8474D814AF88,Operator 
    2395 false 
     2384{false} 
    23962385 
    23972386DFFF91A9-2CA5-6ABE-8474D814AF88,String 
    2398 <%SilentMode%> 
     2387{<%SilentMode%>} 
    23992388 
    24002389E02368C5-95B5-03A7-3282740037B0,CheckCondition 
     
    24022391 
    24032392E02368C5-95B5-03A7-3282740037B0,Operator 
    2404 false 
     2393{false} 
    24052394 
    24062395E02368C5-95B5-03A7-3282740037B0,String 
    2407 <%InstallStopped%> 
     2396{<%InstallStopped%>} 
    24082397 
    24092398E161F216-E597-B340-C1A71C476E2C,CheckCondition 
     
    24112400 
    24122401E161F216-E597-B340-C1A71C476E2C,Message,subst 
    2413 1 
     2402{1} 
    24142403 
    24152404E161F216-E597-B340-C1A71C476E2C,Title,subst 
    2416 1 
     2405{1} 
    24172406 
    24182407E23AC50D-7CFB-800E-A99C6F4068F8,Alias 
     
    24262415 
    24272416E44CFF46-6302-C518-B9C30D2E43F7,String 
    2428 <%CreateDesktopShortcut%> 
     2417{<%CreateDesktopShortcut%>} 
    24292418 
    24302419E4DEA723-FC78-45D7-BAB1-A3E4C4C96EA1,Conditions 
     
    24442433 
    24452434EB2B31A1-C111-3582-0C8A5656692A,String 
    2446 <%ErrorsOccurred%> 
     2435{<%ErrorsOccurred%>} 
    24472436 
    24482437EB532611-5F30-3C24-66EB-F3826D9054FD,CheckCondition 
     
    24502439 
    24512440EB532611-5F30-3C24-66EB-F3826D9054FD,String 
    2452 <%AddBackupLocation%> 
     2441{<%AddBackupLocation%>} 
    24532442 
    24542443F4024A3E-9A6D-2726-5E0CFFA93054,Alias 
     
    24592448 
    24602449F5F21749-8B3A-49C6-9138-9C4D6D703D26,Active 
    2461 No 
     2450{No} 
    24622451 
    24632452F5F21749-8B3A-49C6-9138-9C4D6D703D26,Conditions 
     
    24682457 
    24692458F5F21749-8B3A-49C6-9138-9C4D6D703D26,ProgressiveOutputWidget 
    2470 Message 
     2459{Message} 
    24712460 
    24722461F5F21749-8B3A-49C6-9138-9C4D6D703D26,ShowProgressiveOutput 
    2473 Yes 
     2462{Yes} 
    24742463 
    24752464F5F21749-8B3A-49C6-9138-9C4D6D703D26,WorkingDirectory 
    2476 <%InstallDir%> 
     2465{<%InstallDir%>} 
    24772466 
    24782467F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,Active 
    2479 Yes 
     2468{Yes} 
    24802469 
    24812470F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,BackButton,subst 
    2482 1 
     2471{1} 
    24832472 
    24842473F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,CancelButton,subst 
    2485 1 
     2474{1} 
    24862475 
    24872476F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,Caption,subst 
    2488 1 
     2477{1} 
    24892478 
    24902479F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,CompanyLabel,subst 
    2491 0 
     2480{0} 
    24922481 
    24932482F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,Conditions 
     
    24952484 
    24962485F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,Message,subst 
    2497 1 
     2486{1} 
    24982487 
    24992488F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,NextButton,subst 
    2500 1 
     2489{1} 
    25012490 
    25022491F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,Subtitle,subst 
    2503 1 
     2492{1} 
    25042493 
    25052494F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,Title,subst 
    2506 1 
     2495{1} 
    25072496 
    25082497F8FD4BD6-F1DF-3F8D-B857-98310E4B1143,UserNameLabel,subst 
    2509 1 
     2498{1} 
    25102499 
    25112500F9E38720-6ABA-8B99-2471-496902E4CBC2,Active 
    2512 No 
     2501{No} 
    25132502 
    25142503F9E38720-6ABA-8B99-2471-496902E4CBC2,Conditions 
     
    25162505 
    25172506F9E38720-6ABA-8B99-2471-496902E4CBC2,ResultVirtualText 
    2518 BackupLocationPath 
     2507{BackupLocationPath} 
    25192508 
    25202509F9E38720-6ABA-8B99-2471-496902E4CBC2,TclScript 
     
    25222511 
    25232512FB697A88-2842-468E-9776-85E84B009340,Active 
    2524 No 
     2513{No} 
    25252514 
    25262515FB697A88-2842-468E-9776-85E84B009340,Conditions 
     
    25282517 
    25292518FB697A88-2842-468E-9776-85E84B009340,IgnoreErrors 
    2530 Yes 
     2519{Yes} 
    25312520 
    25322521FB697A88-2842-468E-9776-85E84B009340,ProgramCommandLine 
     
    25342523 
    25352524FB697A88-2842-468E-9776-85E84B009340,WorkingDirectory 
    2536 <%Temp%> 
     2525{<%Temp%>} 
    25372526 
    25382527FDF68FD6-BEA8-4A74-867D-5139F4D9E793,Active 
    2539 No 
     2528{No} 
    25402529 
    25412530FDF68FD6-BEA8-4A74-867D-5139F4D9E793,Conditions 
     
    25432532 
    25442533FDF68FD6-BEA8-4A74-867D-5139F4D9E793,WaitTime 
    2545 2000 
     2534{2000} 
    25462535 
    25472536FEFD090D-C133-BC95-B3564F693CD3,Alias 
     
    25522541 
    25532542FreeBSD-4-x86,Active 
    2554 No 
     2543{No} 
     2544 
     2545FreeBSD-4-x86,BuildSeparateArchives 
     2546{No} 
    25552547 
    25562548FreeBSD-4-x86,DefaultDirectoryPermission 
    2557 0755 
     2549{0755} 
    25582550 
    25592551FreeBSD-4-x86,DefaultFilePermission 
    2560 0755 
     2552{0755} 
    25612553 
    25622554FreeBSD-4-x86,Executable 
    2563 <%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> 
     2555{<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 
    25642556 
    25652557FreeBSD-4-x86,FallBackToConsole 
    2566 Yes 
     2558{Yes} 
    25672559 
    25682560FreeBSD-4-x86,InstallDir 
    2569 <%Home%>/<%ShortAppName%> 
     2561{<%Home%>/<%ShortAppName%>} 
    25702562 
    25712563FreeBSD-4-x86,InstallMode 
    2572 Standard 
     2564{Standard} 
    25732565 
    25742566FreeBSD-4-x86,InstallType 
    2575 Typical 
     2567{Typical} 
    25762568 
    25772569FreeBSD-4-x86,ProgramExecutable 
     
    25792571 
    25802572FreeBSD-4-x86,ProgramFolderAllUsers 
    2581 No 
     2573{No} 
    25822574 
    25832575FreeBSD-4-x86,ProgramFolderName 
    2584 <%AppName%> 
     2576{<%AppName%>} 
    25852577 
    25862578FreeBSD-4-x86,ProgramLicense 
    2587 <%InstallDir%>/LICENSE.txt 
     2579{<%InstallDir%>/LICENSE.txt} 
    25882580 
    25892581FreeBSD-4-x86,ProgramName 
     
    25912583 
    25922584FreeBSD-4-x86,ProgramReadme 
    2593 <%InstallDir%>/README.txt 
     2585{<%InstallDir%>/README.txt} 
    25942586 
    25952587FreeBSD-4-x86,PromptForRoot 
    2596 Yes 
     2588{Yes} 
    25972589 
    25982590FreeBSD-4-x86,RequireRoot 
    2599 No 
     2591{No} 
    26002592 
    26012593FreeBSD-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 
     2596FreeBSD-5-x86,Active 
     2597{No} 
     2598 
     2599FreeBSD-5-x86,BuildSeparateArchives 
     2600{No} 
     2601 
     2602FreeBSD-5-x86,DefaultDirectoryPermission 
     2603{0755} 
     2604 
     2605FreeBSD-5-x86,DefaultFilePermission 
     2606{0755} 
     2607 
     2608FreeBSD-5-x86,Executable 
     2609{<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 
     2610 
     2611FreeBSD-5-x86,FallBackToConsole 
     2612{Yes} 
     2613 
     2614FreeBSD-5-x86,InstallDir 
     2615{<%Home%>/<%ShortAppName%>} 
     2616 
     2617FreeBSD-5-x86,InstallMode 
     2618{Standard} 
     2619 
     2620FreeBSD-5-x86,InstallType 
     2621{Typical} 
     2622 
     2623FreeBSD-5-x86,ProgramExecutable 
     2624{} 
     2625 
     2626FreeBSD-5-x86,ProgramFolderAllUsers 
     2627{No} 
     2628 
     2629FreeBSD-5-x86,ProgramFolderName 
     2630{<%AppName%>} 
     2631 
     2632FreeBSD-5-x86,ProgramLicense 
     2633{<%InstallDir%>/LICENSE.txt} 
     2634 
     2635FreeBSD-5-x86,ProgramName 
     2636{} 
     2637 
     2638FreeBSD-5-x86,ProgramReadme 
     2639{<%InstallDir%>/README.txt} 
     2640 
     2641FreeBSD-5-x86,PromptForRoot 
     2642{Yes} 
     2643 
     2644FreeBSD-5-x86,RequireRoot 
     2645{No} 
     2646 
     2647FreeBSD-5-x86,RootInstallDir 
     2648{/usr/local/<%ShortAppName%>} 
     2649 
     2650FreeBSD-6-x86,Active 
     2651{No} 
     2652 
     2653FreeBSD-6-x86,BuildSeparateArchives 
     2654{No} 
     2655 
     2656FreeBSD-6-x86,DefaultDirectoryPermission 
     2657{0755} 
     2658 
     2659FreeBSD-6-x86,DefaultFilePermission 
     2660{0755} 
     2661 
     2662FreeBSD-6-x86,Executable 
     2663{<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 
     2664 
     2665FreeBSD-6-x86,FallBackToConsole 
     2666{Yes} 
     2667 
     2668FreeBSD-6-x86,InstallDir 
     2669{<%Home%>/<%ShortAppName%>} 
     2670 
     2671FreeBSD-6-x86,InstallMode 
     2672{Standard} 
     2673 
     2674FreeBSD-6-x86,InstallType 
     2675{Typical} 
     2676 
     2677FreeBSD-6-x86,ProgramExecutable 
     2678{} 
     2679 
     2680FreeBSD-6-x86,ProgramFolderAllUsers 
     2681{No} 
     2682 
     2683FreeBSD-6-x86,ProgramFolderName 
     2684{<%AppName%>} 
     2685 
     2686FreeBSD-6-x86,ProgramLicense 
     2687{<%InstallDir%>/LICENSE.txt} 
     2688 
     2689FreeBSD-6-x86,ProgramName 
     2690{} 
     2691 
     2692FreeBSD-6-x86,ProgramReadme 
     2693{<%InstallDir%>/README.txt} 
     2694 
     2695FreeBSD-6-x86,PromptForRoot 
     2696{Yes} 
     2697 
     2698FreeBSD-6-x86,RequireRoot 
     2699{No} 
     2700 
     2701FreeBSD-6-x86,RootInstallDir 
     2702{/usr/local/<%ShortAppName%>} 
     2703 
     2704FreeBSD-7-x86,Active 
     2705{No} 
     2706 
     2707FreeBSD-7-x86,BuildSeparateArchives 
     2708{No} 
     2709 
     2710FreeBSD-7-x86,DefaultDirectoryPermission 
     2711{0755} 
     2712 
     2713FreeBSD-7-x86,DefaultFilePermission 
     2714{0755} 
     2715 
     2716FreeBSD-7-x86,Executable 
     2717{<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 
     2718 
     2719FreeBSD-7-x86,FallBackToConsole 
     2720{Yes} 
     2721 
     2722FreeBSD-7-x86,InstallDir 
     2723{<%Home%>/<%ShortAppName%>} 
     2724 
     2725FreeBSD-7-x86,InstallMode 
     2726{Standard} 
     2727 
     2728FreeBSD-7-x86,InstallType 
     2729{Typical} 
     2730 
     2731FreeBSD-7-x86,ProgramExecutable 
     2732{} 
     2733 
     2734FreeBSD-7-x86,ProgramFolderAllUsers 
     2735{No} 
     2736 
     2737FreeBSD-7-x86,ProgramFolderName 
     2738{<%AppName%>} 
     2739 
     2740FreeBSD-7-x86,ProgramLicense 
     2741{<%InstallDir%>/LICENSE.txt} 
     2742 
     2743FreeBSD-7-x86,ProgramName 
     2744{} 
     2745 
     2746FreeBSD-7-x86,ProgramReadme 
     2747{<%InstallDir%>/README.txt} 
     2748 
     2749FreeBSD-7-x86,PromptForRoot 
     2750{Yes} 
     2751 
     2752FreeBSD-7-x86,RequireRoot 
     2753{No} 
     2754 
     2755FreeBSD-7-x86,RootInstallDir 
     2756{/usr/local/<%ShortAppName%>} 
    26542757 
    26552758HPUX-hppa,Active 
    2656 No 
     2759{No} 
     2760 
     2761HPUX-hppa,BuildSeparateArchives 
     2762{No} 
    26572763 
    26582764HPUX-hppa,DefaultDirectoryPermission 
    2659 0755 
     2765{0755} 
    26602766 
    26612767HPUX-hppa,DefaultFilePermission 
    2662 0755 
     2768{0755} 
    26632769 
    26642770HPUX-hppa,Executable 
    2665 <%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> 
     2771{<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 
    26662772 
    26672773HPUX-hppa,FallBackToConsole 
    2668 Yes 
     2774{Yes} 
    26692775 
    26702776HPUX-hppa,InstallDir 
    2671 <%Home%>/<%ShortAppName%> 
     2777{<%Home%>/<%ShortAppName%>} 
    26722778 
    26732779HPUX-hppa,InstallMode 
    2674 Standard 
     2780{Standard} 
    26752781 
    26762782HPUX-hppa,InstallType 
    2677 Typical 
     2783{Typical} 
    26782784 
    26792785HPUX-hppa,ProgramExecutable 
     
    26812787 
    26822788HPUX-hppa,ProgramFolderAllUsers 
    2683 No 
     2789{No} 
    26842790 
    26852791HPUX-hppa,ProgramFolderName 
    2686 <%AppName%> 
     2792{<%AppName%>} 
    26872793 
    26882794HPUX-hppa,ProgramLicense 
    2689 <%InstallDir%>/LICENSE.txt 
     2795{<%InstallDir%>/LICENSE.txt} 
    26902796 
    26912797HPUX-hppa,ProgramName 
     
    26932799 
    26942800HPUX-hppa,ProgramReadme 
    2695 <%InstallDir%>/README.txt 
     2801{<%InstallDir%>/README.txt} 
    26962802 
    26972803HPUX-hppa,PromptForRoot 
    2698 Yes 
     2804{Yes} 
    26992805 
    27002806HPUX-hppa,RequireRoot 
    2701 No 
     2807{No} 
    27022808 
    27032809HPUX-hppa,RootInstallDir 
    2704 /usr/local/<%ShortAppName%> 
     2810{/usr/local/<%ShortAppName%>} 
    27052811 
    27062812Linux-x86,Active 
    2707 No 
     2813{No} 
     2814 
     2815Linux-x86,BuildSeparateArchives 
     2816{No} 
    27082817 
    27092818Linux-x86,BuildType 
    2710 dynamic 
     2819{dynamic} 
    27112820 
    27122821Linux-x86,DefaultDirectoryPermission 
    2713 00755 
     2822{00755} 
    27142823 
    27152824Linux-x86,DefaultFilePermission 
    2716 00755 
     2825{00755} 
    27172826 
    27182827Linux-x86,Executable 
    2719 <%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> 
     2828{<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 
    27202829 
    27212830Linux-x86,FallBackToConsole 
    2722 Yes 
     2831{Yes} 
    27232832 
    27242833Linux-x86,InstallDir 
    2725 <%Home%>/<%ShortAppName%> 
     2834{<%Home%>/<%ShortAppName%>} 
    27262835 
    27272836Linux-x86,InstallMode 
    2728 Standard 
     2837{Standard} 
    27292838 
    27302839Linux-x86,InstallType 
    2731 Typical 
     2840{Typical} 
    27322841 
    27332842Linux-x86,ProgramExecutable 
    2734 <%InstallDir%>/TebucoSafe 
     2843{<%InstallDir%>/TebucoSafe} 
    27352844 
    27362845Linux-x86,ProgramFolderAllUsers 
    2737 No 
     2846{No} 
    27382847 
    27392848Linux-x86,ProgramFolderName 
    2740 <%AppName%> 
     2849{<%AppName%>} 
    27412850 
    27422851Linux-x86,ProgramLicense 
    2743 <%InstallDir%>/LICENSE.txt 
     2852{<%InstallDir%>/LICENSE.txt} 
    27442853 
    27452854Linux-x86,ProgramName 
     
    27472856 
    27482857Linux-x86,ProgramReadme 
    2749 <%InstallDir%>/README.txt 
     2858{<%InstallDir%>/README.txt} 
    27502859 
    27512860Linux-x86,PromptForRoot 
    2752 Yes 
     2861{Yes} 
    27532862 
    27542863Linux-x86,RequireRoot 
    2755 No 
     2864{No} 
    27562865 
    27572866Linux-x86,RootInstallDir 
    2758 /usr/local/<%ShortAppName%> 
     2867{/usr/local/<%ShortAppName%>} 
     2868 
     2869Linux-x86_64,Active 
     2870{No} 
     2871 
     2872Linux-x86_64,BuildSeparateArchives 
     2873{No} 
     2874 
     2875Linux-x86_64,DefaultDirectoryPermission 
     2876{0755} 
     2877 
     2878Linux-x86_64,DefaultFilePermission 
     2879{0755} 
     2880 
     2881Linux-x86_64,Executable 
     2882{<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 
     2883 
     2884Linux-x86_64,FallBackToConsole 
     2885{Yes} 
     2886 
     2887Linux-x86_64,InstallDir 
     2888{<%Home%>/<%ShortAppName%>} 
     2889 
     2890Linux-x86_64,InstallMode 
     2891{Standard} 
     2892 
     2893Linux-x86_64,InstallType 
     2894{Typical} 
     2895 
     2896Linux-x86_64,ProgramExecutable 
     2897{} 
     2898 
     2899Linux-x86_64,ProgramFolderAllUsers 
     2900{No} 
     2901 
     2902Linux-x86_64,ProgramFolderName 
     2903{<%AppName%>} 
     2904 
     2905Linux-x86_64,ProgramLicense 
     2906{<%InstallDir%>/LICENSE.txt} 
     2907 
     2908Linux-x86_64,ProgramName 
     2909{} 
     2910 
     2911Linux-x86_64,ProgramReadme 
     2912{<%InstallDir%>/README.txt} 
     2913 
     2914Linux-x86_64,PromptForRoot 
     2915{Yes} 
     2916 
     2917Linux-x86_64,RequireRoot 
     2918{No} 
     2919 
     2920Linux-x86_64,RootInstallDir 
     2921{/usr/local/<%ShortAppName%>} 
    27592922 
    27602923Solaris-sparc,Active 
    2761 No 
     2924{No} 
     2925 
     2926Solaris-sparc,BuildSeparateArchives 
     2927{No} 
    27622928 
    27632929Solaris-sparc,DefaultDirectoryPermission 
    2764 0755 
     2930{0755} 
    27652931 
    27662932Solaris-sparc,DefaultFilePermission 
    2767 0755 
     2933{0755} 
    27682934 
    27692935Solaris-sparc,Executable 
    2770 <%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> 
     2936{<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 
    27712937 
    27722938Solaris-sparc,FallBackToConsole 
    2773 Yes 
     2939{Yes} 
    27742940 
    27752941Solaris-sparc,InstallDir 
    2776 <%Home%>/<%ShortAppName%> 
     2942{<%Home%>/<%ShortAppName%>} 
    27772943 
    27782944Solaris-sparc,InstallMode 
    2779 Standard 
     2945{Standard} 
    27802946 
    27812947Solaris-sparc,InstallType 
    2782 Typical 
     2948{Typical} 
    27832949 
    27842950Solaris-sparc,ProgramExecutable 
     
    27862952 
    27872953Solaris-sparc,ProgramFolderAllUsers 
    2788 No 
     2954{No} 
    27892955 
    27902956Solaris-sparc,ProgramFolderName 
    2791 <%AppName%> 
     2957{<%AppName%>} 
    27922958 
    27932959Solaris-sparc,ProgramLicense 
    2794 <%InstallDir%>/LICENSE.txt 
     2960{<%InstallDir%>/LICENSE.txt} 
    27952961 
    27962962Solaris-sparc,ProgramName 
     
    27982964 
    27992965Solaris-sparc,ProgramReadme 
    2800 <%InstallDir%>/README.txt 
     2966{<%InstallDir%>/README.txt} 
    28012967 
    28022968Solaris-sparc,PromptForRoot 
    2803 Yes 
     2969{Yes} 
    28042970 
    28052971Solaris-sparc,RequireRoot 
    2806 No 
     2972{No} 
    28072973 
    28082974Solaris-sparc,RootInstallDir 
    2809 /usr/local/<%ShortAppName%> 
     2975{/usr/local/<%ShortAppName%>} 
     2976 
     2977Solaris-x86,Active 
     2978{No} 
     2979 
     2980Solaris-x86,BuildSeparateArchives 
     2981{No} 
     2982 
     2983Solaris-x86,DefaultDirectoryPermission 
     2984{0755} 
     2985 
     2986Solaris-x86,DefaultFilePermission 
     2987{0755} 
     2988 
     2989Solaris-x86,Executable 
     2990{<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 
     2991 
     2992Solaris-x86,FallBackToConsole 
     2993{Yes} 
     2994 
     2995Solaris-x86,InstallDir 
     2996{<%Home%>/<%ShortAppName%>} 
     2997 
     2998Solaris-x86,InstallMode 
     2999{Standard} 
     3000 
     3001Solaris-x86,InstallType 
     3002{Typical} 
     3003 
     3004Solaris-x86,ProgramExecutable 
     3005{} 
     3006 
     3007Solaris-x86,ProgramFolderAllUsers 
     3008{No} 
     3009 
     3010Solaris-x86,ProgramFolderName 
     3011{<%AppName%>} 
     3012 
     3013Solaris-x86,ProgramLicense 
     3014{<%InstallDir%>/LICENSE.txt} 
     3015 
     3016Solaris-x86,ProgramName 
     3017{} 
     3018 
     3019Solaris-x86,ProgramReadme 
     3020{<%InstallDir%>/README.txt} 
     3021 
     3022Solaris-x86,PromptForRoot 
     3023{Yes} 
     3024 
     3025Solaris-x86,RequireRoot 
     3026{No} 
     3027 
     3028Solaris-x86,RootInstallDir 
     3029{/usr/local/<%ShortAppName%>} 
    28103030 
    28113031TarArchive,Active 
    2812 No 
     3032{No} 
     3033 
     3034TarArchive,BuildSeparateArchives 
     3035{No} 
    28133036 
    28143037TarArchive,CompressionLevel 
    2815 6 
     3038{6} 
    28163039 
    28173040TarArchive,DefaultDirectoryPermission 
    2818 0755 
     3041{0755} 
    28193042 
    28203043TarArchive,DefaultFilePermission 
    2821 0755 
     3044{0755} 
    28223045 
    28233046TarArchive,Executable 
    2824 <%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> 
     3047{<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 
    28253048 
    28263049TarArchive,FallBackToConsole 
    2827 Yes 
     3050{Yes} 
    28283051 
    28293052TarArchive,InstallDir 
    2830 <%Home%>/<%ShortAppName%> 
     3053{<%Home%>/<%ShortAppName%>} 
    28313054 
    28323055TarArchive,InstallMode 
    2833 Standard 
     3056{Standard} 
    28343057 
    28353058TarArchive,InstallType 
    2836 Typical 
     3059{Typical} 
    28373060 
    28383061TarArchive,OutputFileName 
    2839 <%ShortAppName%>-<%Version%>.tar.gz 
     3062{<%ShortAppName%>-<%Version%>.tar.gz} 
    28403063 
    28413064TarArchive,ProgramExecutable 
     
    28433066 
    28443067TarArchive,ProgramFolderAllUsers 
    2845 No 
     3068{No} 
    28463069 
    28473070TarArchive,ProgramFolderName 
    2848 <%AppName%> 
     3071{<%AppName%>} 
    28493072 
    28503073TarArchive,ProgramLicense 
    2851 <%InstallDir%>/LICENSE.txt 
     3074{<%InstallDir%>/LICENSE.txt} 
    28523075 
    28533076TarArchive,ProgramName 
     
    28553078 
    28563079TarArchive,ProgramReadme 
    2857 <%InstallDir%>/README.txt 
     3080{<%InstallDir%>/README.txt} 
    28583081 
    28593082TarArchive,PromptForRoot 
    2860 Yes 
     3083{Yes} 
    28613084 
    28623085TarArchive,RequireRoot 
    2863 No 
     3086{No} 
    28643087 
    28653088TarArchive,RootInstallDir 
    2866 /usr/local/<%ShortAppName%> 
     3089{/usr/local/<%ShortAppName%>} 
    28673090 
    28683091TarArchive,VirtualTextMap 
     
    28703093 
    28713094Windows,Active 
    2872 Yes 
     3095{Yes} 
     3096 
     3097Windows,BuildSeparateArchives 
     3098{No} 
    28733099 
    28743100Windows,BuildType 
     
    28763102 
    28773103Windows,Executable 
    2878 installer.exe 
     3104{installer.exe} 
     3105 
     3106Windows,FileDescription 
     3107{<%AppName%> <%Version%> Setup} 
    28793108 
    28803109Windows,IncludeTWAPI 
    2881 No 
     3110{No} 
    28823111 
    28833112Windows,InstallDir 
     
    28853114 
    28863115Windows,InstallMode 
    2887 Standard 
     3116{Standard} 
    28883117 
    28893118Windows,InstallType 
    2890 Typical 
     3119{Typical} 
     3120 
     3121Windows,LastRequireAdministrator 
     3122{Yes} 
    28913123 
    28923124Windows,ProgramExecutable 
     
    28943126 
    28953127Windows,ProgramFolderAllUsers 
    2896 No 
     3128{No} 
    28973129 
    28983130Windows,ProgramFolderName 
    2899 <%BrandName%> 
     3131{<%BrandName%>} 
    29003132 
    29013133Windows,ProgramLicense 
     
    29083140{} 
    29093141 
     3142Windows,RequireAdministrator 
     3143{Yes} 
     3144 
     3145Windows,UseUncompressedBinaries 
     3146{No} 
     3147 
    29103148Windows,WindowsIcon 
    29113149{} 
    29123150 
    29133151ZipArchive,Active 
    2914 No 
     3152{No} 
     3153 
     3154ZipArchive,BuildSeparateArchives 
     3155{No} 
    29153156 
    29163157ZipArchive,CompressionLevel 
    2917 6 
     3158{6} 
    29183159 
    29193160ZipArchive,DefaultDirectoryPermission 
    2920 0755 
     3161{0755} 
    29213162 
    29223163ZipArchive,DefaultFilePermission 
    2923 0755 
     3164{0755} 
    29243165 
    29253166ZipArchive,Executable 
    2926 <%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> 
     3167{<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%>} 
    29273168 
    29283169ZipArchive,FallBackToConsole 
    2929 Yes 
     3170{Yes} 
    29303171 
    29313172ZipArchive,InstallDir 
    2932 <%Home%>/<%ShortAppName%> 
     3173{<%Home%>/<%ShortAppName%>} 
    29333174 
    29343175ZipArchive,InstallMode 
    2935 Standard 
     3176{Standard} 
    29363177 
    29373178ZipArchive,InstallType 
    2938 Typical 
     3179{Typical} 
    29393180 
    29403181ZipArchive,OutputFileName 
    2941 <%ShortAppName%>-<%Version%>.zip 
     3182{<%ShortAppName%>-<%Version%>.zip} 
    29423183 
    29433184ZipArchive,ProgramExecutable 
     
    29453186 
    29463187ZipArchive,ProgramFolderAllUsers 
    2947 No 
     3188{No} 
    29483189 
    29493190ZipArchive,ProgramFolderName 
    2950 <%AppName%> 
     3191{<%AppName%>} 
    29513192 
    29523193ZipArchive,ProgramLicense 
    2953 <%InstallDir%>/LICENSE.txt 
     3194{<%InstallDir%>/LICENSE.txt} 
    29543195 
    29553196ZipArchive,ProgramName 
     
    29573198 
    29583199ZipArchive,ProgramReadme 
    2959 <%InstallDir%>/README.txt 
     3200{<%InstallDir%>/README.txt} 
    29603201 
    29613202ZipArchive,PromptForRoot 
    2962 Yes 
     3203{Yes} 
    29633204 
    29643205ZipArchive,RequireRoot 
    2965 No 
     3206{No} 
    29663207 
    29673208ZipArchive,RootInstallDir 
    2968 /usr/local/<%ShortAppName%> 
     3209{/usr/local/<%ShortAppName%>} 
    29693210 
    29703211ZipArchive,VirtualTextMap 
     
    29753216::msgcat::mcmset de { 
    2976321720CBDBEA-2217-457B-8D98-D692C4F591E9,Message 
    2977 <%UninstallCompleteText%> 
     3218{<%UninstallCompleteText%>} 
    29783219 
    297932202BF07B5A-9B06-4C1E-810D-5B5E9303D2C6,Message 
    2980 <%InstallationCompleteText%> 
     3221{<%InstallationCompleteText%>} 
    29813222 
    29823223B002A311-F8E7-41DE-B039-521391924E5B,Message 
    2983 <%InstallingApplicationText%> 
     3224{<%InstallingApplicationText%>} 
    29843225 
    29853226B4ED4636-22D8-41DC-9E3D-BD1E1CAD2174,Message 
    2986 <%UninstallingApplicationText%> 
     3227{<%UninstallingApplicationText%>} 
    29873228 
    29883229} 
    29893230::msgcat::mcmset en { 
    2990323116D53E40-546B-54C3-088B1B5E3BBB,Text 
    2991 <%CreateDesktopShortcutText%> 
     3232{<%CreateDesktopShortcutText%>} 
    29923233 
    2993323420CBDBEA-2217-457B-8D98-D692C4F591E9,Message 
    2994 <%UninstallCompleteText%> 
     3235{<%UninstallCompleteText%>} 
    29953236 
    299632372BF07B5A-9B06-4C1E-810D-5B5E9303D2C6,Message 
    2997 <%InstallationCompleteText%> 
     3238{<%InstallationCompleteText%>} 
    29983239 
    299932402E2963BD-DDBD-738D-A910-B7F3F04946F9,Text 
     
    30043245 
    3005324632F5B0AF-EB83-7A03-D8FAE1ECE473,Message 
    3006 <%InstallStartupText%> 
     3247{<%InstallStartupText%>} 
    30073248 
    3008324932F5B0AF-EB83-7A03-D8FAE1ECE473,Title 
    3009 <%InstallApplicationText%> 
     3250{<%InstallApplicationText%>} 
    30103251 
    3011325236FF8915-8148-0F1F-27D7239CBFA1,Text 
    3012 <%ViewReadmeText%> 
     3253{<%ViewReadmeText%>} 
    30133254 
    301432553B6E2E7C-1A26-27F1-D578E383B128,Text 
    3015 <%ViewReadmeText%> 
     3256{<%ViewReadmeText%>} 
    30163257 
    301732583D33AA8C-0037-204B-39A339FD38BD,Message 
     
    30343275 
    303532764A9C852B-647E-EED5-5482FFBCC2AF,Description 
    3036 <%ProgramFilesDescription%> 
     3277{<%ProgramFilesDescription%>} 
    30373278 
    303832794ACB0B47-42B3-2B3A-BFE9AA4EC707,Message 
    3039 <%UninstallStartupText%> 
     3280{<%UninstallStartupText%>} 
    30403281 
    304132824ACB0B47-42B3-2B3A-BFE9AA4EC707,Title 
    3042 <%UninstallApplicationText%> 
     3283{<%UninstallApplicationText%>} 
    30433284 
    3044328558E1119F-639E-17C9-5D3898F385AA,Caption 
     
    30893330 
    309033318202CECC-54A0-9B6C-D24D111BA52E,Description 
    3091 <%TypicalInstallDescription%> 
     3332{<%TypicalInstallDescription%>} 
    30923333 
    309333348419AAAD-5860-F73E-8D11-4D1BDA4D7D37,Text 
     
    30953336 
    30963337855DE408-060E-3D35-08B5-1D9AB05C2865,Text 
    3097 Exclusions 
     3338{Exclusions} 
    30983339 
    309933408E095096-F018-A880-429D-A2177A9B70EA,Text 
     
    31043345 
    310533469013E862-8E81-5290-64F9-D8BCD13EC7E5,CompanyLabel 
    3106 Email: 
     3347{Email:} 
    31073348 
    310833499013E862-8E81-5290-64F9-D8BCD13EC7E5,UserNameLabel 
    3109 Phone: 
     3350{Phone:} 
    31103351 
    31113352937C3FDD-FB28-98BD-3DAB276E59ED,Text 
    3112 <%CreateQuickLaunchShortcutText%> 
     3353{<%CreateQuickLaunchShortcutText%>} 
    31133354 
    311433559A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,Caption 
     
    31223363 
    312333649A23D3ED-4D9D-9C57-C2A7-71DE0FFF0266,Title 
    3124 Continue 
     3365{Continue} 
    31253366 
    312633679BAB328D-414B-D351-CA8D-824DF94B9DCA,Text 
     
    31283369 
    31293370A18C2977-1409-C1FB-892415711F72,Text 
    3130 <%LaunchApplicationText%> 
     3371{<%LaunchApplicationText%>} 
    31313372 
    31323373AAF2142A-9FC9-4664-DFF2-13B9EB7BA0E1,CompanyLabel 
    3133 Company: 
     3374{Company:} 
    31343375 
    31353376AE3BD5B4-35DE-4240-B79914D43E56,Caption 
     
    31493390 
    31503391B002A311-F8E7-41DE-B039-521391924E5B,Message 
    3151 <%InstallingApplicationText%> 
     3392{<%InstallingApplicationText%>} 
    31523393 
    31533394B4404713-AF4F-4F4B-670F3115517F,Description 
    3154 <%CustomInstallDescription%> 
     3395{<%CustomInstallDescription%>} 
    31553396 
    31563397B4ED4636-22D8-41DC-9E3D-BD1E1CAD2174,Message 
    3157 <%UninstallingApplicationText%> 
     3398{<%UninstallingApplicationText%>} 
    31583399 
    31593400B506E7DA-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 
     3403Copyright (c) 2003-2010, Ben Summers and contributors. 
     3404All rights reserved. 
     3405 
     3406The license of the code was changed on 23-Jan-2010 in order to meet the 
     3407Fedora Project's definition of Free Software, and therefore allow inclusion 
     3408in Fedora, Red Hat Linux and CentOS. This also solves a long-standing 
     3409incompatibility with the GNU Readline library that prevented us from 
     3410distributing Box Backup binaries compiled against that library. You can 
     3411review our discussions of the change in the mailing list archives at: 
     3412http://lists.boxbackup.org/pipermail/boxbackup/2010-January/000005.html 
     3413 
     3414Note that this project uses mixed licensing. Different parts of the project 
     3415may be used and distributed under different licenses, as described below. 
     3416The two licenses used are "Box Backup GPL" and a BSD-style license. 
     3417 
     3418Unless stated otherwise in the file, all files in the following directories 
     3419fall under the "Box Backup GPL" license, described below: 
     3420 
     3421bin/bbackupctl 
     3422bin/bbackupd 
     3423bin/bbackupobjdump 
     3424bin/bbackupquery 
     3425bin/bbstoreaccounts 
     3426bin/bbstored 
     3427bin/s3simulator 
     3428lib/backupclient 
     3429lib/backupstore 
     3430test/backupdiff 
     3431test/backupstore 
     3432test/backupstorefix 
     3433test/backupstorepatch 
     3434test/bbackupd 
     3435contrib/bbadmin 
     3436contrib/bbreporter 
     3437contrib/cygwin 
     3438contrib/debian 
     3439contrib/mac_osx 
     3440contrib/redhat 
     3441contrib/rpm 
     3442contrib/solaris 
     3443contrib/suse 
     3444contrib/windows 
     3445distribution/boxbackup 
     3446 
     3447The "Box Backup GPL" license text may be found in the file 
     3448LICENSE-GPL.txt, or online at: 
     3449[https://www.boxbackup.org/svn/box/trunk/LICENSE-GPL.txt] 
     3450 
     3451Unless stated otherwise in the file, all files in the following directories 
     3452are dual licensed under the BSD and GPL licenses. You may use and distribute 
     3453them providing that you comply EITHER with the terms of the BSD license, 
     3454OR the GPL license. It is not necessary to comply with both licenses, 
     3455only one. 
     3456 
     3457lib/common 
     3458lib/compress 
     3459lib/crypto 
     3460lib/httpserver 
     3461lib/intercept 
     3462lib/raidfile 
     3463lib/server 
     3464lib/win32 
     3465test/basicserver 
     3466test/common 
     3467test/compress 
     3468test/crypto 
     3469test/httpserver 
     3470test/raidfile 
     3471test/win32 
     3472infrastructure 
     3473distribution 
     3474 
     3475The dual license text may be found in the file 
     3476LICENSE-DUAL.txt, or online at: 
     3477[https://www.boxbackup.org/svn/box/trunk/LICENSE-DUAL.txt]} 
    31773478 
    31783479B57F8C91-2439-CFD3-7EB5-57D4EA48D3C6,Caption 
     
    32003501 
    32013502B9B85EF1-1D76-4BF5-ABB9-092A8DB35851,CompanyLabel 
    3202 Password: 
     3503{Password:} 
    32033504 
    32043505B9B85EF1-1D76-4BF5-ABB9-092A8DB35851,Subtitle 
     
    32063507 
    32073508C105AAAE-7C16-2C9E-769FE4535B60,Caption 
    3208 <%ApplicationReadmeText%> 
     3509{<%ApplicationReadmeText%>} 
    32093510 
    32103511C105AAAE-7C16-2C9E-769FE4535B60,Message 
     
    32123513 
    32133514C105AAAE-7C16-2C9E-769FE4535B60,Title 
    3214 <%ApplicationReadmeText%> 
     3515{<%ApplicationReadmeText%>} 
    32153516 
    32163517C7762473-273F-E3CA-17E3-65789B14CDB0,TextToWrite 
     
    32383539 
    32393540CFFA27AF-A641-E41C-B4A0E3BB3CBB,Text 
    3240 <%LaunchApplicationText%> 
     3541{<%LaunchApplicationText%>} 
    32413542 
    32423543D4625CA6-9864-D8EF-F252D7B7DC87,Text 
    3243 <%CreateDesktopShortcutText%> 
     3544{<%CreateDesktopShortcutText%>} 
    32443545 
    32453546D47BE952-79F2-844E-D2E5-8F22044E7A9D,Text 
     
    32563557 
    32573558DA33B826-E633-A845-4646-76DFA78B907B,Title 
    3258 Continue 
     3559{Continue} 
    32593560 
    32603561DDBBD8A9-13D7-9509-9202-419E989F60A9,Text 
     
    32653566 
    32663567E161F216-E597-B340-C1A71C476E2C,Message 
    3267 <%UninstallLeftoverText%> 
     3568{<%UninstallLeftoverText%>} 
    32683569 
    32693570E161F216-E597-B340-C1A71C476E2C,Title 
     
    32923593 
    32933594FC678E76-6823-2E55-204CA01C35EF,Text 
    3294 <%CreateQuickLaunchShortcutText%> 
     3595{<%CreateQuickLaunchShortcutText%>} 
    32953596 
    32963597FF4F6EEA-F4CC-428E-AF33-EB0E88E2147E,Text 
     
    33363637::msgcat::mcmset es { 
    3337363820CBDBEA-2217-457B-8D98-D692C4F591E9,Message 
    3338 <%UninstallCompleteText%> 
     3639{<%UninstallCompleteText%>} 
    33393640 
    334036412BF07B5A-9B06-4C1E-810D-5B5E9303D2C6,Message 
    3341 <%InstallationCompleteText%> 
     3642{<%InstallationCompleteText%>} 
    33423643 
    33433644B002A311-F8E7-41DE-B039-521391924E5B,Message 
    3344 <%InstallingApplicationText%> 
     3645{<%InstallingApplicationText%>} 
    33453646 
    33463647B4ED4636-22D8-41DC-9E3D-BD1E1CAD2174,Message 
    3347 <%UninstallingApplicationText%> 
     3648{<%UninstallingApplicationText%>} 
    33483649 
    33493650} 
    33503651::msgcat::mcmset fr { 
    3351365220CBDBEA-2217-457B-8D98-D692C4F591E9,Message 
    3352 <%UninstallCompleteText%> 
     3653{<%UninstallCompleteText%>} 
    33533654 
    335436552BF07B5A-9B06-4C1E-810D-5B5E9303D2C6,Message 
    3355 <%InstallationCompleteText%> 
     3656{<%InstallationCompleteText%>} 
    33563657 
    33573658B002A311-F8E7-41DE-B039-521391924E5B,Message 
    3358 <%InstallingApplicationText%> 
     3659{<%InstallingApplicationText%>} 
    33593660 
    33603661B4ED4636-22D8-41DC-9E3D-BD1E1CAD2174,Message 
    3361 <%UninstallingApplicationText%> 
     3662{<%UninstallingApplicationText%>} 
    33623663 
    33633664} 
    33643665::msgcat::mcmset pl { 
    3365366620CBDBEA-2217-457B-8D98-D692C4F591E9,Message 
    3366 <%UninstallCompleteText%> 
     3667{<%UninstallCompleteText%>} 
    33673668 
    336836692BF07B5A-9B06-4C1E-810D-5B5E9303D2C6,Message 
    3369 <%InstallationCompleteText%> 
     3670{<%InstallationCompleteText%>} 
    33703671 
    33713672B002A311-F8E7-41DE-B039-521391924E5B,Message 
    3372 <%InstallingApplicationText%> 
     3673{<%InstallingApplicationText%>} 
    33733674 
    33743675B4ED4636-22D8-41DC-9E3D-BD1E1CAD2174,Message 
    3375 <%UninstallingApplicationText%> 
     3676{<%UninstallingApplicationText%>} 
    33763677 
    33773678} 
    33783679::msgcat::mcmset pt_br { 
    3379368020CBDBEA-2217-457B-8D98-D692C4F591E9,Message 
    3380 <%UninstallCompleteText%> 
     3681{<%UninstallCompleteText%>} 
    33813682 
    338236832BF07B5A-9B06-4C1E-810D-5B5E9303D2C6,Message 
    3383 <%InstallationCompleteText%> 
     3684{<%InstallationCompleteText%>} 
    33843685 
    33853686B002A311-F8E7-41DE-B039-521391924E5B,Message 
    3386 <%InstallingApplicationText%> 
     3687{<%InstallingApplicationText%>} 
    33873688 
    33883689B4ED4636-22D8-41DC-9E3D-BD1E1CAD2174,Message 
    3389 <%UninstallingApplicationText%> 
     3690{<%UninstallingApplicationText%>} 
    33903691 
    33913692} 
Note: See TracChangeset for help on using the changeset viewer.