| Author: UltimateRengan 06 Jul 2009 | Member Level: Diamond | Rating:  Points: 2 |
http://www.codeproject.com/KB/dotnet/Win_App_Setup_Project.aspx
Advance Happy Diwali SAP B1
|
| Author: shankar v 06 Jul 2009 | Member Level: Gold | Rating:  Points: 2 |
http://www.dotnetspider.com/forum/148937-how-convert-vb-net-window-application-exe.aspx
Regards & Thanks Shankar V www.teaminnovative.in
|
| Author: Shanthi Ramamoorthy 06 Jul 2009 | Member Level: Bronze | Rating:  Points: 2 |
Create new project ->other project type->setup and deployment u ll get three folders Application folder->right click->add->assembly
file->add->existing project->add c# solution file
Application folder->right click->project output->configurzation->active->ok
->right click that primary o/p->then create shortcut-> paste
then drag and drop the shortcut file in applicationo folder,user's desktop,user's programs menu.
build exename.
|
| Author: Anil Kumar Pandey 06 Jul 2009 | Member Level: Diamond | Rating:  Points: 2 |
hi,
when ever you will successfully run your application the EXE file of the application is automatically created in the Bin>>Debug folder with the same name as the application name. try that.
Thanks & Regards Anil Kumar Pandey
|