954,514 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

create executable in C#

Hi there,
how can i create an executable so that anybody can install in their own computer? I want to create from visual studio C#.

please give me a tutorial or something,
i did some but it didn't work properly
please help guide in this

thanx

judithSampathwa
Posting Pro in Training
453 posts since May 2010
Reputation Points: 8
Solved Threads: 0
 

You could write your own setup program, or you could use the Visual Studio Installer template or InstallShield LE template included in VS.

You could also use Click-Once deployment which I believe is under the project properties screen under "Publish..." I think...

Try starting here .

Good luck!

zachattack05
Posting Pro
516 posts since Dec 2009
Reputation Points: 61
Solved Threads: 15
 

You could write your own setup program, or you could use the Visual Studio Installer template or InstallShield LE template included in VS.

You could also use Click-Once deployment which I believe is under the project properties screen under "Publish..." I think...

Try starting here .

Good luck!

i am a still beginner in this? a more simple.....

judithSampathwa
Posting Pro in Training
453 posts since May 2010
Reputation Points: 8
Solved Threads: 0
 

Simply, ad zach said, from the dropDown menu select Build, and them Publish YourProject.
Then you go Next, select from CD/DVD, select app. will not check for updates (in most cases)and Finish. Thats it. You have a setup.exe, and everyone can install it (this is the simplyest working way).

Mitja Bonca
Nearly a Posting Maven
2,485 posts since May 2009
Reputation Points: 641
Solved Threads: 474
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: