################################################################## # # Name: installer.ini # # Purpose: Input file used by the PC Silent Installer for # setting specific parameters required by the # installer at runtime. # # $Revision: 1.6 $ # # Instructions for running in Silent mode # # To run the installer in silent mode use: # setup.exe -if # # where: # -if specifies the name of the installer initialization # file required for silent mode. This file provides the installer # with required input without using the GUI. # # Note: # This file (installer.ini) should be used as a template for your input file. # Please ensure that required fields have all been defined. # # # The MathWorks, Inc. # 3 Apple Hill Drive # Natick Mass. 01760-1500 # All Rights Reserved # # ################################################################## # # START INPUT FIELDS # # SPECIFY YOUR FINAL INSTALLATION PATH; Required # For example: destination=C:\matlabR13 # destination= # SPECIFY PLP; Required # For example: plp=13-xxxxx-xxxxx-xxxxx-xxxxx..... # plp= # SPECIFY USER NAME; Required # For example: name=John Q. MATLABuser # name= # SPECIFY YOUR COMPANY NAME; Required # company= # SPECIFY OUTPUT LOG NAME; Optional # This file records the results of the installation. # For example: output=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= # INSTALL LICENSE MANAGER FILES; 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 # Installs license manager as a service on Windows NT and 2000. # 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 # INSTALL HELP FILES; Optional # Set to true or false to install Help files in English (Default: true). # help= # INSTALL JAPANESE HELP; Optional # Set to true or false to install Help files in Japanese (Default: false). # If you set this to true, both English AND Japanese help files will be installed. # jhelp= # INSTALL HELP ONLY; Optional # Set to true or false to install only the help files (Default: false). # helponly= # SPECIFY HELP SOURCE PATH; Optional # This is the directory to install the help files **FROM**. # For example: N:\mynetwork\doc_directory # helppath= # SET TIME OUT (in milliseconds) FOR DISPLAYING DIALOGS; Required # By default, the dialog boxes display on the screen for one second. # timeout=1000 # INSTALL ALL FILES WITH READ-ONLY PERMISSION; Optional # Set to true or false (Default: false). # readonly=false # CHECK FOR NEW AND UPDATED PRODUCTS; Optional # The installer can check www.mathworks.com for new and # updated products that have been released after this CD was produced. # Set to true or false (Default: true). # update_check=true # REBOOT SYSTEM WHEN RECOMMENDED; Optional # Set to true or false (Default: false). # reboot=false # SPECIFY PRODUCTS YOU WANT TO INSTALL; Required # By default, when product=all, the installer installs all the products/help for # which you are licensed. # 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=CDMA Reference Blockset #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=Dials and Gauges Blockset #product=DSP Blockset #product=Embedded Target for Motorola MPC555 #product=Embedded Target for TI C6000 DSP #product=Excel Link #product=Extended Symbolic Math #product=Filter Design Toolbox #product=Financial Derivatives Toolbox #product=Financial Time Series Toolbox #product=Financial Toolbox #product=Fixed-Point Blockset #product=Fuzzy Logic Toolbox #product=Garch Toolbox #product=Image Processing Toolbox #product=Instrument Control Toolbox #product=LMI Control Toolbox #product=Mapping Toolbox #product=MATLAB COM Builder #product=MATLAB Compiler #product=MATLAB Excel Builder #product=MATLAB Link for Code Composer Studio #product=MATLAB Report Generator #product=MATLAB Runtime Server #product=MATLAB Web Server #product=Model-Based Calibration Toolbox #product=Model Predictive Control Toolbox #product=Mu-Analysis and Synthesis Toolbox #product=Neural Network Toolbox #product=Nonlinear Control Design Blockset #product=Optimization Toolbox #product=Partial Differential Equation Toolbox #product=Real-Time Windows Target #product=Real-Time Workshop #product=Real-Time Workshop Embedded Coder #product=Requirements Management Interface #product=Robust Control Toolbox #product=SB2SL (converts models to Simulink) #product=Signal Processing Toolbox #product=SimMechanics #product=SimPowerSystems #product=Simulink Performance Tools #product=Simulink Report Generator #product=Spline Toolbox #product=Stateflow #product=Stateflow Coder #product=Statistics Toolbox #product=Symbolic Math Toolbox #product=System Identification Toolbox #product=Virtual Reality Toolbox #product=Wavelet Toolbox #product=xPC Target #product=xPC Target Embedded Option