Matlab R2009b 7.x
Company: MathWorks
Setup Type: Legacy setup with answer file support
Package Difficulty Rating: TBD [ Rate It or View Ratings ]
Most Commonly Reported Method: not yet established
Record Created On: 11/11/2009
Number of Views: 1,670
 
  
 
Software Knowledge Base: The software knowledge base contains details on over 60,000. The closest record matching this software package is displayed here. Browse the Software KB directly to find similar records.

Full Name: MATLAB R2009b

Version: 7.9

Publisher: The MathWorks, Inc.

Help: www.mathworks.com/support

Uninstall String: C:\Program Files\MATLAB\R2009b\uninstall\uninstall.exe C:\Program Files\MATLAB\R2009b\

More Info URL: www.mathworks.com

Categories: Unknown

Threat: Unknown

 
 
Command Lines: Command line details for installation and removal of this software. Details may include available command line arguments and/or public properties.

No information at this time. Discuss this package in the forum or click here if you have something to contribute!

 
 
Notes: Shared "notes from the field" covering how to handle the automated installation of this software.

Create a batch file that first copies down the license.dat file to the local drive
and then runs "setup.exe -if installer.ini"
Installer.ini has to be edited, with entries like destination folder name, PLP
and location of the license.dat file
It works pretty well.

For the uninstall, run
"c:\program files\Matlabr2009b\uninstall\uninstall.exe" -if "c:\temp\uninstaller.ini"
The uninstaller.ini file is found in c:\program files\Matlabr2009b\uninstall along with uninstall.exe. The ini file needsto be edited.

Above Entry Provided on 11/12/2009 by scarneiro
Rate It
Rating
1

An automated windows installation of matlab is fairly painless, however that's not the case for the linux version. I contacted mathworks who told me that the linux version had no option for an automated install. In light of this, the following expect script answers all the questions matlab R2009b asks on install.

#!/usr/bin/expect
set timeout -1
spawn ./install -t
expect ">"
send "a\r"
expect "Enter the MATLAB root folder >*"
send "/usr/local/matlab/\r"
expect "Enter your File Installation Key >*"
send "your-serial-number\r"
expect "Enter a number to toggle installing*"
send "c\r"
expect "Do you want to create symbolic links*"
send "y\r"
expect "Enter the location for the links*"
send "\r"
expect "Enter the location of the license file >*"
send "/usr/local/matlab/license.dat\r"
expect "Begin Installation*"
send "y\r"

1) Install expect (under debian/ubuntu : "apt-get install expect")
2) paste the above script into matlab.exp
3) move the script to the directory in which you downloaded matlab (/tmp/matlab/unix)
4) make the script executable (chmod +x matlab.exp)
5) execute the script as root or sudo (sudo ./matlab.exp)
6) let it talk to itself for a while. Depending on the computer, this can take up to 15 minutes for a full install with all the toolboxes.

Above Entry Provided on 12/8/2009 by Eoin
Rate It
Rating
1
 
 
Virtualization: Information regarding how to work with this software in creating a virtual deployment package for products like Altiris SVS and Microsoft SoftGrid.

No information at this time. Discuss this package in the forum or click here if you have something to contribute!

 
 
Terminal Services: Notes on how to address problems working with this software in a Terminal Services session as with Citrix shared environments.

No information at this time. Discuss this package in the forum or click here if you have something to contribute!

 
 
Related Links: Additional resources to reference in regards to the deployment and configuration of this software.
 
Security Information: Details covering which files, directories and/or registry entries must be opened to standard users for operation in a locked down environment.

No information at this time. Discuss this package in the forum or click here if you have something to contribute!

 
 
Discussion threads: Discussion topics in the AppDeploy message boards that have been linked as relevant information to this entry.
 

 


Report a problem
  Printer Friendly Version