How to specify command - line for software deployment via GPO?

  • Thread starter Thread starter Michael Daniloff
  • Start date Start date
M

Michael Daniloff

I have to deploy MSI package using GPO. How can I specify the command
line parameters to set the properties?


I test the package on my workstation with the following command-line:

msiexec /i "ProductName.msi" OUTLOOK="Yes" NOTES="No" GROUPWISE="No"
(bunch of others).... /qn


Regards,

Michael
 
You can't specify command-line options to deploy via GP. You'll need to use
a transform to modify install behavior for this purpose.
 
Back
Top