Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted

There are some tools available to create installer.

1.Install Shield
2.Wise Installer
3.Wix Installer
4.Advanced Installer

We need to purchase them all except Wix Installer which is free and open source to create Windows installer. Please do google it for more details about each tool.
 
Share this answer
 
Yes. The commercially look installers are based on products such as InstallShield you can buy.
Visual Studio allows you to create a special type of project which is an Installation Pack.
You can also embed everything inside your software so first time your software runs, it install itself.
 
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