I published a .NET project to a website for installation and deployment. If the end user was using Internet Explorer, all was well. However, if the user was using Mozilla Firefox, the application was not able to be run, even after the setup file was downloaded.
Resolution:
An addon needs to be downloaded and installed on the end user's machine. The addon can be found at https://addons.mozilla.org/en-US/firefox/addon/1608
Now, when the setup file is run, another button is shown that says "Run ClickOnce Application". Clicking this button runs the setup and installs as intended.
No comments:
Post a Comment