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
Netlogon Service stopped on SBS2003
converting mp3 to ringtones for iPhone
How to copy a new copy of MS Access when the mdb is open
Windows XP Pro SP3 Host File Entry Not Working
2 raid controllers managing the disk array
Visual Studio 2008 Threading Window
XP 10 inbound connection limit question
Acronis True Image 11 Home stops in the middle of the job
Identify keyboard layout
How to write a simple PHP login script