Re: [WiX-users] specifying multiple values for a property

2009-08-10 Thread Bob Arnson
Eric Napier wrote: > I want to specify all the domain groups that can use my application.Is there > a way I can get them all in the same property - e.g. msiexec /i my.msi > LEGITGROUP=administrators LEGITGROUP=powerusers LEGITGROUP=someothergroup > > The number of permitted groups will be variable.

[WiX-users] specifying multiple values for a property

2009-08-10 Thread Eric Napier
I want to specify all the domain groups that can use my application.Is there a way I can get them all in the same property - e.g. msiexec /i my.msi LEGITGROUP=administrators LEGITGROUP=powerusers LEGITGROUP=someothergroup The number of permitted groups will be variable. What's the correct way to i