简体   繁体   English

将Web Setup Project用于多种类型的项目

[英]Using Web Setup Project for multiple types of projects

I am trying to a create an installer for my web application. 我正在尝试为我的Web应用程序创建安装程序。 My solution contains several projects. 我的解决方案包含几个项目。 They include: 他们包括:

  • Class library project (referenced by the web application) 类库项目(由Web应用程序引用)
  • Web Application Web应用程序
  • Windows Service Windows服务
  • Web Services project Web服务项目
  • Database project (execute update script) 数据库项目(执行更新脚本)

I also have an unmanaged dll (crystal reports) in my web application project, so I might have to do some editing of the registry. 我的Web应用程序项目中也有一个非托管dll(水晶报表),因此我可能必须对注册表进行一些编辑。

I ideally want to be able to use a web setup project to install the whole solution. 理想情况下,我希望能够使用Web设置项目来安装整个解决方案。 Can this be done? 能做到吗? Is there a better method/solution? 有更好的方法/解决方案吗?

The short answer is "Yes" it can be done. 简短的回答是“可以”。

Other better solution? 其他更好的解决方案? Well, I'm not a huge fan of VS.NET's installer/setup, can be kind of bulky, 3rd parties could be better at a price. 好吧,我不是VS.NET安装程序/安装程序的忠实拥护者,可能有点笨重,但第三方的价格可能会更好。 Having said that, it should be able to satisfy your requirements. 话虽如此,它应该能够满足您的要求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM