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&#174; 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

Reply via email to