I've got a bunch of programs on an old HDD, which I cloned to a new HDD, however had to reinstall due to issues with the currently installed drivers.
Thing is, now, is it possible to copy all the programs from the original drive, WITHOUT cloning the entire install, to the new drive? This means copying all the registry entries for those programs as well. I'm not willing to pay for a program to do this.
HKLM\Software\<appname>key from the old registry and merging it into the new registry. If the paths are the same (e.g.C:\Program Files\<appname>) then there is a possibility that Windows won't BSOD immediately and the application will run normally. My gut tells me that this possibility is vanishingly small, though. This assumes that the application in question doesn't ever store keys outside ofHKLM\Software\<appname>or modify the values of other application's keys, etc. – Amazed Jan 15 at 0:53