Re: [WiX-users] Conditional services install

2007-06-06 Thread Bob Arnson
Milan Tomeš wrote: > thats exactly what I've done but no effect. I guess there is a problem > with property SERVICEUSEGUARDIAN. This property is connected to check > box so if I unselect this check box this property become undefined and > value written into the registry is binary value with zero

Re: [WiX-users] Conditional services install

2007-06-05 Thread Milan Tomeš
Hi Bob, thats exactly what I've done but no effect. I guess there is a problem with property SERVICEUSEGUARDIAN. This property is connected to check box so if I unselect this check box this property become undefined and value written into the registry is binary value with zero length. But duri

Re: [WiX-users] Conditional services install

2007-06-05 Thread Bob Arnson
Milan Tomeš wrote: > Installation of these services is all ok and unistall too - but only > when I don't make any changes in standard property values. When I don't > want to install Guardian (so SERVICEUSEGUARDIAN isn't set) installation > works but unistall leave service alive (no uninstallatio

[WiX-users] Conditional services install

2007-06-05 Thread Milan Tomeš
Hi, I'm trying to make installation with 1 or 2 services (depends on user choices). I have following components: (SERVERRUNAS = "service") AND (SERVERTYPE = "superserver") AND (SERVERAUTORUN) AND (SERVICEUSEGUARDIAN <> "1")