I'm working on a small console application in Visual Studio C++ 2008 and would like to make an installer that I can distribute to a few friends to test the application. I recall a publish option being under the build menu, but it is not there now. Could I somehow have turned this feature off?
Is there a simple way to publish such that my application will be relatively independent of Windows Version?
Thanks,
Nerf42