How to create file association in WPF application with ClickOnce?

ⅰ亾dé卋堺 提交于 2019-12-11 07:27:32

问题


I have used ClickOne and Set up Project in VS 2010 but it does not working. I double click on associate file but it does not open in my WPF Application.

Plz help me resolve this issue, step to step....

Thank so much!


回答1:


This article on MSDN has a good step-by-step approach.

EDIT
If ClickOnce is not working for you, you can try doing the installation with Inno Setup. It is an outstanding (and free) installation utility. It is available here, and this link shows you how to create file associations.

I use Inno Setup for all of my desktop application installations.



来源:https://stackoverflow.com/questions/10015941/how-to-create-file-association-in-wpf-application-with-clickonce

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!