Magus wrote:
> I am having a bit of a problem.  I have created my own ErrorDialog and when I
> build the MSI it adds the Contol Next for each of controls inside the
> ErrorDlg. However this causes a Error and crash of the MSI when the error
> dialog is suppose to appear saying "DEBUG: Error 2814:  On the dialog
> ErrorDlg the control ErrorText names a non-existent control Y as the next
> control"  Is there a way to prevent the Control Next from having a value?
>   

No. WiX sets Control_Next when it encounters additional controls. 
According to "Error Dialog" in the SDK, there must be a yes button (and 
six others).

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