- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在我当前的 MSI 中 ExecuteAction至少需要 1m 30s。我创建了一个简单的 msi(来自 WiX 示例),ExecuteAction 大约需要 4 秒。
如何优化我的 MSI 程序包,使 ExecuteAction 运行得更快?
最佳答案
Windows 使用 ExecuteAction 启动 system restore point .根据您的机器配置,这可能需要相当长的时间。在对我们公司的安装程序进行性能测试时,我们遇到了 5 到 26 秒的运行时间。
Windows XP 似乎默认情况下不创建系统还原点。但是,Windows Vista 和 Windows 7 可以。以下是我们在 24 台机器上的测试结果(平均值):
Windows 7(在 Windows Installer 5 中)有一个解决方法。 Here is the MSDN article.解决方法是禁用安装程序的系统还原点。这是 WiX 中的解决方法:
<Property Id="MSIFASTINSTALL" Value="1"/>
Here is another example of the same problem as yours我在哪里找到了解决方案。
关于windows-installer - 微星 : How to speed up ExecuteAction,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3598774/
在我当前的 MSI 中 ExecuteAction至少需要 1m 30s。我创建了一个简单的 msi(来自 WiX 示例),ExecuteAction 大约需要 4 秒。 如何优化我的 MSI 程序包
使用 FluxibleMixin 我可以按预期访问组件中的 executeAction 和 getStore 方法。 使用不带 Mixins 的 ES6 样式组件类,我的顶级组件(在 react-ro
我在Docker上的VS code终端输入npm install,一直跑啊跑,一直跑到postinstall: sill install excuteActions,就停了。永远。 我想知道问题是什么
我们正在开发 TaskPane 插件。我们正在向其中添加插件命令。 我们想要实现功能区按钮可以触发 TaskPane 中的某些 UI 的功能。 (就像启动向导一样)但是我们没有看到一种方法可以将消息从
我在我的应用程序中使用 Struts2、Spring3,当我为我的应用程序进行 jUnit4 测试时,我收到此错误: null java.lang.NullPointerException at o
我是一名优秀的程序员,十分优秀!