|
Re: running applications off external harddrive on other machines
What you are trying to do, in the significant majority of cases, is not possible. Installing a program onto a removable hard drive is very different to copying data onto a USB flash drive, etc. As you have already identified, the application will not only copy files onto the removable hard drive but it will also install a whole bunch of registry entries and possibly install some files into your Windows directory as well. When you take the removable hard drive and plug it into another PC, you don't get any of those entries and files, so the application doesn't work. Exporting the HKLM key was thinking along the right lines but the error message that you gave sounds like it was referring to the HKEY_CLASSES_ROOT part of the registry as well, which installs hundreds or thousands of entries in a completely unidentifiable way.
WARNING: Exporting your registry (or part of it) and running that REG file on another PC is a REALLY REALLY bad idea! I'm surprised that the other PC still works. Those registry entries relate to programs, Windows settings, Internet Explorer options, etc that are on YOUR PC. You've now put all of your entries onto another computer. Consider yourself lucky that it didn't break!
|