Prism 应用程序的部署选项
有人对 Prism Apps 的部署选项有任何经验吗?
我尝试了 ClickOnce并发现它是太有问题,也对我的用户来说很难(使用 Prism 4 和 .NET 4)。
显然我可以使用 installshield 或其他东西来制作一个普通的安装程序。但我真正想要的是让我能够利用我的应用程序位于模块中这一事实。
允许我重新部署单个更改的模块/dll,而不必重新部署整个应用程序。
有没有什么东西(除了 ClickOnce)可以这样工作?
Does anyone have any experience with deployment options for Prism Apps?
I tried ClickOnce and found it to be too buggy and too hard for my users (With Prism 4 and .NET 4).
Clearly I could just go make a normal installer using installshield or something. But what I really want is something that lets me leverage the fact that my app is in modules.
Something that will allow me to re-deploy a single changed module/dll and not have to require re-deploying the whole application.
Is there anything out there (besides ClickOnce) that works that way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
怎么样:
http://wyday.com/wyupdate/
虽然你可能必须使用 wyBuild 才能使用它。
How about this:
http://wyday.com/wyupdate/
Though you might have to use wyBuild to use it.