Should an installer run automatically with a setup project
- by Tom Brown
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…