How to Install Matlab R2019b from Intune
I have been tasked to migrate all our Matlab installation from SCCM to Intune. So I am starting with Matlab R2019b and having quite a hard time to get it working via Intune,
I’ve been using this custom install.bat file I found on reddit:
https://www.reddit.com/r/Intune/comments/1bjh28f/matlab_software_deployment_via_intune/#:~:text=We%20ended%20up%20wrapping%20the,a%20ton%20of%20small%20files.
setup.exe -inputFile C:tempmy_installer_input.txt timeout /t 60 >nul :WAITLOOP tasklist | find "MathWorksProductInstaller" >nul if not errorlevel 1 ( timeout /t 10 >nul goto :WAITLOOP )
I’ve finally been able to get it installed on my test environement but it’s missing all the installer input from the installer.ini file.
Any idea what I am doing wrong ?I have been tasked to migrate all our Matlab installation from SCCM to Intune. So I am starting with Matlab R2019b and having quite a hard time to get it working via Intune,
I’ve been using this custom install.bat file I found on reddit:
https://www.reddit.com/r/Intune/comments/1bjh28f/matlab_software_deployment_via_intune/#:~:text=We%20ended%20up%20wrapping%20the,a%20ton%20of%20small%20files.
setup.exe -inputFile C:tempmy_installer_input.txt timeout /t 60 >nul :WAITLOOP tasklist | find "MathWorksProductInstaller" >nul if not errorlevel 1 ( timeout /t 10 >nul goto :WAITLOOP )
I’ve finally been able to get it installed on my test environement but it’s missing all the installer input from the installer.ini file.
Any idea what I am doing wrong ? I have been tasked to migrate all our Matlab installation from SCCM to Intune. So I am starting with Matlab R2019b and having quite a hard time to get it working via Intune,
I’ve been using this custom install.bat file I found on reddit:
https://www.reddit.com/r/Intune/comments/1bjh28f/matlab_software_deployment_via_intune/#:~:text=We%20ended%20up%20wrapping%20the,a%20ton%20of%20small%20files.
setup.exe -inputFile C:tempmy_installer_input.txt timeout /t 60 >nul :WAITLOOP tasklist | find "MathWorksProductInstaller" >nul if not errorlevel 1 ( timeout /t 10 >nul goto :WAITLOOP )
I’ve finally been able to get it installed on my test environement but it’s missing all the installer input from the installer.ini file.
Any idea what I am doing wrong ? intune installation MATLAB Answers — New Questions