Windows Installer (C#) error code 2869

Posted by KP on Stack Overflow See other posts from Stack Overflow or by KP
Published on 2010-04-12T15:32:25Z Indexed on 2010/04/12 15:43 UTC
Read the original article Hit count: 222

Filed under:
|
|
|

I have a project, in VS 2005, which has a console application and a setup project associated to install the application. I also have an installer class in the console application that the setup project will use to do some validation before installation. Those tasks are checking the database connection string and checking some directory locations to make sure they exist prior to installation.

I am getting an error code of 2869 when I try to install the application. All the code is written in C#. I have googled for this error code on Windows XP, but only found articles that deal with Vista and Windows 7. Any ideas what might be happening? Is there a workaround?

© Stack Overflow or respective owner

Related posts about installer

Related posts about msi