检查 MVC.net 是否已从 Web 安装项目安装
有谁知道一种优雅的方法来检查 Web 设置项目(也许作为先决条件?)MVC.net 是否安装在目标计算机上? 注册表是最好的方法吗? 或者 Windows 安装程序搜索?
非常感谢,
Does anyone know of an elegant way to check form a web setup project (as a pre condition maybe?) that MVC.net is installed on the target machine? Is the registry the best way? Or a windows installer search?
Many Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
1) MVC 在技术上不需要安装。 如果您有.NET 3.5(没有SP1),则可以进行bin部署。
2)但是,要查看它是否已安装,测试.NET 3.5 SP1。
1) MVC doesn't technically require installation. If you have .NET 3.5 (without SP1), it can be bin deployed.
2) However, to see if it's already installed, test for .NET 3.5 SP1.