I have deployed Smart Notebook 11 using the standard MSI/MST method in group policy.
I have just downloaded SP1 which is five MSP files.
What is the best way to deploy these to update the already installed software?
Printable View
I have deployed Smart Notebook 11 using the standard MSI/MST method in group policy.
I have just downloaded SP1 which is five MSP files.
What is the best way to deploy these to update the already installed software?
msiexec /p "pathtomsp\patchsp1.msp" /n {<msi identifer>} /qn
have a batch file that runs it. You could try http://www.adminarsenal.com/pdq-deploy/main/ .
I recently had to do a patch to a program that had security issues.
Also if there are spaces in any
I don't think you can do it through msi deployment in group policy.