点网部署包

问题描述:

我想创建一个部署程序包,该程序包检查基于点网的应用程序的先决条件.但是它们不是Visual Studio 2010中检查自定义先决条件的选项,例如我想检查oracle客户端,VNC等.如果尚未安装我的安装文件,它们会自动安装并为某些项目提供选项,例如Visual Studio安装程序包给你选择?

Wel i want to create a deployment package which check the prerequisites of my dot net based application. But their is no option in Visual Studio 2010 to check the custom prerequisites like i want to check oracle client, VNC etc. If they are not already installed my setup file install them automatically and also give options for some items like the Visual Studio Setup package gives you option ? Is it possible ??

是否可以使用安装程序中的前提条件部分-请参见 ^ ].
You can use the prerequisite section in the setup - see here[^].