PDA

View Full Version : Do any one know any thng about .


karkor
Sep 11, 2007, 09:09 AM
i want to do a setup program in C#.net 2005

please if any one know send to me

thanks a lot

SabbzR
Sep 23, 2007, 06:11 PM
Have you tried using Google?
Try searching for: How to make a setup program with C#

Searches like that usually yield good results. If they don't exactly tell you how to do it, they at least put you in the right direction. Using someone else's code is cheating and is a lazy way of programming. :P

However, C# does come with its own installation program. I know this because a mate of mine programs in C# and all his programs are compressed into installation programs. He uses Visual Studio 2k5.

Hope this helps

StuGrunt
Nov 20, 2007, 09:49 AM
In visual studio, create a new project of the type "Setup Project". It is found under the "Other Projects Types" tab.