Deployment of standalone .msp files
How can I deploy a simple .msp updated that does not require any dependencies? I tried to use Msiexec /patch name.msp /qn. I have also used the default install option via managed installs and simply adding the /i /q /n. However I am not seeing it being pushed with success.
K1000 Version 5.4xxxx
Thank you all for the help thus far.
-
what is this updating? Do you have the MSI? - areiner 11 years ago
-
it is a simply patch update for Lync 2010. - ITROCKS 11 years ago
-
simple not simply. sorry. - ITROCKS 11 years ago
-
You can click edit and correct your errors. - SMal.tmcc 11 years ago
Answers (1)
According to the following link, it's "/update" instead of "/patch": http://msdn.microsoft.com/en-us/library/windows/desktop/aa372024%28v=vs.85%29.aspx
It's also possible that the patch you are trying to push needs admin rights to install. Test with a non-admin user from the command line to find out. If it does need admin, you would have to switch to a script and use "run as".
Comments: