Advertisement
Valiante

installer_input.txt

Aug 10th, 2023
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 KB | None | 0 0
  1. ##################################################################
  2. ##
  3. ## Use this file to specify parameters required by the installer at runtime.
  4. ##
  5. ## Instructions for using this file.
  6. ##
  7. ## 1. Create a copy of this template file and fill in the required
  8. ## information.
  9. ##
  10. ## 2. Uncomment only those lines that start with a single '#'
  11. ## and set the desired values. All allowed values for the
  12. ## parameters are defined in the comments section for each
  13. ## parameter.
  14. ##
  15. ## 3. Launch the installer from the command line, using the -inputFile option
  16. ## to specify the name of your installer initialization file.
  17. ##
  18. ## (Windows) setup.exe -inputFile <file_name>
  19. ## (Linux/macOS) install -inputFile <file_name>
  20. ##
  21. ##################################################################
  22. ##
  23. ##
  24. ## SPECIFY INSTALLATION FOLDER
  25. ##
  26. ## Example:
  27. ## (Windows) destinationFolder=C:\Program Files\MATLAB\RXXXX
  28. ## (Linux) destinationFolder=/usr/local/RXXXX
  29. ## (macOS) destinationFolder=/Applications
  30. ##
  31. ## Set the desired value for destinationFolder and
  32. ## uncomment the line.
  33.  
  34. destinationFolder="C:\Program Files\MATLAB\R2023a"
  35.  
  36. ##
  37. ## SPECIFY FILE INSTALLATION KEY
  38. ##
  39. ## Example: fileInstallationKey=xxxxx-xxxxx-xxxxx-xxxxx.....
  40. ##
  41. ## Set the desired value for fileInstallationKey and
  42. ## uncomment the line.
  43. ##
  44.  
  45. fileInstallationKey=52050-16213-11059-13350-52007-58318-55545-63473-10039-07207-18756-24521-20672-01465-52556-30947
  46.  
  47. ##
  48. ## ACCEPT LICENSE AGREEMENT
  49. ##
  50. ## You must agree to the license agreement to install MathWorks products.
  51. ## The license agreement can be found in the license_agreement.txt file at the
  52. ## root level of the installation DVD.
  53. ##
  54. ## Example: agreeToLicense=yes
  55. ##
  56. ## Set agreeToLicense value to yes or no and
  57. ## uncomment the line.
  58.  
  59. agreeToLicense=yes
  60.  
  61. ##
  62. ## SPECIFY OUTPUT LOG
  63. ##
  64. ## Specify full path of file into which you want the results of the
  65. ## installation to be recorded.
  66. ##
  67. ## Example:
  68. ## (Windows) outputFile=C:\TEMP\mathworks_<user_name>.log
  69. ## (Linux/macOS) outputFile=/tmp/mathworks_<user_name>.log
  70. ##
  71. ## Set the desired value for outputFile and
  72. ## uncomment the line.
  73.  
  74. outputFile=c:\Windows\logs\Software\Mathworks_MatlabR2023a_install.log
  75.  
  76. ##
  77. ## Enable Login Named User licensing
  78. ##
  79. ## Set to Yes to enable use of a Login Named User license for all users of this MATLAB installation
  80. ## Users must log in to their MathWorks Account when MATLAB starts.
  81. ##
  82. ## Example: enableLNU=yes
  83. ##
  84. ## NOTE: This flag is valid in silent installations only.
  85.  
  86. enableLNU=yes
  87.  
  88. ##
  89. ## IMPROVE MATLAB
  90. ##
  91. ## Improve MATLAB by sending user experience information to MathWorks.
  92. ## Your participation ensures that you are represented and helps us design
  93. ## better products. You can opt in or out of this service either during
  94. ## installation or by going to MATLAB preferences.
  95. ## https://www.mathworks.com/support/faq/user_experience_information_faq.html
  96.  
  97. improveMATLAB=no
  98.  
  99. ########## Begin: Options for Network License Types #########
  100. ##
  101. ## SPECIFY PATH TO LICENSE FILE (Required for network license types only)
  102. ##
  103. ## This value is required when installing as a Network End-User
  104. ## Example:
  105. ## (Windows) licensePath=C:\TEMP\license.dat
  106. ## (Linux) licensePath=/tmp/license.dat
  107. ## Set the desired value for licensePath and
  108. ## uncomment the line.
  109.  
  110. # licensePath=
  111.  
  112. ########## End: Options for Network License Types #########
  113.  
  114.  
  115. ################# Begin - Windows Only Options ################
  116. ##
  117. ## CHOOSE TO SET FILE ASSOCIATIONS
  118. ##
  119. ## Set to true if you want the installer to associate file types used by MathWorks
  120. ## products to this version of MATLAB, or false if you do not want the installer to
  121. ## associate MathWorks file types with this version of MATLAB.
  122. ##
  123. ## Default value is true.
  124. ##
  125. ## Set setFileAssoc value to true or false and
  126. ## uncomment the line.
  127.  
  128. setFileAssoc=true
  129.  
  130. ##
  131. ## CHOOSE TO CREATE WINDOWS DESKTOP SHORTCUT
  132. ##
  133. ## Set to true if you would like the installer to create a desktop shortcut icon
  134. ## when MATLAB is installed or false if you don't want the shortcut created.
  135. ##
  136. ## Default value is false.
  137. ##
  138. ## Set desktopShortcut value to true or false and
  139. ## uncomment the line.
  140.  
  141. desktopShortcut=false
  142.  
  143. ## CHOOSE TO ADD SHORTCUT TO WINDOWS START MENU
  144. ##
  145. ## Set to true if you would like the installer to create a Start Menu shortcut
  146. ## icon when MATLAB is installed or false if you don't want the shortcut created.
  147. ##
  148. ## Default value is true.
  149. ##
  150. ## Set startMenuShortcut value to true or false and
  151. ## uncomment the line.
  152.  
  153. startMenuShortcut=true
  154.  
  155. ## CREATE a MATLAB Startup Accelerator task
  156. ##
  157. ## The MATLAB Startup Accelerator installer creates a
  158. ## system task to preload MATLAB into the system's cache
  159. ## for faster startup.
  160. ##
  161. ## NOTE: By default, a MATLAB Startup Accelerator task will
  162. ## automatically be created.
  163. ##
  164. ## If you want a MATLAB Startup Accelerator task to be created,
  165. ## do not edit this section.
  166. ##
  167. ## Set createAccelTask value to false if you do not want to
  168. ## create an Accelerator task and uncomment the line.
  169.  
  170. # createAccelTask=true
  171.  
  172. ################ End - Windows Only Options ################
  173.  
  174. ## SPECIFY PRODUCTS YOU WANT TO INSTALL
  175. ##
  176. ## By default, the installer installs all the products and
  177. ## documentation for which you are licensed. Products you are not licensed for
  178. ## are not installed, even if they are listed here.
  179. ##
  180. ## Note:
  181. ## 1. To automatically install all your licensed products, do not edit
  182. ## any lines in this section.
  183. ##
  184. ## 2. To install a specific product or a subset of products for
  185. ## which you are licensed, uncomment the line for the product(s) you want
  186. ## to install.
  187.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement