Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,


I have developed a web setup project that uses custom dialogs.
I have developed a custom dialog using orca and have successfully been able to add the dialog created.
But when i try to install its gives me 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 2803.

I am not able to figure out where exactly the problem is.
Any help is greatly appreciated.


Thanks
Posted

According to MSDN[^] this error means "Dialog View did not find a record for the dialog.".

I would therefore question the accuracy of your statement that you "successfully added the dialog".

Visual Studio includes the functionality to add limited custom dialogs to setup projects, and I have found them to work well. I would expect them to be sufficient for most applications.
 
Share this answer
 
Thanks for the Reply.

First of all when i add the newly created custom dialog(created using orca) and build the project i dont get any compiler errors and i dont get any warnings as well.
But when i try to install the package the error i spoke about pops up on window and i have no idea about debugging it.


Pls help.I need this ASAP
 
Share this answer
 
Hi,

Thank you for the Reply.
I have overcome this error this morning actually,but its quit strange as i didnt do anything much.
I once again created a new custom dialog this time again using orca and used it in my project and its goin good now.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900