are there any specific instructions or a 'heads up' on pushing the install of MatLab onto end users via SCCM deployment.

답변 (3개)

Diego Pulido-Lopez
Diego Pulido-Lopez 2020년 11월 30일
편집: Diego Pulido-Lopez 2020년 11월 30일

2 개 추천

Download the installer from your account.
Run the installer, login with your email address, click on advanced options and choose "download without installation".
Have a look at the installer_input.txt file.
Create a batch file (important: store as ANSI, not UTF-8) with the following lines:
"%~dp0setup.exe" -inputFile "%~dp0installer_YOURFILENAMEHERE.txt"
:CHECK
if exist "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\MATLAB R2020b\MATLAB R2020b.lnk" (goto END)
if not exist "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\MATLAB R2020b\MATLAB R2020b.lnk" (timeout /t 10 /nobreak)
if not exist "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\MATLAB R2020b\MATLAB R2020b.lnk" (goto CHECK)
:END
exit 3010
Adjust the file-/pathnames to your version. This one is for release R2020B
Scott Weaver
Scott Weaver 2017년 10월 26일

0 개 추천

We were trying to find this same information and here is what we were told: ----------- On Fri, Sep 1, 2017 at 10:47 AM, US MathWorks Support <mailto:support@mathworks.com support@mathworks.com> wrote: Hello J**** C******,
Thank you for contacting MathWorks Support. We do not qualify installation of MATLAB through SCCM, however if you are having trouble, try installing with just the Silent installation script, if that does not work then please let me know and we can troubleshoot that file to see if it is the root of the cause.
If you have any further questions, please do not hesitate to email me back. Please be sure to keep the REF ID included at the bottom of this email intact when replying to this message.
Your Case Number is ******.
If you have a new technical support question, please submit a new request here:
Regards,
Kyle Perry MathWorks Installation Support
kamal
kamal 2022년 10월 12일

0 개 추천

Hi, How to get offline installer of matlab.

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

태그

질문:

2017년 10월 12일

답변:

2022년 10월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by