简体   繁体   English

VS2010 Building Installer安装失败

[英]VS2010 Building Installer Failing on Setup

I have created an application in C# visual studio 2010. 我已经在C#visual studio 2010中创建了一个应用程序。

The application works fine in debug mode and builds successfully. 该应用程序在调试模式下可以正常工作并成功构建。 The application has three aspects to the solution. 该应用程序具有解决方案的三个方面。 When i build and deploy the setup file i get an error on the install as soon as i click install in the steps. 当我构建和部署安装文件时,只要在步骤中单击“安装”,我就会在安装过程中收到错误消息。

The error says Installation Incomplete, The installer was interuppted before InvoiceProcess could be installed. 该错误显示安装未完成,可能在安装InvoiceProcess之前对安装程序进行了插补。 You need to restart the installer to try again. 您需要重新启动安装程序才能重试。

When i restart i get the same error. 当我重新启动时,我得到同样的错误。

Both the development machine and machine to deploy on are both 64 bit windows 10. 开发机器和要部署的机器都是64位Windows 10。

What could be causing this? 是什么原因造成的?

One of the possible reasons that it is not getting installed because IIS6 management compatibility is not configured on IIS . 由于未在IIS上配置IIS6管理兼容性而未安装该文件的可能原因之一。

Visual Studio 2010 installer still targets the older version of IIS (means IIS6) although IIS7 was publicly available in 2008. That's why IIS6 compatibility is required. 尽管IIS7于2008年公开可用,但Visual Studio 2010安装程序仍以较早版本的IIS(指IIS6)为目标。这就是为什么要求IIS6兼容的原因。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM