How to make exe of form based application
I have one form based application, when i run it , in debug folder that exe automatically created. But it didn't work in another system where .net software is not installed. I want that it will run on other system where VS is not installed. Here i have attached my application.

Iftikar HussainPosted Aug 1, 2013, 11:56 AM
You need to create a SetUp file for your application. Please refer the below link
http://www.c-sharpcorner.com/UploadFile/rahul4_saxena/Setup08232007071849AM/Setup.aspx
http://www.msdotnet.co.in/2012/06/how-to-create-setup-fileexe-file-from.html
Regards,
Iftikar
Anurag SarkarPosted Aug 10, 2013, 8:05 AM
Iftikar HussainPosted Aug 4, 2013, 6:54 AM
Regards,
Iftikar
Preeti AgrawallaPosted Aug 4, 2013, 6:52 AM
Iftikar HussainPosted Aug 4, 2013, 6:39 AM
Refer this link
http://www.codeproject.com/Articles/35976/Add-Prerequisites-of-NET-Framework-in-Visual-Studi
Regards,
Iftikar
Preeti AgrawallaPosted Aug 4, 2013, 6:38 AM
Iftikar HussainPosted Aug 4, 2013, 6:35 AM
Regards,
Iftikar
Preeti AgrawallaPosted Aug 4, 2013, 6:13 AM
http://www.c-sharpcorner.com/UploadFile/rahul4_saxena/Setup08232007071849AM/Setup.aspx
it's making exe file, but it's not running on other system where .net framework is not installed.
i want that my exe will run on other system where .net framework is not installed.
i have attached my exe file. please check it.
Akhil MittalPosted Aug 1, 2013, 11:53 AM
You can do it your self, I have written this article for the same very purpose.Just follow the article and u'll be champ of creating installers and uninstallers.
This article also covers your problem of exe not working on non .Net Framework systems.
The exe created in this article takes .Net Framework from the installer location,
http://www.c-sharpcorner.com/UploadFile/1492b1/creating-an-msi-package-for-C-Sharp-windows-application-using-a-v/
//Mark as Accepted answer if this helps u. :-)