在制作安装包的时候,要求检查软件安装必备的软件,例如安装visual studio的时候需要检测.net frmaework等,通过WiX完成不了这样的工作,那么如何完成这样的工作呢。这就需要制作一个bootstrapper,检查必备的软件包,并下载安装软件包,然后安装你的MSI安装文件。可以参考以下两个:

http://wix.mindcapers.com/wiki/Bootstrapper

http://www.clariusconsulting.net/blogs/pga/comments/42831.aspx

这两篇文章中提到了一个 Bootstrapper Manifest Generator,这个工具可以帮助用户方便地生成Bootstrapper的Manifest文件

BMG for Visual Studio 2008: http://code.msdn.microsoft.com/bmg/Release/ProjectReleases.aspx?ReleaseId=1567

相关文章:

Use the Visual Studio 2005 Bootstrapper to Kick-Start Your Installation

如何将AccessDatabaseEngine.exe加入必要部署条件

相关文章:

  • 2021-11-02
  • 2021-10-26
  • 2022-12-23
  • 2022-01-15
  • 2021-12-07
  • 2021-10-20
  • 2021-11-08
  • 2021-12-03
猜你喜欢
  • 2022-12-23
  • 2021-07-14
  • 2021-11-22
  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案