在Web安装程序安装程序中隐藏应用程序池 [英] Hide application pool option in web setup installer

查看:91
本文介绍了在Web安装程序安装程序中隐藏应用程序池的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我在VS 2005中有一个网页设置项目。我将它转换为VS 2010.

现在我看到了选择应用程序池的选项。

任何人都可以告诉我如何从我的安装程序中隐藏此应用程序池选项。



谢谢,

Nagendra。

Hi All,

I had a web setup project in VS 2005. I converted it into VS 2010.
Now i see an option for selecting application pool.
Can anyone tell me how can i hide this application pool option from my installer.

Thanks,
Nagendra.

推荐答案

完全相同的问题并标记为已解决:如何在Web设置项目中隐藏应用程序池选项? [ ^ ]



我通过隐藏安装程序用户界面解决了这个问题,因为在我的情况下,它并不重要。我只需通过这种方式从命令行调用MSI:

Exact same question asked and marked resolved: How to hide "application pool" option in web setup project?[^]

I solved the problem by hiding the installer user interface at all, because it was unimportant in my case. I simply call the MSI from command line in this way:
Installer.msi /qr TARGETAPPPOOL="MyAppPoolName"



/ gr选项表示缩减的用户界面。仅显示没有用户输入的进度条。

TARGETAPPPOOL参数允许指定要使用的默认应用程序池(池必须存在...)。


The "/gr" option means "reduced user interface". Shows only progress bar without user inputs.
The "TARGETAPPPOOL" argument enables specify the default app pool you want to use (the pool must exist...).


这篇关于在Web安装程序安装程序中隐藏应用程序池的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆