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

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
 
D

Darren Mar-Elia

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top