##################################################################
#
# Name: uninstaller.ini
#
# Purpose: Input file used by the PC Silent Uninstaller for
# setting specific parameters required by the
# uninstaller at runtime.
#
# $Revision: 1.6 $
# $Date: 2002/04/11 14:29:01 $
#
#
# Instructions for running in Silent mode
#
#
# To run the uninstaller in silent mode use:
# uninstall.exe -if
#
# where:
# -if specifies the name of the uninstaller initialization
# file required for silent mode. This file provides the uninstaller
# with required input without using the GUI.
#
# Note:
# This file should be used as a template for your input file
# data. 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
#
# SET THE ROOT DIRECTORY OF THE MATLAB INSTALLATION TO BE REMOVED; Required
# For example: directory=C:\matlab
#
directory=
# SET OUTPUT LOG NAME; Required to log output data (Default:
# $matlab\uninstall\output.log).
# For example: outlog=C:\temp\output.log
outlog=
# SET PRODUCTS; Set to true if you want to uninstall products and the help
# files, false if you want to remove only help (Default: true).
# The PRODUCTSON and HELP options are mutually exclusive.
#
productson=true
# SET HELP; Set to true/false to uninstall only the help files (Default: false).
# The PRODUCTSON and HELP options are mutually exclusive.
#
help=false
# SET PREFS; Set to true/false to uninstall your MATLAB preferences when
# uninstalling MATLAB. (Default: false).
#
prefs=false
# SET TIME OUT (in milliseconds) FOR DISPLAYING DIALOGS; Required
# By default, the dialog boxes display on the screen for one second.
#
timeout=1000
# SPECIFY PRODUCTS YOU WANT TO UNINSTALL; Required
# By default, when product=all, the installer uninstalls all the products/help
# that are installed.
# To uninstall 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=Filter Design Toolbox
#product=Financial Derivatives Toolbox
#product=Financial Time Series Toolbox
#product=Financial Toolbox
#product=Fixed-Point Blockset
#product=Filter Design and Quantization Toolbox
#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 License Manager Service
#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=Nonlinear Control Design Blockset
#product=Neural Network 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=Requirements Management Interface
#product=Robust Control Toolbox
#product=SB2SL (converts models to Simulink)
#product=Signal Processing Toolbox
#product=SimMechanics
#product=SimPowerSystems
#product=Simulink Accelerator
#product=Simulink Report Generator
#product=Spline Toolbox
#product=Stateflow
#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