You can also create a setup project that contains your project「s output and create a custom action with it that will run the installers associated with the project and install your service.
您也可以建立含有专案输出的安装专案,并利用该安装专案建立一个自订动作,该自订动作会执行与专案相关联的安装程式并安装您的服务。
You package your application by adding a setup project to your solution; when built, it creates the setup and installer package files that you distribute to users.
应用程序的打包是通过将安装项目添加到解决方案来实现的:当生成时,将创建分发给用户的安装和安装程序包文件。
All of these prerequisites can be configured through the setup project for the add-in you create in VSTO.
所有这些前提条件都可以从你在VS TO里创建的加载宏的安装工程里配置。
I have setup project that requires. Net Framework 2.0 before installation. So, I want to make my project to install. Net first and then my project.
我有项目,需要设置。凈框架2.0安装前。所以,我想让我的项目安装。凈,然后我的项目。
Create a setup project and the custom actions to install your service.
建立安装专案和自订动作来安装您的服务。
To create a complete setup project, you must add the service project」s output to the setup project and then add a custom action to have your service installed.
若要创建完整的安装项目,您必须将服务项目的输出添加到该安装项目,然后添加自定义操作以安装您的服务。
I have setup project that requires.
我有项目,需要设置。
To create setup packages for Visual Studio 2008 extensions, MSDN article 「Tutorial: Simple VSPackage Deployment」 suggests using xcopy, the setup project or using Windows Installer XML Toolset (WiX).
为了给VisualStudio 2008扩展创建安装包,MSDN上的一篇文章「教程:简单的VSPackage部署」建议使用xcopy、安装项目,或者使用WindowsInstallerXMLToolset (WiX)。
After you add installers to your application, the next step is to create a setup project that will install the compiled project files and run the installers needed to install your service.
在将安装程序添加到应用程序之后,下一步是创建安装项目,该项目将安装已编译的项目文件并运行安装服务所需的安装程序。