Forum Discussion
CodeDJ
Apr 08, 2019Iron Contributor
ClickOnce application downloads instead of directly opening the app
When opening a ClickOnce app, the *.application file gets saved to my Downloads folder instead of directly opening it. Additionally, since the file is downloaded, then opened from Downloads, it loses...
TheJAC
Apr 08, 2019Brass Contributor
CodeDJ I have this same issue. I get around it by calling iexplore.exe in front of the app to launch it from IE. This is a workaround, I would like Microsoft to fix this so it is handled correctly.
Here is my example that I use in the shortcut:
"C:\Program Files\Internet Explorer\iexplore.exe" http://website.com/example.application