I've decided the easiest solution right now is to use a copy of the dialog 
source tree (src\ext\uiextension\wixlib) and make just minor modifications to 
it.  If later a way of modifying the dialogs is available then I would be able 
to take advantage of it pretty easily.
 
The only problem I've run into is that UIExtension also builds PrintEula.dll 
for the Print custom action.
 
I looked through the various binary and source downloads, but PrintEula.dll 
isn't available in any built form.
 
Is there a way to either extract out PrintEula.dll from WixUIExtension.dll for 
my own use?  
 
Or somehow use it while referencing WixUIExtension.dll?  If I add 
WixUIExtension.dll via light.exe then I get duplicate symbol errors.  So 
ideally I'd somehow refer to just that binary element.
 
Thanks,
Kevin


Date: Tue, 22 May 2007 21:10:13 -0700From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: [EMAIL PROTECTED]: Re: [WiX-users] Customizing dialogs
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 dialogs2) using different text for a few of the controls3) 
removing controls and changing their behaviorThe 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/
_________________________________________________________________
Change is good. See what’s different about Windows Live Hotmail. 
http://www.windowslive-hotmail.com/learnmore/default.html?locale=en-us&ocid=RMT_TAGLM_HMWL_reten_changegood_0507
-------------------------------------------------------------------------
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