Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sir, Can u please tell me what are the steps in creating an installable code after clicking will install the application in specified folder and create a desktop icon, registry key's will be stored in respective directory......if u know mail me to pradeep_somayajik@yahoo.com :( :doh: :sigh:
Posted

1 solution

Technically, installing a program requires ... a program that calls some specific API to properly update the system registry and copy the files as needed.

Since this task is common to all the installation, a number of configurable programs had been developed and many of them are free to use.

You can find many of them by googoling "Windows installing software".
Try for example "inno setup" (http://www.jrsoftware.org/isinfo.php)[^]
or "Spoon installer" (http://sourceforge.net/projects/spoon-installer/[^])

etc.
 
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