How to MCR R2013b Silent Install?

5 次查看(过去 30 天)
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?

回答(2 个)

Michael Layug
Michael Layug 2015-2-27
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 2015-3-17
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?

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by