我有一个安装项目,我需要安装一个在默认先决条件列表中不可用的可再发行组件。是否可以将此可再发行组件添加到安装项目创建的引导程序中?
答案 0 :(得分:20)
我想出了如何在Visual Studio先决条件对话框中添加自定义先决条件 MSDN as a good article on creating the prerequisite. 基本上,您只需创建产品清单和包清单,将它们与可分发文件一起复制到:\ Program Files \ Microsoft SDKs \ Windows \ v6.0A \ Bootstrapper \ Packages。 Visual Studio会自动选择它。
答案 1 :(得分:8)
在 http://code.msdn.microsoft.com/bmg
上查看Bootstrapper Manifest Generator工具(BMG)它用于创建Bootstrapper包并自动将它们添加到Visual Studio的“先决条件”对话框中。
编辑:现在可以从https://www.softpedia.com/get/Programming/Other-Programming-Files/Bootstrapper-Manifest-Generator.shtml下载BMG,因为该工具显然已弃用,不再位于Microsoft服务器上。
答案 2 :(得分:0)
这可以通过创建自定义引导程序包来解决。以下链接提供了一个示例示例的创建 http://msdn.microsoft.com/en-us/library/ee726596.aspx