Deployment is actually almost the same like Version 15. But you can now move Databases from an Backup silently.
If you encounter
Here's the whole new WS_Silent_Sample.INI:
<code>
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Sample Configuration file for the WorldShip Silent Install ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; New Terms and Acronyms ;;
;; Application Install Directory: Location for Application Binary files ;;
;; Application Data Directory: Location for Application Data files ;;
;; Old Directory Structure: In the old directory structure both Applications Binary ;;
;; and Data files will be installed in the same directory. ;;
;; New Directory Structure: In the new directory structure, Applications Binary ;;
;; and Data will be installed in separate directories. ;;
;; Customize: Allows Users to Specify if the fresh install should read customized ;;
;; Application Install and Data Locations instead of default Binary ;;
;; and Data Locations ;;
;; ;;
;; Refer to CE-688 External Install design document and CE688-Silent Install Document ;;
;; for more details ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Sample configuration (New Directory Structure without 'customize') ;;
;; Default values used for 'targetdir' and 'datadir' ;;
;; targetdir = %ProgramFiles%\UPS\WSTD (32-bit) ;;
;; targetdir = %ProgramFiles(x86)%\UPS\WSTD (64-bit) ;;
;; datadir = %ALLUSERSPROFILE%\UPS\WSTD ;;
;; NOTE: User must specify the "sharedir" for Admin and Remote from CD ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[configuration]
approvelegalagreement=yes
language=ENU
country=US
installtype=standalone
shortcut=yes
autolaunchworldship=yes
[movedb]
finishmovedb=yes
backuplocation=d:\temp\UPSWS_MoveBackup_20140924_v122
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;Sample configuration (New Directory structure with 'customize')
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; [configuration] ;;
;; approvelegalagreement=yes ;;
;; language=ENU ;;
;; country=US ;;
;; installtype=admin ;;
;; targetdir=C:\WS18\UPS\WSTD ;;
;; datadir=C:\WS18\DATA\UPS\WSTD ;;
;; sharedir=Z:\UPS\WSTD ;;
;; shortcut=yes ;;
;; autolaunchworldship=yes ;;
;; customize=yes ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Sample configuration (Old Directory structure) ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; [configuration] ;;
;; approvelegalagreement=yes ;;
;; language=ENU ;;
;; country=US ;;
;; installtype=standalone ;;
;; targetdir=C:\UPS\WSTD ;;
;; sharedir=Z:\UPS\WSTD ;;
;; shortcut=yes ;;
;; autolaunchworldship=yes ;;
;; ;;
;; [movedb] ;;
;; finishmovedb=yes ;;
;; backuplocation=d:\temp\UPSWS_MoveBackup_20140924_v122 ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; WorldShip Silent Install Configuration Help ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Parameter 1 : approvelegalagreement ;;
;; ;;
;; approvelegalagreement=yes ;;
;; ;;
;; User must read and approve the UPS WorldShip LegalAgreement document ;;
;; Any Value other than "yes" will cause setup to exit ;;
;; ;;
;; Values : Yes ;;
;; No ;;
;; ;;
;; ;;
;; required for - Fresh, upgrade and over Install of standalone, admin and remote ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Parameter 2 : language ;;
;; ;;
;; language=ENU ;;
;; ;;
;; Specify the 3 letter language code for preferred language of worldship ;;
;; ;;
;; ;;
;; required for - Fresh install of Standalone, Admin and Remote from CD ;;
;; optional for - Upgrade/Over Install ;;
;; ;;
;; Valid Language codes are: ;;
;; ;;
;; 1. ENU - English ;;
;; 2. KOR - Korean ;;
;; 3. CHS - Simplified Chinese ;;
;; 4. CHT - Traditional; Chinese Mandarin ;;
;; 5. ZHH - Traditional Chinese Cantonese ;;
;; 6. FRA - French ;;
;; 7. FRC - Canadian French ;;
;; 8. DEU - German ;;
;; 9. ITA - Italian ;;
;; 10. ESP - SPANISH ;;
;; 11. PTB - Portuguese ;;
;; 12. JPN - Japanese ;;
;; 13. RUS - Russian ;;
;; 14. CSY - CZech ;;
;; 15. HUN - Hungarian ;;
;; 16. TRK - Turkish ;;
;; 17. NLD - Dutch ;;
;; 18. ROM - Romanian ;;
;; 19. PLK - Polish ;;
;; ;;
;; required for - Fresh install of Standalone, Admin and Remote from CD ;;
;; optional for - Upgrade/Over Install ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Parameter 3 : country ;;
;; ;;
;; country=US ;;
;; ;;
;; Specify the country code for the preferred country ;;
;; required for - Fresh Install of Standalone, admin and remote ;;
;; Ignored for - Upgrade/Over Install ;;
;; ;;
;; ;;
;; valid country codes are : ;;
;; 1. US - United States ;;
;; 2. AF - Afghanistan ;;
;; 3. AL - Albania ;;
;; 4. DZ - Algeria ;;
;; 5. AG - Antigua and Barbuda ;;
;; 6. AR - Argentina ;;
;; 7. AM - Armenia ;;
;; 8. AW - Aruba ;;
;; 9. AU - Australia ;;
;; 10. AT - Austria ;;
;; 11. AZ - Azerbaijan ;;
;; 12. BS - Bahamas ;;
;; 13. BH - Bahrain ;;
;; 14. BD - Bangladesh ;;
;; 15. BB - Barbados ;;
;; 16. BY - Belarus ;;
;; 17. BE - Belgium ;;
;; 18. BM - Bermuda ;;
;; 19. BO - Bolivia ;;
;; 20. BQ - Bonaire,St.Eustatius,Saba ;;
;; 21. BA - Bosnia ;;
;; 22. BR - Brazil ;;
;; 23. BN - Brunei ;;
;; 24. BG - Bulgaria ;;
;; 25. KH - Cambodia ;;
;; 26. CA - Canada ;;
;; 27. KY - Cayman Islands ;;
;; 28. CL - Chile ;;
;; 29. CN - China, People's Republic of ;;
;; 30. CO - Colombia ;;
;; 31. CR - Costa Rica ;;
;; 32. HR - Croatia ;;
;; 33. CW - Curacao ;;
;; 34. CY - Cyprus ;;
;; 35. CZ - Czech Republic ;;
;; 36. DK - Denmark ;;
;; 37. DO - Dominican Republic ;;
;; 38. EC - Ecuador ;;
;; 39. EG - Egypt ;;
;; 40. SV - El Salvador ;;
;; 41. EE - Estonia ;;
;; 42. FJ - Fiji ;;
;; 43. FI - Finland ;;
;; 44. FR - France ;;
;; 45. GE - Georgia ;;
;; 46. DE - Germany ;;
;; 47. GH - Ghana ;;
;; 48. GI - Gibraltar ;;
;; 49. GR - Greece ;;
;; 50. GU - Guam ;;
;; 51. GT - Guatemala ;;
;; 52. GG - Guernsey ;;
;; 53. GN - Guinea ;;
;; 54. HT - Haiti ;;
;; 55. HN - Honduras ;;
;; 56. HK - Hong Kong ;;
;; 57. HU - Hungary ;;
;; 58. IS - Iceland ;;
;; 59. IN - India ;;
;; 60. ID - Indonesia ;;
;; 61. IQ - Iraq ;;
;; 62. IE - Ireland, Republic of ;;
;; 63. IL - Israel ;;
;; 64. IT - Italy ;;
;; 65. JM - Jamaica ;;
;; 66. JP - Japan ;;
;; 67. JE - Jersey ;;
;; 68. KZ - Kazakhstan ;;
;; 69. KE - Kenya ;;
;; 70. KR - Korea, South ;;
;; 71. KW - Kuwait ;;
;; 72. KG - Kyrgyzstan ;;
;; 73. LA - Laos ;;
;; 74. LV - Latvia ;;
;; 75. LB - Lebanon ;;
;; 76. LY - Libya ;;
;; 77. LT - Lithuania ;;
;; 78. LU - Luxembourg ;;
;; 79. MO - Macau ;;
;; 80. MK - Macedonia ;;
;; 81. MG - Madagascar ;;
;; 82. MW - Malawi ;;
;; 83. MY - Malaysia ;;
;; 84. ML - Mali ;;
;; 85. MT - Malta ;;
;; 86. MR - Mauritania ;;
;; 87. MU - Mauritius ;;
;; 88. MX - Mexico ;;
;; 89. MD - Moldova ;;
;; 90. ME - Montenegro ;;
;; 91. MA - Morocco ;;
;; 92. NP - Nepal ;;
;; 93. NL - Netherlands ;;
;; 94. NZ - New Zealand ;;
;; 95. NI - Nicaragua ;;
;; 96. NG - Nigeria ;;
;; 97. NO - Norway ;;
;; 98. OM - Oman ;;
;; 99. PK - Pakistan ;;
;; 100. PA - Panama ;;
;; 101. PY - Paraguay ;;
;; 102. PE - Peru ;;
;; 103. PH - Philippines ;;
;; 104. PL - Poland ;;
;; 105. PT - Portugal ;;
;; 106. PR - Puerto Rico ;;
;; 107. QA - Qatar ;;
;; 108. RE - Reunion ;;
;; 109. RO - Romania ;;
;; 110. RU - Russia ;;
;; 111. LC - Saint Lucia ;;
;; 112. SA - Saudi Arabia ;;
;; 113. SN - Senegal ;;
;; 114. RS - Serbia ;;
;; 115. SG - Singapore ;;
;; 116. SK - Slovakia ;;
;; 117. SI - Slovenia ;;
;; 118. ZA - South Africa ;;
;; 119. ES - Spain ;;
;; 120. LK - Sri Lanka ;;
;; 121. KN - St. Kitts and Nevis ;;
;; 122. SX - St. Marteen and St. Martin ;;
;; 123. SE - Sweden ;;
;; 124. CH - Switzerland ;;
;; 125. TW - Taiwan ;;
;; 126. TH - Thailand ;;
;; 127. TT - Trinidad and Tobago ;;
;; 128. TR - Turkey ;;
;; 129. UG - Uganda ;;
;; 130. UA - Ukraine ;;
;; 131. AE - United Arab Emirates ;;
;; 132. GB - United Kingdom ;;
;; 133. UY - Uruguay ;;
;; 134. VI - US Virgin Islands ;;
;; 135. UZ - Uzbekistan ;;
;; 136. VE - Venezuela ;;
;; 137. VN - Vietnam ;;
;; 138. ZM - Zambia ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Parameter 4 : installtype ;;
;; ;;
;; installtype=admin ;;
;; ;;
;; Specify the choice of Worldship Install type ;;
;; Valid install types are: ;;
;; ;;
;; Standalone - StandAlone WorkStation Install ;;
;; Admin - LAN Admin Install ;;
;; Remote - Remote Install from LAN or CD ;;
;; ;;
;; required for - Fresh Install of Standalone, Admin and Remote from CD ;;
;; Ignored for - Upgrade/Over Install ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Parameter 5 : targetdir ;;
;; Specify the Application Install Location for Binary files ;;
;; ;;
;; Specify valid local target directory for the install application ;;
;; files ;;
;; ;;
; Required: -Fresh Install(Old Directory Structure) for all install types ;;
; -Fresh Install(New Directory structure) for all install types, ;;
; if "customize" configuration is set to 'yes' ;;
; ;;
; Ignored -Upgrade/Over Install of Old and New Directory structure ;;
; -Fresh install(New) with "customize" configuration set to 'no' ;;
; OR ;;
; "customize" configuration parameter is missing ;;
; ;;
; Default Value (New): %PROGRAMFILES%\UPS\WSTD (32-bit) ;;
; Default Value (New): %PROGRAMFILES(X86)%\UPS\WSTD (64-bit) ;;
; Default Value (Old): C:\UPS\WSTD ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ;;
; Parameter 6 : datadir ;;
; Specify Application data directory for New directory structure ;;
; ;;
; Required For: ;;
; -Fresh Install(New Directory structure) of all install types, ;;
; if "customize" configuration is set to 'yes' ;;
; ;;
; ;;
; Ignored For: ;;
; -On upgrade/over-install(both Old and New directory structure) ;;
; -Fresh install(New) with "customize" configuration set to 'no' ;;
; OR ;;
; "customize" configuration parameter is missing ;;
; -Fresh Install(Old Directory Structure) of all install types ;;
; ;;
; ;;
; Default Value (New): %ALLUSERSPROFILE%\UPS\WSTD ;;
; Default Value (Old): Same as Application Install location(ex:C:\UPS\WSTD) ;;
; ;;
; Valid Values when "customize" is set to 'yes' in New directory structure ;;
; -Data Directory cannot be under windows or program files folders ;;
; -Application Data directory cannot match the application Install ;;
; directory ;;
; ;;
; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ;;
; Parameter 7 : sharedir ;;
; ;;
; sharedir=Z:\UPSShare ;;
; ;;
; Specify valid share directory for the LAN Share Files ;;
; ;;
; required for: ;;
; - Fresh Install of Admin and Remote from CD(old and New Directory Structure) ;;
; Ignored for: ;;
; - Upgrade/Over Install (both Old and New Directory structure) ;;
; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ;;
; Parameter 8 : customize ;;
; Specify if the fresh install should read customized Application Install and ;;
; Data Locations for New Directory structure) ;;
; ;;
; customize=yes ;;
; ;;
; Values : Yes ;;
; No ;;
; ;;
; A Value other than "yes" will cause the default behavior ignoring the 'targetdir' ;;
; and "datadir" parameters ;;
; ;;
; Optional for - Fresh Install of Standalone, admin, remote(New directory structure) ;;
; Ignored for - Upgrade/Over Install(Old and New) ;;
; - Fresh Install of Standalone, admin, remote(Old directory structure) ;;
; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ;;
; Parameter 9 : ignoreuserdata ;;
; Specify if the fresh install and following condition is met ;;
; ;;
; Condition: If user chooses a different install path than the previous install ;;
; directory where some user data already exists(Old Directory Structure) ;;
; User Data existence is determined by path given by the registry key ;;
; HKLM\Software\UPS\Installation\TargetDirectory is present on the system ;;
; and wstdShipUser.ini is present in the Target Directory. ;;
; This would be the case following a Regular Uninstall. ;;
; ;;
; ignoreuserdata=yes ;;
; ;;
; Values : Yes ;;
; No ;;
; ;;
; A Value "yes" will ignore the existing user data in the earlier install directory ;;
; and continue to install. Install will abort if the 'ignoreuserdata is set to 'no' ;;
; or does not exist ;;
; ;;
; Optional for - Fresh Install of Standalone, admin (Old directory structure) ;;
; Ignored for - Upgrade/Over Install(Old and New) ;;
; - Fresh Install of Standalone, admin, remote(New directory structure) ;;
; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ;;
; Parameter 10 : shortcut ;;
; Shortcut=yes ;;
; ;;
; Choice for Create a Desktop ;;
; ;;
; Values : Yes ;;
; No ;;
; ;;
; A Value other than "yes" will cause the default behavior of not creating any shortcut;;
; ;;
; Optional for - Fresh Install of Standalone, admin, remote ;;
; Ignored for - Upgrade/Over Install ;;
; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ;;
; Parameter 11 : AutoLaunchWorldShip ;;
; AutoLaunchWorldShip=yes ;;
; ;;
; Specify if WorldShip needs to auto Launch on install completion ;;
; ;;
; Valid Values : Yes - Launches Worldship ;;
; No - Does not Launch Worldship ;;
; ;;
; A Value other than "yes" will cause the default behavior of not Launching worldship ;;
; Optional for - fresh, upgrade or Over install ;;
; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ;;
; Parameter 12: FinishMoveDB ;;
; finishmovedb=yes ;;
; ;;
; Specify if you want to finish moving a database that was created on a different ;;
; system. ;;
; ;;
; Valid Values : Yes - Completes the Move DB operation ;;
; No - Does not move DB ;;
; ;;
; If the value is "yes", then the InstallType is automatically assumed to be ;;
; Standalone. ;;
; ;;
; Optional for - Fresh install of Standalone ;;
; Ignored for - Fresh install of Admin or Remote and also any upgrade/over install ;;
; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ;;
; Parameter 13 : BackupLocation ;;
; backuplocation=d:\temp\UPSWS_MoveBackup_20120924_v118 ;;
; ;;
; Specify the location of backup data that you want to move to the new system ;;
; ;;
; User must specify a valid backup db path. ;;
; ;;
; Required if finishmovedb flag is set to "yes" ;;
; Ignored for - Fresh install of Admin or Remote and also any upgrade/over install ;;
; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ;;
; Parameter 14 : enableSQL2012 ;;
; ;;
; enableSQL2012=yes ;;
; ;;
; Values : Yes ;;
; No ;;
; If the value is "yes", Allows users on windows 7, windows 8 an option to migrate ;;
; to SQL 2012 on upgrade/over-install if sql version is SQL 2005 OR SQL 2008 ;;
; ;;
; Optional - for upgrade/over-installs when the system has SQL 2005/2008 installed ;;
; Ignored - for fresh installs and if system is already on SQL2012 ;;
; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
</code>
View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.