Andres Juarez wrote:
> So in my case, if I want to chage the PrepareDlg in the WixUI_InstallDir.wxs. 
> I have to copy the whole PrepareDlg fragment into my project, rename it to  
> <Dialog Id="MyPrepareDlg" change what I want to change, then edit the 
> WixUI_InstallDir.wxs from

You don't want to edit the WiX copy of anything. Think of it as a "copy 
on write" operation: Anything you want to edit, you need to copy into 
your own project. By renaming all the symbols, you can keep referring to 
the WixUI copy of other dialogs, strings, etc. and you never need to 
rebuild WixUIExtension.dll. If it's a simple change, just copy the files 
and add them to your .wixproj. Also, see 
http://www.joyofsetup.com/2008/01/02/wixui-extensibility/.

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



------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to