/build/static/layout/Breadcrumb_cap_w.png

Setting up Single Managed install for multiple softwares

Hi All,

I would like to install software's stored in network path to client machines, I have adobe,Java,mozilla.chrome and other softwares to 
be installed from MI, can we install software's stored in Network from MI? how to couple all the softwares in a single install?

0 Comments   [ + ] Show comments

Answers (1)

Posted by: rockhead44 7 years ago
Red Belt
0
Sure. Target the path(s) with a batch file. Have single lines for each installer. 

I would use the pushd command to temporarily map a drive for each path you need to use. The popd at the end to remove the mapping.

Here's an example of one I played with a while back to deploy both Flash and Java from network drives

=============================================================================================
pushd \\server\folder

msiexec.exe /i install_flash_player_18_active_x.msi /qn

taskkill /F /IM iexplorer.exe
taskkill /F /IM iexplore.exe
taskkill /F /IM firefox.exe
taskkill /F /IM chrome.exe
taskkill /F /IM javaw.exe
taskkill /F /IM jqs.exe
taskkill /F /IM jusched.exe

WMIC product where "Name LIKE '%%java%%'" call uninstall /nointeractive

taskkill /F /IM iexplorer.exe
taskkill /F /IM iexplore.exe
taskkill /F /IM firefox.exe
taskkill /F /IM chrome.exe
taskkill /F /IM javaw.exe
taskkill /F /IM jqs.exe
taskkill /F /IM jusched.exe

msiexec /i "\\server\folder\jre1.8.0_45.msi" INSTALL_SILENT=1 STATIC=0 AUTO_UPDATE=0 WEB_JAVA=1 WEB_ANALYTICS=0 EULA=0 REBOOT=0 NOSTARTMENU=1 SPONSORS=0 /qn

exit

popd

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ