0

I have developed a program which retrieve data from windows registry and some other functionality along with it. Now I want to make an installer and distribute it.(I have an option of distributing .exe but I don't want to use it)

now my problem is how can I make an installer like we get of professional software. exp-antivirus,adobe etc

please help..

Thanks Raghav

Raghav Guar
  • 51
  • 1
  • 7

2 Answers2

1

Microsofts currently preferred way (please note that this is subject to change) is WiX (Windows Installer Xml).

http://wix.codeplex.com/

nvoigt
  • 61,531
  • 23
  • 73
  • 116
0

If you don't like scripting in WiX or don't have the time to learn you always have these alternatives.

Community
  • 1
  • 1
Bogdan Mitrache
  • 9,532
  • 15
  • 30