How to backup installed software on Windows XP and restore it back to another machine.

Is there any utility to do this ?

link|improve this question
Do you mean individually, by software package, or are you wanting to clone one PC to another, all-inclusive? – Flimzy Jun 30 '11 at 8:05
feedback

migrated from stackoverflow.com Jun 30 '11 at 6:16

This question came from our site for professional and enthusiast programmers.

2 Answers

I highly doubt there is a utility that can do this. Each software installs files to different locations in the system, some only in the program files directory, some in other places on the system. On top of that software often writes entries to different locations in the registry and there is no way a utility can keep track of all this for all programs out there.

Your best bet is to backup the settings for each program from the programs interface if it has such an option. Look for options like "export" och "backup" in the program. This produces a file which you later can import when you reinstall the program on the other machine and all settings should be restored.

link|improve this answer
feedback

PC Relocator can do this, no guarantee it can move every program.

http://www.amazon.com/Pearson-Software-PC-Relocator-4-0/dp/B000063CWY

link|improve this answer
feedback

Your Answer

 
or
required, but never shown