################################################################## # # Name: installer.ini # # Purpose: Installer initialization file template. Use this file # to specify parameters required by the installer at runtime. # # $Revision: 1.1.6.15 $ # # INSTRUCTIONS FOR RUNNING IN SILENT MODE # # To run the installer in silent mode: # # 1. Create a copy of this template file and fill in the required # information. # # 2. Open a DOS Command prompt window and navigate to the folder # containing the installer executable. # # 3. Launch the installer from the command line, using the -if option # to specify the name of your installer initialization file. # # setup.exe -if # # NOTE: If you want to run the activation application in silent # mode immediately after the installer completes, you must create # an activation initialization file and specify its name as the # value of the activationPropertiesFile= option. You can also # pass the name of the activation initialization file to the # installer using the -activationPropertiesFile command line # option. # # NOTE: By default, the installer still displays the installer # dialog boxes when run in silent mode. If you want to suppress # the display of these dialog boxes during a silent installation, # set the visible= option to false. # ################################################################## # # # SPECIFY INSTALLATION FOLDER PATH (Required) # # Example: destination=C:\MATLAB\R2009b destination= # # SPECIFY FILE INSTALLATION KEY (Required) # # Example: fileInstallationKey=xxxxx-xxxxx-xxxxx-xxxxx..... fileInstallationKey= # # ACCEPT LICENSE AGREEMENT (Required) # # You must agree to the license agreement to install The MathWorks' products. # The license agreement can be found in the license.txt file at the # root level of the installation disk. # # Example: license=yes license= # # SPECIFY OUTPUT LOG NAME (Optional) # # Specify full path of file into which you want the results of the # installation to be recorded. # # For example: outlog=C:\temp\installer.log outlog= # # SPECIFY PATH TO LICENSE FILE (Required for concurrent licenses only) # # For example: license_path=C:\TEMP\license.dat license_path= # # CHOOSE TO INSTALL LICENSE MANAGER (Required for concurrent licenses only) # # Installs license manager files to disk in $MATLAB\flexlm. # # NOTE: You only need to install the license manager files # on your license server. # # Set to true or false; default is false. lmgr_files=false # INSTALL LICENSE MANAGER AS A SERVICE (Required for concurrent licenses only) # # Configure the license manager as a service on Windows. # # Note: The lmgr_files option (set in previous step) must also be set to true. # # Set to true or false (Default: false). lmgr_service=false # SET TIME OUT (in milliseconds) FOR DISPLAYING DIALOGS (Optional) # # By default, the dialog boxes display on the screen for one second. # (Default: 1000) timeout=1000 # SET TIME OUT (in milliseconds) FOR WEB SERVICE CALLS; Optional # By default, the web service calls have their default timeout # defined internally. # (Default: 0, use the service's default) wstimeout=0 # INSTALL ALL FILES WITH READ-ONLY PERMISSION; Optional # Set to true or false (Default: false). # readonly=false # SPECIFY GUI VISIBILITY (Optional) # # Set to true if you would like the Installer GUI to be visible during # silent mode installation, or false if you # would like it to be invisible (Default: true) visible=true # CHOOSE TO CREATE DESKTOP SHORTCUT # # Set to true if you would like the installer to create a desktop shortcut icon when # MATLAB is installed or false if you don't want the shortcut created. (Default: true) desktop_shortcut=true # CHOOSE TO ADD SHORTCUT TO WINDOWS START MENU # # Set to true if you would like the installer to create a Start Menu shortcut icon when # MATLAB is installed or false if you don't want the shortcut created. (Default: true) start_menu_shortcut=true # SPECIFY PRODUCTS YOU WANT TO INSTALL (Required) # # By default, when product=all, the installer installs all the products and # documentation for which you are licensed. Products you are not licensed for # are not installed, even if they are listed here. # # To install specific products: # 1. Comment out the product=all line by putting a pound sign (#) character # at the beginning of the line. # 2. Uncomment the product= line for the product(s) you want to install. product=all #product=MATLAB #product=Simulink #product=Aerospace Blockset #product=Aerospace Toolbox #product=Bioinformatics Toolbox #product=Communications Blockset #product=Communications Toolbox #product=Control System Toolbox #product=Curve Fitting Toolbox #product=Data Acquisition Toolbox #product=Database Toolbox #product=Datafeed Toolbox #product=Econometrics Toolbox #product=EDA Simulator Link #product=Embedded IDE Link #product=Filter Design HDL Coder #product=Filter Design Toolbox #product=Financial Derivatives Toolbox #product=Financial Toolbox #product=Fixed-Income Toolbox #product=Fixed-Point Toolbox #product=Fuzzy Logic Toolbox #product=Gauges Blockset #product=Genetic Algorithm and Direct Search Toolbox #product=Image Acquisition Toolbox #product=Image Processing Toolbox #product=Instrument Control Toolbox #product=Mapping Toolbox #product=MATLAB Builder EX #product=MATLAB Builder JA #product=MATLAB Builder NE #product=MATLAB Compiler #product=MATLAB Distributed Computing Server #product=MATLAB Report Generator #product=Model-Based Calibration Toolbox #product=Model Predictive Control Toolbox #product=Neural Network Toolbox #product=OPC Toolbox #product=Optimization Toolbox #product=Parallel Computing Toolbox #product=Partial Differential Equation Toolbox #product=Real-Time Windows Target #product=Real-Time Workshop #product=Real-Time Workshop Embedded Coder #product=RF Blockset #product=RF Toolbox #product=Robust Control Toolbox #product=Signal Processing Blockset #product=Signal Processing Toolbox #product=SimBiology #product=SimDriveline #product=SimElectronics #product=SimEvents #product=SimHydraulics #product=SimMechanics #product=SimPowerSystems #product=Simscape #product=Simulink 3D Animation #product=Simulink Control Design #product=Simulink Design Optimization #product=Simulink Design Verifier #product=Simulink Fixed Point #product=Simulink HDL Coder #product=Simulink Report Generator #product=Simulink Verification and Validation #product=Spline Toolbox #product=Spreadsheet Link EX #product=Stateflow #product=Stateflow Coder #product=Statistics Toolbox #product=Symbolic Math Toolbox #product=System Identification Toolbox #product=SystemTest #product=Target Support Package #product=Vehicle Network Toolbox #product=Video and Image Processing Blockset #product=Wavelet Toolbox #product=xPC Target #product=xPC Target Embedded Option # SPECIFY ACTIVATION PROPERTIES FILE (Optional) # # The path to an existing file that contains properties to configure # the activation process. activationPropertiesFile=