I have a program that i want to use the reg but i would like the setting to be added on the installer but it has to be able to change for diferent settings.
Printable View
I have a program that i want to use the reg but i would like the setting to be added on the installer but it has to be able to change for diferent settings.
Then I would suggest buying something like InstallShield or Wise Install builder....
If that is too expensive you can look around for installers on the net that do this...
Either that or write a C program to do your installation for you.
Or failing that you can put it in a .reg file and get that file executed when your app is installed.
you can use visual studio installer to make msi files and then mess with the reg