Within the custom dialog, have you made sure that the next/back controls are defined, e.g.:
<Dialog Id="SharepointVersion" Width="370" Height="270" Title="..."> ... ... <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="Next" /> <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="Back" /> ... ... </Dialog> Rohit -----Original Message----- From: Vishwajit Walke [mailto:vishwajit.wa...@matrikon.com] Sent: Sunday, March 28, 2010 11:11 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Error 2812 when Navigating Through Custom Dialogs Hi All, I'm facing an issue on clicking the "Next / Back" Button within the Custom Dialog in Wix3.0. It breaks the further MSI execution with the following error : "The Installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2812". I've published my custom dialog "SharePointWebAppNameAndPortDlg" as : <Publish Dialog="SharepointVersion" Control="Back" Event="NewDialog" Value="LicenseDlg">1</Publish> <Publish Dialog="SharepointVersion" Control="Next" Event="NewDialog" Value="SharePointWebAppNameAndPortDlg">1</Publish> <Publish Dialog="SharePointWebAppNameAndPortDlg" Control="Back" Event="Newdialog" Value="SharepointVersion">1</Publish> <Publish Dialog="SharePointWebAppNameAndPortDlg" Control="Next" Event="Newdialog" Value="SharePointAdminSetupDlg">1</Publish> <Publish Dialog="SharePointAdminSetupDlg" Control="Back" Event="NewDialog" Value="SharePointWebAppNameAndPortDlg">1</Publish> <Publish Dialog="SharePointAdminSetupDlg" Control="Next" Event="NewDialog" Value="SharePointDatabaseAccountSetupDlg">1</Publish> Any Thoughts ? Note : The error description for the code 2812 is "The event[2] is not recognized" in the Windows Installer Error Message Table. Thanks, Vishwajit ________________________________ READER BEWARE: Unencrypted, unsigned Internet e-mail is inherently insecure. Internet messages may be corrupted, incomplete, misdirected or may incorrectly identify the sender. Therefore, nothing in this message or attachments may be considered legally binding. THIS MESSAGE IS ONLY INTENDED FOR THE USE OF THE INDIVIDUAL OR ENTITY TO WHICH IT IS ADDRESSED AND MAY BE PRIVILEGED. If you are not the intended recipient or their authorized agent, you may not forward or copy this information and must delete or destroy all copies of this message and attachments received. If you have received this communication in error, please notify Matrikon Inc. by telephone at (780) 448-1010 or emailing ad...@matrikon.com. ------------------------------------------------------------------------ ------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ======= Notice: This e-mail message, together with any attachments, contains information of Symyx Technologies, Inc. or any of its affiliates or subsidiaries that may be confidential, proprietary, copyrighted, privileged and/or protected work product, and is meant solely for the intended recipient. If you are not the intended recipient, and have received this message in error, please contact the sender immediately, permanently delete the original and any copies of this email and any attachments thereto. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users