Is it possible to pass arguments to ClickOnce application from other browsers besides Internet Explorer?
I am not even able to launch online-only application from any other browser. I am able to start offline ClickOnce applications (the .application file is downloaded and I am able to start it locally), but I am getting a file not found exception (Could not find a part of the path: 'path to manifest, relative to local .application') when opening the .application file of an online-only application.
Is it possible to run online-only ClickOnce applications from other browsers without the extensions (like the firefox clickonce extension)?