.NET Installer error

  • Thread starter Thread starter alex
  • Start date Start date
A

alex

Hi guys,

I have built a custom Installaion project for one of my programs. I
have included in it some code that registers the product. This
registration code is in a seperate DLL file which gets executed. The
DLL has got a window form interface with a few options ("Demo",
"Activate", "Exit"). The problem is that if you click "Exit" I get the
following error message:

Could not find file "c:\proramfiles\company name\application
name\applicationname.InstallState".

If I click on the "Activate" Button it takes me through the activation
process sucessfully but upon going back to the installer it pops up the
same error message above.

I hope somebody can help here.

Thanks
 
Maybe that because the installer have delete the file
"c:\proramfiles\company name\application
name\applicationname.InstallState" I Think
 
Back
Top