WiX 3.0 has a very different method of customizing the dialogs than WiX 2.0
which is so far undocumented.  It's (hopefully) much more simple.

Basically, just grab a sequence file from the sources that is similar to
what you want (like WixUI_Mondo.wxs) and put that in your sources and modify
it to only include the dialogs you want.

Depending upon the dialog, it might need to the following to get removed:

Dialogs added via <DialogRef> - just remove the element.

Dialogs referred to via a <Publish> element - change the sequencing of the
dialogs so the one you don't want is no longer in there.

There are different steps because dialogs are displayed via different
methods (its an artifact of how MSI works).

Derek

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rafuse Robert
Sent: Wednesday, July 26, 2006 9:21 AM
To: 'wix-users@lists.sourceforge.net'
Subject: Re: [WiX-users] Is there a way to suppress license agreement
dialogin stock dialog sets?

Okay, I'm confused.  The section "Customizing dialog sets" at
http://wix.sourceforge.net/manual-wix2/WixUI_dialog_library.htm mentions the
files CustomDialogSet.build, CustomDialogSet.wxs and TestCustom.wxs but I
can not find them in the WiX 2.0 binaries or source package (they don't seem
to be in 3.0 either).  Am I missing something?

_________
Bob Rafuse




> -----Original Message-----
> From: Rafuse Robert 
> Sent: Wednesday, July 26, 2006 12:08 PM
> To: 'wix-users@lists.sourceforge.net'
> Subject: RE: Is there a way to suppress license agreement 
> dialog in stock dialog sets?
> 
> 
> Okay, ignore the question... Immediately after I hit Send, I 
> stumbled across "Customizing dialog sets" in the online docs.  
> 
> I ~swear~ I looked for this earlier... I must have mis-typed.  
> 
> Sorry to bother.
> 
> _________
> Bob Rafuse
> 
> 
> 
> 
> > -----Original Message-----
> > From: Rafuse Robert
> > Sent: Wednesday, July 26, 2006 12:04 PM
> > To: wix-users@lists.sourceforge.net
> > Subject: Is there a way to suppress license agreement dialog 
> > in stock dialog sets?
> > 
> > 
> > WiX 2.0.4305.0
> > 
> > I am creating an .msi that will only be used internally by my
> > associatesy.  This install does not require a license 
> > agreement dialog.  I was wondering, is it at all possible to 
> > suppress this dialog while still using the stock WiX dialog sets?
> > 
> > Thanks,
> > 
> > ---
> > Bob Rafuse
> > 
> 


Important Note: This email and any attachment hereto are confidential and
may contain trade secrets or may be otherwise protected from disclosure. If
you have received it in error you are in notice of this fact. Please notify
us immediately by reply email and then delete this email and any attachment
from your system. Please understand that you are not allowed to copy this
email or any attachment hereto or disclose its contents to any other person.
Thank you.




---
Important Note:

This e-mail message and any attachments are confidential and may be
privileged or otherwise protected from disclosure. If you are not the
intended recipient you must not use, copy, disclose or take any action based
on this e-mail or any information and attachment contained in the message.
If you have received this e-mail in error, please advise the sender
immediately by reply e-mail or telephone and delete this message and any
attachment from your system.

Thank you.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to