We want to run a program which will determine if the installation is neccessary. This program is part of the setup. But how do you run a program which has not yet been installed?
One other solution is to run the program "before installing files". This will update the registry, so my setup can read the reg value. But how do I query this variable before installing the files?
One other solution is to run the program "before installing files". This will update the registry, so my setup can read the reg value. But how do I query this variable before installing the files?
Comment