Classification: Public
I had the license agreement in mine but moved the license agreement to the 
bootstrapper (bundle) Do you have the licenseagreement dialog listed at all?

Where is your Next control event for the InstallDirDlg?

This is what I have:

    <!-- Set up the UI for the installer -->
    <UIRef Id="WixUI_ServerInstallDir"/>
    <Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
    <UI Id="WixUI_ServerInstallDir">
      <TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" />
      <TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12" />
      <TextStyle Id="WixUI_Font_Title" FaceName="Tahoma" Size="9" Bold="yes" />

      <Property Id="DefaultUIFont" Value="WixUI_Font_Normal" />
      <Property Id="WixUI_Mode" Value="InstallDir" />

      <DialogRef Id="SQLServerConnectionDlg"/>
      <DialogRef Id="SQLServerInfoDlg"/>
      <DialogRef Id="IISWebSiteInfoDlg"/>
      <DialogRef Id="WebSiteCredsDlg"/>
      <DialogRef Id="GenericErrorDlg"/>
      <DialogRef Id="Titus_VerifyReadyDlg"/>
      <DialogRef Id="BrowseDlg" />
      <DialogRef Id="DiskCostDlg" />
      <DialogRef Id="ErrorDlg" />
      <DialogRef Id="FatalError" />
      <DialogRef Id="FilesInUse" />
      <DialogRef Id="MsiRMFilesInUse" />
      <DialogRef Id="PrepareDlg" />
      <DialogRef Id="ProgressDlg" />
      <DialogRef Id="ResumeDlg" />
      <DialogRef Id="UserExit" />

      <Publish Dialog="BrowseDlg" Control="OK" Event="DoAction" 
Value="WixUIValidatePath" Order="3">1</Publish>
      <Publish Dialog="BrowseDlg" Control="OK" Event="SpawnDialog" 
Value="InvalidDirDlg" 
Order="4"><![CDATA[WIXUI_INSTALLDIR_VALID<>"1"]]></Publish>

      <Publish Dialog="ExitDialog" Control="Finish" Event="EndDialog" 
Value="Return" Order="999">1</Publish>

      <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" 
Value="SQLServerConnectionDlg">NOT Installed</Publish>
      <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" 
Value="VerifyReadyDlg">Installed AND PATCH</Publish>

      <Publish Dialog="SQLServerConnectionDlg" Control="Back" Event="NewDialog" 
Value="WelcomeDlg">NOT Installed</Publish>
      <Publish Dialog="SQLServerConnectionDlg" Control="Next" Event="NewDialog" 
Value="SQLServerInfoDlg">
        DATABASE_CREATE_SCHEMA = "1" and DATABASE_TEST_CONNECTION = "1" and NOT 
DATABASE_NAME = "" and NOT Installed</Publish>

      <Publish Dialog="SQLServerInfoDlg" Control="Back" Event="NewDialog" 
Value="SQLServerConnectionDlg">NOT Installed</Publish>
      <Publish Dialog="SQLServerInfoDlg" Control="Next" Event="NewDialog" 
Value="IISWebSiteInfoDlg">
        CREATE_BACKUP_MIGRATE_CHECKBOX = "1" and NOT Installed</Publish>

      <Publish Dialog="IISWebSiteInfoDlg" Control="Back" Event="NewDialog" 
Value="SQLServerInfoDlg">NOT Installed</Publish>
      <Publish Dialog="IISWebSiteInfoDlg" Control="Next" Event="NewDialog" 
Value="WebSiteCredsDlg">
        WINDOWSPORT_TEST_CONNECTION = "1" and WEBAPPLOGON_TEST_CONNECTION = "1" 
and NOT Installed</Publish>

      <Publish Dialog="WebSiteCredsDlg" Control="Back" Event="NewDialog" 
Value="IISWebSiteInfoDlg">NOT Installed</Publish>
      <Publish Dialog="WebSiteCredsDlg" Control="Next" Event="NewDialog" 
Value="Titus_VerifyReadyDlg">
        NOT Installed and NOT WEBADMIN_USERNAME = ""</Publish>

      <Publish Dialog="Titus_VerifyReadyDlg" Control="Back" Event="NewDialog" 
Value="WebSiteCredsDlg" Order="1">NOT Installed OR WixUI_InstallMode = 
"Change"</Publish>
      <Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" 
Value="MaintenanceTypeDlg" Order="2">Installed AND NOT PATCH</Publish>
      <Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" 
Value="WelcomeDlg" Order="3">Installed AND PATCH</Publish>

      <Publish Dialog="MaintenanceWelcomeDlg" Control="Next" Event="NewDialog" 
Value="MaintenanceTypeDlg">1</Publish>

      <Publish Dialog="MaintenanceTypeDlg" Control="ChangeButton" 
Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
      <Publish Dialog="MaintenanceTypeDlg" Control="RepairButton" 
Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
      <Publish Dialog="MaintenanceTypeDlg" Control="RemoveButton" 
Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
      <Publish Dialog="MaintenanceTypeDlg" Control="Back" Event="NewDialog" 
Value="MaintenanceWelcomeDlg">1</Publish>
    </UI>
    <UIRef Id="WixUI_Common" />

-----Original Message-----
From: Tony White [mailto:twh...@ent.com]
Sent: July-31-13 4:11 PM
To: 'wix-users@lists.sourceforge.net'
Subject: [WiX-users] Having trouble modifying a Built-in WixUI dialog set

I posted this on stackoverflow 
http://stackoverflow.com/questions/17952469/having-trouble-modifying-a-built-in-wixui-dialog-set
 with no answers yet, so I thought I would try here.

I am trying to hide the license agreement from the built-in WixUI_InstallDir 
dialog set. I found some helpful instruction 
http://www.howdoicode.net/2011/09/wix-how-to-hide-license-agreement.html

I've added this to the Product.wxs:

<UI Id="InstallDir">
  <UIRef Id="WixUI_InstallDir" />
  <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" 
Value="InstallDirDlg">NOT Installed</Publish>
  <Publish Dialog="InstallDirDlg" Control="Back" Event="NewDialog" 
Value="WelcomeDlg">1</Publish> </UI>

The next button on the welcome dialog happily goes to the install directory 
dialog, but the back button of InstallDirDlg goes to the license agreement.
Any ideas would be appreciated.

Thanks,

Tony




This Email is covered by the Electronic Communication Privacy Act, 18 U.S.C 
2510-2521 and may be legally privileged. The information contained in this 
Email is intended only for the use of the individual or entity named above. If 
the reader of this message is not the intended recipient, or the employee or 
agent responsible to deliver it to the intended recipient, you are hereby 
notified that any dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication in error please 
immediately notify us by telephone and destroy the original message.
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent caught 
up. So what steps can you take to put your SQL databases under version control? 
Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

 
This message has been marked as Public by Steven Ogilvie on July-31-13 4:27:28 
PM.

The above classification labels were added to the message by TITUS Message 
Classification. For more information visit www.titus.com.

 



------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to