You should be able to take a WixUI sequence (e.g.
http://wix.cvs.sourceforge.net/viewvc/*checkout*/wix/wix/src/ext/UIExtension/wixlib/WixUI_Mondo.wxs?revision=1.6)

and use that as a base. Most of the various WixUI sequences use the
same dialogs, just referencing the individual dialogs as needed and
using different Publish elements.

For my setup, I started with WixUI_Installdir, renamed it, added a
couple of custom dialogs, added and changed some Publish elements and
that was it.

You should be able to reference InstallDlg, without having to
copy/rename it - the dialogs and dialog sets are pretty flexible,
check out http://wix.sourceforge.net/manual-wix3/WixUI_customizations.htm
for some more information about adding custom dialogs to the built in
sets.

Sascha

On Thu, Oct 29, 2009 at 1:39 AM, Younie, Bradford
<bradford.you...@chasepaymentech.com> wrote:
>> Why are you trying to re-write this when it already exists in
>> WiXUIExtension?
>
> First, I have to say that I'm fairly new to wix. That being said, here's
> my situation:
>
> I have my own custom dialog sequence. I have my own WelcomeDlg, which
> has its own banner bitmap. It currently goes to a custom SetupTypeDlg
> that has choices different than the default. And then I have other
> dialogs that are pretty standard (except with my own banner bitmap).
>
> I need to insert an InstallDlg into my custom sequence, without using
> the canned sequence. It seems that the only way to do that is to take
> the InstallDlg.wxs from the wix source, rename it, and then work it into
> my UI source. This is fine, but now that I'm linking with
> WixUIExtension.dll, I have to rename some of my custom dialogs and
> remove duplicate properties and so on. I'm doing that now.
>
> If there's an easier, or more standard option, I'd love to hear it.
>
>
> ---
> Bradford Younie
>
> ----------
> Learn more about Chase Paymentech Solutions,LLC payment processing services 
> at www.chasepaymentech.com.
>
> THIS MESSAGE IS CONFIDENTIAL.  This e-mail message and any attachments are 
> proprietary and confidential information intended only for the use of the 
> recipient(s) named above.  If you are not the intended recipient, you may not 
> print, distribute, or copy this message or any attachments.  If you have 
> received this communication in error, please notify the sender by return 
> e-mail and delete this message and any attachments from your computer.
>
>
>
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to