如何在 WIX 安装项目中添加 ASP.NET Web 项目作为参考?

发布于 2024-10-31 17:06:23 字数 185 浏览 0 评论 0原文

我想使用 WIX 创建 Web 应用程序 (ASP.NET) 的示例安装程序。 我创建了一个示例 asp.net Web 项目,然后在解决方案中添加了一个 WIX 安装项目。 在阅读教程时,我被告知要在 WIX 安装项目中添加示例 Web 应用程序的引用。但是当我右键单击并选择在 WIX 安装项目中添加引用时,我在项目选项卡中找不到任何项目?请帮忙。

I want to create a sample installer of web application (ASP.NET) using WIX.
I created a sample asp.net web project, then added a WIX setup project in the solution.
While reading tutorials, I was told to add a reference for my sample web app in the WIX setup project. But when I right-clicked and select add references in the WIX setup project, I can't find any projects in the projects tab? Please help.

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

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

发布评论

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

评论(1

凉城 2024-11-07 17:06:23

我不确定是否理解你的问题,但是
- 如果您尝试创建 Wix 项目并部署 ASP.NET Web 应用程序,则必须添加对 WixIIsExtension、WixUIExtension、WixUtilsExtension 的引用
你可以在以下位置找到它:
C:\Program Files\Windows Installer XML v3.5\bin

希望它对您有帮助

I am not sure understanding your question but
- if you try to create a wix project and deploy an asp.net web application you must add the reference to WixIIsExtension, WixUIExtension, WixUtilsExtension
you can find it in :
C: \ Program Files\ Windows Installer XML v3.5 \ bin

hope it helps you

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