Hello,

I think you can set the [UILevel] Property according to http:// 
msdn2.microsoft.com/en-US/library/aa372096.aspx

So if you have a registry value with that numeric value, your wxs may  
look like

<Property Id="UILevel">
   <RegistrySearch Id="SetUILevel" Root="HKLM" Key="Somewhere\InThe 
\Registry" Name="MyUILevel">
</Property>

Test this carefully with registry value different from the allowed ones.

Best regards,
Sebastian Brand

Instyler Software - http://www.instyler.com


On Jul 13, 2007, at 12:29 AM, Pierson Lee (Volt) wrote:

> Is there a property within the Wix I can set conditionally  
> (dependent upon a registry key) whether or not to display a UI?
>
> ---------------------------------------------------------------------- 
> ---
> 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


-------------------------------------------------------------------------
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