Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有可以用来监控在安装某些软件包期间所做的注册表更改的工具?
我需要创建一个包含 Crystal Reports 运行时的 InstallShield 安装程序,而适用于 Vista/Win7 的先决条件不适用于 XP。所以我想在运行 Crystal Installer 时运行这个工具,它会告诉我在安装过程中发生了哪些注册表更改。
regshot 能够在安装前后创建注册表快照并进行比较,仅显示差异。当然,识别相关的变化是一种工作......
http://sourceforge.net/projects/regshot/