Click here to Skip to main content
15,888,020 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i would very much like to know how to continue after compiling my C#.net program code in order to create an executable file for installation. thanks


What I have tried:

i would very much like to know how to continue after compiling my C++ program code in order to create an executable file for installation. thanks
Posted
Updated 23-Jul-20 18:43pm
Comments
Richard Deeming 24-Jul-20 6:47am    
There is no such thing a "C#.net" - it's simply "C#".

And why does your question suddenly change to "c++" on the third copy of the same sentence?

1 solution

When you create a C# Windows Forms Application, for example, once you build it, an executable is created in the bin folder. That is what gets started when you run the application from IDE you built it in.

There are tonnes of resource on web around it. Please try and see.

Few references:
http://msdn.microsoft.com/en-us/library/cc766795.aspx[^]
Creating an MSI/Setup Package for C# Windows Application Using a Visual Studio 2010 Setup Project[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900