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
Dynamically passing the parameter the service constructor (without configuration file)
Creation of a CSV file in ASP
DD-WRT USB HARD DISK Network Sharing on windows & linux box
HD low level protection
Will there be a 13" Macbook with an iCore processor anytime soon? Safe to buy C2D?
Sharepoint|IIS| Web Application port number
osx system no longer logging into windows domain
quorum drive
I want to make Liberty reserve API
split comma delimited values into seperate columns in SQL 2005