简体   繁体   English

Web安装(MSI)项目可在两个不同的AppPool中安装

[英]Web setup (MSI) project to install in two different AppPool

I have a web setup project created with the following structure 我有一个使用以下结构创建的Web安装项目

  • RootNode 根节点
    • VirtualApp1 虚拟应用1
    • VirtualApp2 虚拟应用2

In the above structure I have the RootNode configured to have the application pool as "RootNode". 在上面的结构中,我将RootNode配置为将应用程序池作为“ RootNode”。

I have the VirtualApp1 and VirtualApp2 to be on the other application pool (VirtualApp). 我将VirtualApp1和VirtualApp2放在另一个应用程序池(VirtualApp)中。 On Installing the MSI, we choose the installation address as the RootNode but we can choose only one of the application pool listed. 在安装MSI上,我们选择安装地址作为RootNode,但是我们只能选择列出的应用程序池之一。 Is it possible to have MSI to install for two different application pool under the same roof. 是否可以在同一屋顶下为两个不同的应用程序池安装MSI。

I don't know exactly what tool you are using to build the package. 我不知道您使用什么工具来构建软件包。 Advanced Installer (Professional edition) can do this very easily, when creating an installer for IIS applications . 为IIS应用程序创建安装程序时,高级安装程序(专业版)可以非常轻松地完成此操作。

In the IIS page you can define the App Pools, web sites, web applications and virtual directories you want your installer to create, as shown in the above linked tutorial. 在IIS页面中,您可以定义要安装程序创建的应用程序池,网站,Web应用程序和虚拟目录,如以上链接的教程所示。 For each web site and virtual application you can then select from itw own "Application Pool" view the corresponding application pool. 然后,对于每个网站和虚拟应用程序,您都可以从其各自的“应用程序池”中选择相应的应用程序池。 Virtual directories do not support having different application pools from their parents. 虚拟目录不支持使用与其父目录不同的应用程序池。

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

相关问题 Web安装程序项目不生成.msi文件 - Web Setup project not generating .msi file 安装项目msi builds +声称安装成功,但没有输出 - Setup Project msi builds+ claims successful install, but no output 在我的安装项目中包含另一个MSI文件 - Include another MSI file in my setup project msi-自定义Visual Studio插件的Deployment Setup项目 - msi - Deployment Setup project for a custom Visual Studio Addin Web安装程序项目无法安装动态数据站点:“安装程序被中断” - Web setup project fails to install dynamic-data site: “the installer was interrupted” 对于在同一台计算机上使用不同端口的两个站点使用相同的AppPool是否有任何问题? - Is there any issue with using the same AppPool for two sites that use different ports on the same machine? VS Web Setup项目替代方案? - VS Web Setup Project alternatives? 在两个不同的 Web 服务器上托管一个 Web 应用程序和 Web API 项目,该项目使用 IP 地址 - Host a Web application and Web API Project that Use IP Address on Two different Web Servers 在WiX设置中的安装过程中模拟其他用户 - Impersonating different users during install in WiX setup 从服务器到客户端访问网站后运行.msi安装文件 - run .msi setup file after accessing web site from server to client
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM