• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What's a good software that can monitor an install and record every change made

BirdDad

Golden Member
to my computer? I am not talking about uninstallers. I want to be able to copy the registry changes and all the game's data onto another computer.
The problem I am having is this: when I install old games they automatically install directx9.0c without asking. I am on Windows 7 and 8.1 PCs. I get weird graphical glitches my NVIDA based systems the display driver constantly crashes even when not in games.
How do I set up one windows machine to be the "sacrifice" and what software should I use(preferably free) to record this? Then just copy the game's folder and all reg values and anything else it installs over to my good computers which I don't want messed up again.
Or is there a way to prevent DX9c from being installed in the first place?
 
Or how do I reinstall the directX version that is supposed to be on my PCs after directX9c has been installed?
I don't find nothing in the M$ site about this except that there should be no problems installing DX9c on a new machine.
There are no links to download DirectX11 or whatever W7 and W8.1 use.
 
procmon can monitor everything a program does.

That having been said, I don't think DX is the problem. There is a lot of confusion over what DX actually is. There is DirectX in the OS. And then there are the DirectX runtime libraries that applications install. The runtimes are not system components and do not replace system components. They are runtimes, much like the MSVC runtimes, and are loaded on a per-process basis--not system-wide--for individual processes that require them into that process's address space. And they are versioned. So you can have many different versions of the DX runtimes on your system, and the program you install will use (and can only use) the runtime version that it was compiled for.

Most people do not realize that these are separate, leading to the common misconception that they are "installing DirectX" when they are really installing a runtime library. The DX9 runtimes should not be causing (and cannot cause) problems with the system in general. You're better off making sure you have the latest drivers direct from nvidia.com. Also, glitching could be the result of a hardware fault.
 
Last edited:
Maybe it is my problem. I've tried it on four different PC's and the same thing happens to all of them. Two are running Windows 8.1 and the other two are running 7 and 8 all 64 bit.
Can procmon list the changes made? That is the trouble I have with uninstallers is that they don't tell you what changes are made to your disk they just uninstall without telling you what they are doing.
I looked at it but it seems to be lacking that nfo.
 
It is not malware, I have tried installing Majesty 2 (legit copy) on 4 PCs everyone of them the display driver failed even when not in games.
There are others but that is the one I want installed most.
It is not electrical problems either my PCs run on UPSs.
 
to my computer? I am not talking about uninstallers. I want to be able to copy the registry changes and all the game's data onto another computer.
The problem I am having is this: when I install old games they automatically install directx9.0c without asking. I am on Windows 7 and 8.1 PCs. I get weird graphical glitches my NVIDA based systems the display driver constantly crashes even when not in games.
How do I set up one windows machine to be the "sacrifice" and what software should I use(preferably free) to record this? Then just copy the game's folder and all reg values and anything else it installs over to my good computers which I don't want messed up again.
Or is there a way to prevent DX9c from being installed in the first place?

Have you tried installing the games into a Windows virtual machine under VMware Player? It supports DirectX 9 accelerated graphics with the "Accelerate 3D graphics" option.
 
Back
Top