Craig Miller wrote:
> Is it possible to place conditions on configurable UI elements?
> Specifically, if a particular registry string is set, then I want to disable
> the Browse for INSTALLDIR dialog (or do a minimal UI).  It would be fine to
> show the dialog, but I'm hoping to disable the Browse button and directory
> path edit field.
>
> I was able to do this in Installshield, but I can't for the life of me
> figure out how to do it with the WIX toolset.
>   

The WixUI library is designed to be used mostly as-is. Once you get into 
customizing the individual elements, you're better off pulling in a copy 
of the UI dialog elements, like InstallShield does.

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



-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to