I have a ClickOnce application, that I want to run everytime the computer starts, based on user’s choice. For this I add my application’s executable to the registry. But this directly starts the app, skiping the ClickOnce search for updates.
So I need the path to the ClickOnce application to correctly setup in the registry.
I have a ClickOnce application, that I want to run everytime the computer starts,
Share
Execute the .appref-ms file, that the start menu shortcut (created when your ClickOnce was installed) executes. This is what we do in VB.Net: