Web部署项目是否支持静默安装

发布于 2024-08-07 05:44:02 字数 172 浏览 3 评论 0原文

我需要从安静安装中安装 Web 部署,并传入 Web 目录、安装目录等。我知道 MSI 的值可用于自定义操作,但我的经验是,在安静模式下,这些值会被即使在安静模式下,GUI 上的默认值也是如此。

我的这个假设是否错误(或者确实有一个设置我错过了阻止这种行为?),或者是否有另一种方法来支持使用安静和传递参数的安装。

I need to install a web deployment fromn a quiet installation and pass in the web directory, installation directory etc. I know that the values of the MSI are available to a custom action, but my experience is that in quiet mode these get overwritten by the default value on the GUI even when in quiet mode.

Am I wrong on this assumption (or indeed is there a setting I've missed to stop this behaviour?), or is there another way to support the installation using quiet and passing in parameters.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

海风掠过北极光 2024-08-14 05:44:02

我找到了这个 MSDN 链接,它实际上包含了我需要的信息。

对于任何其他需要它的人来说,MSI 中属性的默认覆盖行为已针对三个 Web MSI 属性进行修复,它们是:

  1. TARGETVDIR - Vdir 名称
  2. TARGETAPPPOOL - 应用程序池名称
  3. TARGETSITE - 站点的 IIS 配置数据库名称。

I found this MSDN Link which actually has the information I needed.

For anyone else who needs it, the default overwrite behaviour of properties in the MSI has been fixed for the three web MSI properties which are:

  1. TARGETVDIR - Vdir name
  2. TARGETAPPPOOL - App pool name
  3. TARGETSITE - IIS Metabase name of the site.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文