Hi.
I have a solution that has a application project and a setup project.
The problem i have is that i want after the installation to do some exta stuff.
I create a new ClassLibrary project and i add an classinstaller. Now the problem i have is on how to make this installer to run after the installation of my original program. When i tried to add the Dll of the installerclass to the commit custom action, i get the error "Could not find file d:\xxxxx\ClassLibrary1.Installstate.
Am i doing something wrong? I also did "setup-add-project output" and selected all the classlibrary1 output.Then added it on the commit custom action but the problem is there.
I have to say tha i used my code inside the installer of the classlibrary1, after "InitializeComponent()"
.