Hi,

I've created a custom dialog and published the same at appropriate sequence in 
Wix3.0. I can see this custom dialog invoking with the Controls included. The 
only problem I'm facing is on clicking the "Next / Back" Button within this 
custom dialog breaks the further MSI execution. Here is the error description :

 "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 help to resolve this error will be much appreciated.

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