Should an installer run automatically with a setup project

Posted by Tom Brown on Stack Overflow See other posts from Stack Overflow or by Tom Brown
Published on 2010-06-17T11:44:37Z Indexed on 2010/06/17 12:03 UTC
Read the original article Hit count: 314

I have a windows app (app.exe) build with visual studio 2008, for which I have created a custom installer class. When I run installutil.exe on app.exe, the custom installer is executed OK. I then added a setup & deployment project to create the windows installer file app.msi - this works fine but it does not run the custom installer.

How is my custom installer class supposed to get linked to the setup MSI file?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about installer