Microsoft
Software
Hardware
Network
Question : Remote Software Installation - Silent
Hi,
I wanting to install some software remotely, using a simple batch file to call an msi file.
My command line reads as follows;
msiexec /package setup.msi /qn
This works fine and installs the software.
But, a DOS window appears on the users screen until the software has installed.
I'd like the software to be a true silent install. Of course the "/qn" switch confirms no user interaction, but how do I get the software to install in the background, with no pop up windows on the users screen??
Thanks
Answer : Remote Software Installation - Silent
try use "start":
start msiexec /i setup.msi /qn
Random Solutions
How to alter web page so Google Chrome will clear old data?
qmail ,mutt problem: Error sending message, child exited 127 (Exec error.).
sum by date and variable (horizontal)
How to get an USB speaker to work with Eee PC 900 Xandros Linux
'System.Xml.Linq' doesn't contain any public member
How to find out what version of remote OpenSSL server is running?
Advanced Facebook Fan Page Formatting
Service Tag
help calling javascript function
batch file to write network delay into textfile