|
Re: Transferring Programs to External Hardrives?
captainstitch,
Unfortunately, there's no clean or easy way to simply 'move' an installed program to a different drive. This is because when programs are installed, they place lots of entries in Window's Registry pointing to the locate of files in the original drive and folder(s) where they're installed. Moving those programs elsewhere breaks these references. Programs also tend to install .DLL and other files in c:\program files\common files\xxxx as well as drivers and .DLLs in Windows folders. To further complicate matters, many install routines hard code paths and file locations in user and program configuration and log files.
It can be done - but it's a major science fair project that involves extensive registry manipulation, searching for hardcoded references in files and editing these files, moving files, etc. Even if you know what you're doing - there still a good chance that the program will not work after all that effect.
Bottom line is that you really need to uninstall the app from the old location and re-install in the new location. If you own a legit copy of the software and have lost your original disk - most MFGs will replace your disc at a minimal cost. If you have a hacked, stolen or pirated version of the program - this sites rules forbid supporting illegal software.
- John
|