I'm developing an application using the C# programming language. How can I create to my own setup file in C# ?I don't want a commercial software. How can I do that?
-
Setup file? Could you elaborate a little more?K Mehta– K Mehta2011-07-30 16:05:16 +00:00Commented Jul 30, 2011 at 16:05
-
1There's lots of resources about this on the Internet. What part are you having trouble with?Robert Harvey– Robert Harvey2011-07-30 16:07:18 +00:00Commented Jul 30, 2011 at 16:07
-
@Robert Harvey- I know how to create custom installers in Visual Studio.I want to create create to my own setup file in C#.MaxCoder88– MaxCoder882011-07-30 16:10:04 +00:00Commented Jul 30, 2011 at 16:10
-
So,I want to develope to my own setup.exe in C#.MaxCoder88– MaxCoder882011-07-30 16:11:35 +00:00Commented Jul 30, 2011 at 16:11
-
2You need to learn how MSI works. Hard to give links, nobody does this. If you just want to get the feeling that you made your own then use WiX, wix.sourceforge.netHans Passant– Hans Passant2011-07-30 16:47:34 +00:00Commented Jul 30, 2011 at 16:47
|
Show 5 more comments
5 Answers
If you're absolutely determined to write your own .exe that's compatible with the Microsoft installer stuff, then you pretty much need to read this chapter cover-to-cover:
http://msdn.microsoft.com/en-us/library/cc185688%28v=VS.85%29.aspx