################################################################## # # Name: installer.ini # # Purpose: Input file used by the Windows Silent Installer for # setting specific parameters required by the # installer at runtime. # # $Revision: 1.1.6.1.2.1 $ # # 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. # ################################################################## # # START INPUT FIELDS # # SPECIFY YOUR FINAL INSTALLATION PATH; Required # For example: destination=C:\MATLAB\R2006b # destination= # SPECIFY PLP; Required # For example: plp=16-xxxxx-xxxxx-xxxxx-xxxxx..... # plp= # SPECIFY USER NAME; Required # For example: name=John Q. MATLABuser # name= # SPECIFY YOUR COMPANY NAME; Required # company= # 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 CD-ROM. # For example: license=yes # license= # CD#2 AREA; Required if installing products from CD #2 # Indicate where the installer can find the second CD, if necessary. # For example: CD2=C:\mathworks\cd2 # CD2= # CD#3 AREA; Required if installing products from CD #3 # Indicate where the installer can find the third CD, if necessary. # For example: CD3=C:\mathworks\cd3 # CD3= # SPECIFY OUTPUT LOG NAME; Optional # This file records the results of the installation. # 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= # 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. # 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; 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 # UPDATE LICENSE FILE; Optional # Set to true if you just want to update your license (without installing any files) # (Default: false) update=false # GUI VISIBILITY; Optional # Set to true if you would like the Installer GUI to be visible, or false if you # would like it to be invisible (Default: true) visible=true # SPECIFY PRODUCTS YOU WANT TO INSTALL; Required # By default, when product=all, the installer installs all the products/help for # which you are licensed. Products you are not licensed for will never be 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=Distributed Computing Toolbox #product=Embedded Target for Infineon C166 Microcontrollers #product=Embedded Target for Motorola HC12 #product=Embedded Target for Motorola MPC555 #product=Embedded Target for TI C2000 DSP #product=Embedded Target for TI C6000 DSP #product=Excel Link #product=Extended Symbolic Math Toolbox #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=GARCH Toolbox #product=Gauges Blockset #product=Genetic Algorithm and Direct Search Toolbox #product=Image Acquisition Toolbox #product=Image Processing Toolbox #product=Instrument Control Toolbox #product=Link for Code Composer Studio #product=Link for ModelSim #product=Link for TASKING #product=Mapping Toolbox #product=MATLAB Builder for .NET #product=MATLAB Builder for Excel #product=MATLAB Builder for Java Language #product=MATLAB Compiler #product=MATLAB Distributed Computing Engine #product=MATLAB Report Generator #product=MATLAB Web Server #product=Model-Based Calibration Toolbox #product=Model Predictive Control Toolbox #product=Neural Network Toolbox #product=OPC Toolbox #product=Optimization 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=SimEvents #product=SimHydraulics #product=SimMechanics #product=SimPowerSystems #product=Simulink Accelerator #product=Simulink Control Design #product=Simulink Fixed Point #product=Simulink HDL Coder #product=Simulink Parameter Estimation #product=Simulink Report Generator #product=Simulink Response Optimization #product=Simulink Verification and Validation #product=Spline Toolbox #product=Stateflow #product=Stateflow Coder #product=Statistics Toolbox #product=Symbolic Math Toolbox #product=System Identification Toolbox #product=SystemTest #product=Video and Image Processing Blockset #product=Virtual Reality Toolbox #product=Wavelet Toolbox #product=xPC Target #product=xPC Target Embedded Option