Visual Studio 2008 Setup Project is not generating Setup.exe anymore
installation, setup.exe, visual-studio
Solution
Try opening project properties, click Prerequisites button there and check "Create setup program to install prerequisite components".
This is for Visual Studio 2005, not sure if it works for Visual Studio 2008.
Problem
I have a Visual Studio 2008 Setup Project that when compiled in the past would generate a Setup.exe in the output directory along with the .msi output file. Now it no longer generates the Setup.exe which I actually do need. Did I change a project setting without realizing? How do I get it to generate it again?