Multiple ClickOnce applications associated with the same file type

Posted by Chris Wenham on Stack Overflow See other posts from Stack Overflow or by Chris Wenham
Published on 2010-04-06T14:28:51Z Indexed on 2010/06/03 3:54 UTC
Read the original article Hit count: 488

Filed under:
|

I have multiple .Net applications that read the same file type, but when deployed with ClickOnce, the file association in Windows is made to "ClickOnce Application Deployment Support Library", which is what actually launches the program.

But once the first .Net application is installed on the workstation, subsequent applications can't be selected in the "Open With" menu, and "ClickOnce Application Deployment Support Library" won't give the user a choice, either.

How can I associate multiple ClickOnce-published applications to the same file type so the user can pick between them?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about clickonce