I have created a small application using Visual C++. How do I create an executable that can be installed on another machine?
In Visual Basic, the Make .exe command allows this to be done easily, is there any way to do this in Visual C++?

Thanks