I need to create a package with all files associated with an install, so that I can migrate this install to another computer. I cannot download the installer / setup program, and so I need to do this instead.
Does anyone have any experience with this?
Thank you!!!! 😀
Was it installed with windows installer? If so, you can use the windows installer API to open up the cached MSI, and go over the DB. If not, you can use ProcMon while running the program and monitor its file and registry access. Both methods, however, will not guarantee correct function of the program on the target computer.