We would like to make an entry in the registry during installation based on a .reg file located in the root directory of the msi. Point is to enable the user to easily change the keyvalue once for multiple installations.
Is it possible to run regedit.exe during installation? Is it possible to open this .reg file without having the editor asking for confirmation (silent)? The commandline would be: regedit /s name.reg.
Thanks for answering...