Hi,
I have posted this on two other MS Forums and was advised by Nicholas Li - Microsoft Contingent Staff, Moderator at
System Center Essentials - Software Deployment - to post the question here--:
I am trying to remotely install MicrosoftFixit50195.msi (Resets Internet Explorer). We are using ie7 on WinXP3. I am using "/quiet" but the remote install always fails. Anyone know what other MSI options I can use?? If i run the MSI interactively with
"/quiet" the "RESET or CANCEL" window and then the "CLOSE" window always pop up. How can I do a completely silent install..??
If I am logged in to our test PC and at a command prompt I manually type:
msiexec /i MicrosoftFixit50195.msi /qn
a silent install is started, skipping the Licence agree etc, BUT the two pop-up windows "RESET or CANCEL" window and then the "CLOSE" window always pop up.
I have tried creating a "Response Transform (MST)" but this does not help.
If anyone knows how to do a total silent install (e.g. by including one or more "PROPERTY" parameters) this would be greatly appreciated.