Deploy MatLab via SCCM
Ältere Kommentare anzeigen
are there any specific instructions or a 'heads up' on pushing the install of MatLab onto end users via SCCM deployment.
Antworten (3)
Diego Pulido-Lopez
am 30 Nov. 2020
Bearbeitet: Diego Pulido-Lopez
am 30 Nov. 2020
2 Stimmen
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
am 26 Okt. 2017
0 Stimmen
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
am 12 Okt. 2022
0 Stimmen
Hi, How to get offline installer of matlab.
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!