雅思英语常用固定搭配短语词组 setup project
释义:
setup project 安装项目
例句:
I have setup project that requires.
我有项目,需要设置。
Create a setup project and the custom actions to install your service.
建立安装专案和自订动作来安装您的服务。
I did not want to lose the option to select a website, or implement this in a regular Setup Project.
我不想丢失对网站选择用的选项,或是执行原本定期的操作。
Finally, I would then add the Installer class as a Custom Action in the Setup Project and compile it.
最后,我将它添加到安装工程中自定义动作安装类里并编译它。
Using the setup project options, developers have to write custom installer actions to register extensions.
使用安装项目的方法,开发者需要编写自定义的安装动作来注册扩展。
All of these prerequisites can be configured through the setup project for the add-in you create in VSTO.
所有这些前提条件都可以从你在VS TO里创建的加载宏的安装工程里配置。
Net installation file inside my Setup Project and force it to install first during the installation process?
净安装文件在我设置项目,迫使它先安装在安装过程中吗?
However, there were two reasons why I decided to implement this functionality in a Web Setup Project instead.
但是,有两个原因使我决定在Web安装工程中执行功能替换。
I already spent a considerable amount of time creating the Web Setup Project, and I didn't want to start all over again.
我已花了很长时间来创建Web安装工程,不想从头来一次。
How can I add. Net installation file inside my Setup Project and force it to install first during the installation process?
我怎样才能添加。净安装文件在我设置项目,迫使它先安装在安装过程中吗?
This walkthrough demonstrates how to package a component in a merge module and to consume that merge module in a setup project.
本演练演示如何将组件打包到合并模块中以及如何在安装项目中使用该合并模块。
Developers who include the merge module in their Setup project cannot deliver fixes to the merge module without interacting with its owner.
将合并模组包含在安装专案中的开发人员,在未与合并模组拥有者互动的情况下无法传递修正。
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安装前。所以,我想让我的项目安装。净,然后我的项目。
WiX is much more flexible than the Visual Studio Setup Project currently available today and it supports managed code to interact with the Windows Installer.
相对于当前使用的VisualStudio安装项目,Wix更加灵活。而且它支持托管代码和Windows Installer进行交互。
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.
若要创建完整的安装项目,您必须将服务项目的输出添加到该安装项目,然后添加自定义操作以安装您的服务。
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.
应用程序的打包是通过将安装项目添加到解决方案来实现的:当生成时,将创建分发给用户的安装和安装程序包文件。
When generating an MSI installer with Visual Studio 2005 through a Web Setup Project, there is no possibility to specify the physical path of the Virtual Directory that is created.
当通过VisualStudio 2005的Web安装项目创建MSI[4]安装程序时,里面并没有创建的虚拟目录指定物理路径的方法。
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.
在将安装程序添加到应用程序之后,下一步是创建安装项目,该项目将安装已编译的项目文件并运行安装服务所需的安装程序。