Hi Milan,...

Milan Tomeš wrote:
> Hi all,
> 
> RadioGroup is linked to property 
> _ServiceInstall which has value "VersionNT". I guess that will result in 
> 1 if VersionNT is set and 0 if not right ? If its true so why my code 
> isn't working ? If I set 1 instead if VersionNT in _ServiceInstall 
> property value its working ok.

You didn't post the code for initial setting of _ServiceInstall
property.

I think it should be the custom action (type 51), sequenced before
displaying of the dialog and conditioned by the VersionNT property.


<Property Id='_ServiceInstall' Value='0' /> <!-- default value -->

<CustomAction Id="PROPCA__ServiceInstall" Property="_ServiceInstall"
Value="1" Execute="immediate" />

<InstallUISequence>
<Custom Id='PROPCA__ServiceInstall' Before='...' >VersionNT</Custom>
</InstallUISequence>

Hope that it will help you.

Regards

Stefan

-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies s.r.o. | www.whitestein.com
Panenska 28 | 811 03 Bratislava | Slovak Republic
Main +421 2 5443-5502 | Direct +421 2 5930-0735

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to