How to MCR R2013b Silent Install?

5 views (last 30 days)
Michael Layug
Michael Layug on 27 Feb 2015
Answered: Michael Layug on 17 Mar 2015
I'm trying to repackage MATLAB Compliler Runtime 8.2 (MCR_R2013b_win64_installer), which is a compressed EXE. I'm using AdminStudio Repackager and no matter how I capture it, it still wants User Interaction. Is there an MSI I can extract from this file?

Answers (2)

Michael Layug
Michael Layug on 27 Feb 2015
I'm going to be trying this solution from a much older version:
I. Silent (non-interactive) Installation
NOTE: This procedure requires Administrator privileges.
The MATLAB Compiler 4.4 (R2006a) MCRInstaller.exe has a silent option. To perform a silent install to the default location:
MCRInstaller.exe /w /s /v/qn
This command uses the following flags:
/w is to wait for exit
/s is for silent
/v passes qn or query number to MSI installer
NOTE: Spacing is important in this command. There must be spaces between each of the flags, except between /v and /qn.

Michael Layug
Michael Layug on 17 Mar 2015
It isn't working. It's timing out. I'm guessing a script is needed for some environmental prepping before this program is run. Any tips?

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!