| Author: ABitSmart 03 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
The simplest thing you can do is copy the contents of bin\debug (or bin\release) directory.
Other option is to create an Windows setup and deployment project
|
| Author: Pannalal Sinha 03 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
When a windows application is built in visual studio, a corresponding exe gets automatically created.
Thanks Panna
|
| Author: Anil Kumar Pandey 03 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
hi,
when ever you will build and run the application the application EXE file will be automatically created in the BIN >> Debug folder of the application with the same name as application name. you can use that EXE file..
Thanks & Regards Anil Kumar Pandey
|