Thanks Bob.

 

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 

 

<DialogRef Id="PrepareDlg" />

 

to

 

<DialogRef Id="MyPrepareDlg" />

 

 

And build? Are these the steps?

 

I am basically changing the WIX distribution and having my own copy by doing 
this, right? 

 

If I have to do all the above, would it not be easier just modifying the 
PrepareDlg directly, at least it is a single place to change, instead to have 
to add the fragment in my project and then edit the Wix_UI file?

 

 

I have also seen this one http://www.tramontana.co.hu/wix/lesson2.php#2.5 that 
basically you also have to have your private version of WIX_UI files.

 

Thanks

 

Andres


 
> Date: Fri, 29 May 2009 11:05:53 -0400
> From: b...@joyofsetup.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Question about "Customizing Built-in WixUI Dialog 
> Sets" topic
> 
> Andres Juarez wrote:
> > I am guessing this is because the fragment is still present in the 
> > PrepareDlg.wxs that is included in the WixUI_Advanced.wxs
> > 
> 
> Yes. If you want to replace a dialog, you need to give it a new Id.
> 
> -- 
> sig://boB
> http://joyofsetup.com/
> 
> 
> 
> ------------------------------------------------------------------------------
> Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
> is a gathering of tech-side developers & brand creativity professionals. Meet
> the minds behind Google Creative Lab, Visual Complexity, Processing, & 
> iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
> Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

_________________________________________________________________
Hotmail® has ever-growing storage! Don’t worry about storage limits.
http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to