开发者

Deployment Options for Prism Apps for

开发者 https://www.devze.com 2023-01-25 04:29 出处:网络
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 user开发者_高级运维s (With Prism 4 and .NET 4).

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 user开发者_高级运维s (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?


How about this:

http://wyday.com/wyupdate/

Though you might have to use wyBuild to use it.

0

精彩评论

暂无评论...
验证码 换一张
取 消