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. What's the correct way to
> implement this?
>   

That command line won't work; MSI just overwrites the property values. 
How to do it depends on your custom action. I'd suggest picking a 
delimiter like a comma or semicolon and parsing it.

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to