Scullum wrote:
>
> Error LGHT0204: ICE17: PushButton: 'Next' of Dialog: 'InstallDirDlg' 
> does not have an event defined in the ControlEvent table. It is a 'Do 
> Nothing' button.
>

WixUI_Mondo doesn't use InstallDirDlg -- are you referencing it?

> But i do not know the names of all the dialogs, what would this be 
> called.  Is there a of the dialog names somewhere, i have looked in 
> the user guide and the wiki but have not found anything of relevance
>

There's no such list. If you're customizing the UI, it's assumed you're 
also looking at the source code in src/ext/UIExtension/wixlib.
>
> Secondly assuming the custom install dialog is called 
> 'CustomInstallDlg' would this be sufficient to display my dialog 
> within the sequence?
>      <Publish Dialog="LicenseAgreementDlg" Control="Next" 
> Event="NewDialog" Value="CustomInstallDlg">LicenseAccepted = "1"</Publish>
>

You have to provide an entire dialog set; you can't just override the 
dialogs you're interested in. You have to replace WixUI_Mondo, for 
example, by copying it and updating the Back/Next control events to 
refer to your custom dialog.

-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
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