How can you deploy a Windows Forms application to a single .exe file so that your users won't have to install your application, but just run it?
+1
A:
Go to the bin directory of your solution. The raw .exe-file is located in the Release directory:
[Your solution directory] \ bin \ Release
roosteronacid
2009-11-26 13:38:40