How to manually register ClickOnce file associations after installation?

You can figure out the registry keys to be added, using Windows Sysinternals Process Monitor (Previously known as RegMon).

Capture Events when you install your app using ClickOnce with default file associations. It will record all the registry operations (lots of them).

You would need to use some filters to easily identify the registry keys.

Leave a Comment