/build/static/layout/Breadcrumb_cap_w.png

Install software via a network share

Under Library | postinstallation tasks, create a new Windows batch script.

-Map your network drive using /user if needed

net use k: \\servername\share /user:username password

-Install the software

start /wait k:\setup.exe /s

or

msiexec /qn /i k:\setup.msi

or

call k:\setup.bat

-Disconnect the share

net use k: /d /y


Comments

This post is locked
 
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