如何通过代码安装IIS

发布于 2024-07-29 23:26:12 字数 98 浏览 6 评论 0 原文

在我的应用程序中,当我的应用程序安装在用户计算机(Vista / XP)中时,我必须自动安装 IIS,而不使用操作系统 CD。

任何人都可以指导我如何做到这一点。

In My application i have to install IIS automatically when my application install in User machine (Vista / XP) with out using OS Cd's.

Can any one please guide me how to do this.

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

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

发布评论

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

评论(2

青朷 2024-08-05 23:26:13

假设您的应用程序是 ASP.NET,您可能应该将其与 UltiDev Web Server Pro (UWS) 捆绑在一起 -它是一个免费的、可再发行的 Web 服务器,可以作为先决条件添加到您的安装程序项目

Assuming your application is ASP.NET, you probably should bundle it with UltiDev Web Server Pro (UWS) - it's a free, redistributable web server that can be added to your installer project as a prerequisite.

咿呀咿呀哟 2024-08-05 23:26:12

IIS 不是可重新分发的组件。 这意味着您无法将其与您的应用程序捆绑在一起。 用户必须拥有操作系统介质并从那里安装它。

您可以执行脚本式静默安装。 查看此 脚本化安装指南,了解要做什么的基本描述。 您还需要创建一个 应答文件来管理无人值守安装的设置。

IIS 7 的过程有所不同

IIS is not a re-distributable component. This means that you can't bundle it with your application. The user must have their OS media and install it from there.

You can do a scripted silent install. Check out this scripted installation guide for a basic description of what to do. You will also need to create an answer file to manage the settings for the unattended installation.

The procedure is different for IIS 7.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文