copying program componets

diroga

New Member
I have a program on my computer i want to back up to a cd or jump drive. i do not have the install file or CD it came on. I can copy the folder from C:\Program Files\ . I also need to get the registry values. I know i can do this by running regedit and exporting the root folder for the program i want. How do i find the .dll 's that the program may have put into the systen folder? i need to get the dll 's for it to run, but i dont whan to do a trial and error way of finding them by running th progam and having it tell me what it is missing. that takes too long. I know for some programs have all thier dll 's in the same folder that they are in.
 
usually DLL files are found in the windows folder and some under system32, by the way, u can check them from the registry for the current user,and local machine, I hope that this works.
do u mean that u want to copy the running program from ur pc and move it to another pc?
 
what you could do is copy all the main program and reg files over, do whatever you have to do then when you try to run it, itll ask for the dll files, if you dont have them already, then just download them :)
 
Back
Top