Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows msi的加载程序快照_Windows_Debugging_Dll_Windows Installer - Fatal编程技术网

Windows msi的加载程序快照

Windows msi的加载程序快照,windows,debugging,dll,windows-installer,Windows,Debugging,Dll,Windows Installer,是否可以为.msi包打开“加载程序快照”并记录安装期间加载的DLL?我知道如何处理.exe,但不知道如何处理.msi。msi由msiexec.exe运行,所以我想说这是同一个故事charlesb是对的,msi由操作系统进程“msiexec.exe”处理,所以在运行安装时,您需要观察此可执行文件执行的加载操作。

是否可以为.msi包打开“加载程序快照”并记录安装期间加载的DLL?我知道如何处理.exe,但不知道如何处理.msi。

msi由msiexec.exe运行,所以我想说这是同一个故事charlesb是对的,msi由操作系统进程“msiexec.exe”处理,所以在运行安装时,您需要观察此可执行文件执行的加载操作。