问题描述
我有一个需要使用Crystal Report Basic的应用程序.我了解,我可以将其添加为先决条件,如果尚未在目标计算机上安装它,则将下载并安装它.
I have an application that needs to use Crystal Report Basic. I understand, I can add this as prerequisite and if it's not already installed on Target machine, it will be downloaded and installed.
我似乎在VS 2010上找不到类似的选项,或者我忘了.
I can't seem to find similar option on VS 2010 or maybe I forgot.
推荐答案
您可以添加称为 Bootstrapper清单使用一个很好的工具Bootstrapper Manifest Generator打包到VS2010.这是一个很好的教程,了解如何构建自定义先决条件,然后将其添加到Microsoft SDKs \ Windows \ v7.0A \ Bootstrapper \ Packages文件夹中(对于Windows 7或2008,为v7.0A)
希望对您有帮助
You can add Prequisities called Bootstrapper Manifest packs to your VS2010 using a very good tool which is Bootstrapper Manifest Generator. here is a good tutorial how to build custom prerequisities , then you add them into Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages folder (v7.0A case windows 7 or 2008)
Hope it helps
这篇关于如何向VS 2010安装项目中添加自定义必备组件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!