Kevin Fischer wrote:
I'm currently using the WixUI_InstallDir dialog set for my install UI.
I need to make several minor changes to the stock dialogs including:
1) removing specific icons from dialogs
2) using different text for a few of the controls
3) removing controls and changing their behavior

The MSI UI model doesn't really allow fine-grained customization; we added some of that via the "floating" Publish element to let you specify behavior outside the dialog element. (The WixUI_InstallDir.wxs fragment has them for most of its dialogs, for example.) Currently, it's only possible to add behavior; you can't remove anything.

It might be possible to use control conditions to hide the elements you're interested in removing but right now, there's no such thing as a "floating" Condition element. It'd make a great addition, however, so feel free to file a feature request or submit a patch.<g>

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

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