How to specify command - line for software deployment via ..

G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

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
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

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.


--
Darren Mar-Elia
MS-MVP-Windows Management
http://www.gpoguy.com



"Michael Daniloff" <mdanilof@yahoo.com> wrote in message
news:f9947151.0408171034.5002808d@posting.google.com...
>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