-
Download, unpack and run Process Monitor.
-
Run your installer. J'utilise FileZilla for this example.
-
While the installer runs, vous pouvez utiliser the crosshair and drag it onto the installer window. Cela va create a filter which results in Process Monitor only showing events relating to that process.
Vous pouvez aussi wait for the installer to finish and pick it out of the recorded events yourself. Vous pouvez faites un clic droit sur the Process Name and create an Include filter easily.
-
You will now have a log of every système de fichiers or registry access of the installer. Vous pouvez now create additional filters to further analyse the data or use the functions available from the Tools menu.
Especially File Summary and Registry Summary might be of interest in this context.
Cependant, note that when filtering events for a specific process only, you might miss operations that aren't directly caused by the installer process itself. The installer could call some Windows API that indirectly causes registry values to change.
Likewise, the installer could just spawn a child process that makes file and/or registry modifications. This child process also wouldn't be seen when you only filter on the parent process.
When a process spawns a child process, cela va be indicated by the Process Create operation in Process Monitor.