So you're using WiXUI_Minimal & also defining the exact same dialogs in
your own code? That'll work well.

I suggest re-reading the links I posted on Tuesday (subject Re:
[WiX-users] Build failed?) for the UI. The answers are in the
documentation & Neil S's blog which you've been supplied with once
already.

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer

-----Original Message-----
From: Kevin Burton [mailto:kev...@buyseasons.com] 
Sent: 27 January 2011 15:56
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Skipped Custom UI?

I see 'Doing action: WelcomeEulaDlg' but I don't see anything about
LicenseAgreementDlg.

Maybe it is changed names and that is why I don't see the dialog. I have
code like

        <Fragment>
    <UIRef Id="WixUI_Minimal"/>
    <UIRef Id="WixUI_ErrorProgressText"/>
    <UI>
      <DialogRef Id="WelcomeEulaDlg" />

      <Property Id="WelcomeEulaDlg_Install" Value="PropertiesDlg" />
      <Dialog Id="PropertiesDlg" Width="290" Height="390"
Title="[ProductName] [ProductVersion] $(var.Configuration)"
NoMinimize="yes">

-----Original Message-----
From: Pally Sandher [mailto:pally.sand...@iesve.com]
Sent: Thursday, January 27, 2011 9:18 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Skipped Custom UI?

Have you Published the required Control event to show your Custom Dialog
to the Next button in the LicenseAgreementDlg? 

When you click the Next button in the LicenseAgreementDlg the verbose
log should tell you what it's actually doing at that point. I'd wager
that's a good place to look.

Palbinder Sandher
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501 

http://www.iesve.com
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP Email Disclaimer

-----Original Message-----
From: Kevin Burton [mailto:kev...@buyseasons.com]
Sent: 27 January 2011 15:04
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Skipped Custom UI?

I have a WiX Custom UI that I have converted from 2.0 source. The
problem I am experiencing and would like a little help with is that the
Dialog is not showing up when I run the .msi script. I have used Orca
and I can see the Dialog in the .msi file but for some reason it is not
getting called. I would like to have this Dialog scheduled right after
the license agreement (which is what the 2.0 code did). Any hints as to
where in the verbose log I could look to start seeing clues as to why
this Dialog is not being called? Any hints as to the differences between
2.0 and 3.x that would cause the UI to be skipped?

Thank you.

Kevin Burton
Senior Software Engineer
BUYSEASONS
262-901-2000 Office
262-901-2312 Fax
kev...@buyseasons.com<mailto:kev...@buyseasons.com>

------------------------------------------------------------------------
------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better
price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires February
28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------
------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better
price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires February
28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------
------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better
price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires February
28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to