Creating Unattended /Silent MATLAB installation File

Steps :

1.       Creat Matlab install file

2.       Create Installation Shortcut with optional parameter

 

Creating mat lab install file:

*********************

destinationFolder=C:\Program Files\MATLAB\R2011b

fileInstallationKey=xxxxxxxx

agreeToLicense=yes

outputFile= %temp%

mode=automated

automatedModeTimeout=2000

licensePath=\\path\to\licencefile\network.lic

lmgrFiles=false

lmgrService=false

setFileAssoc=true

desktopShortcut=true

startMenuShortcut=true

createAccelTask=false

 

Name this file as robotinc.txt

Create Shortcut

Create new shortcut with following parameters.

Syntax : setup.exe  –inputfile robotinc.txt

 

.