如何在 WIX 安装项目中添加 ASP.NET Web 项目作为参考?
我想使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定是否理解你的问题,但是
- 如果您尝试创建 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