Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

An APP downloads a .msi. ie/Chrome present a .msi file to execute. With Firefox, no .msi extension and "select a file to open" window appears.

  • 2 odpowiedzi
  • 1 osoba ma ten problem
  • 16 wyświetleń
  • Ostatnia odpowiedź od Plutius

more options

I created an APP that is for sale. some users downloaded the.msi file using Firefox to install the APP. However, unlike on ie and Chrome, the app file name appears but there is no file extension. If the user renames the file with a .msi extension then the installer launches. This is a major issue when selling apps. What is the problem and how can it be solved globally.

I created an APP that is for sale. some users downloaded the.msi file using Firefox to install the APP. However, unlike on ie and Chrome, the app file name appears but there is no file extension. If the user renames the file with a .msi extension then the installer launches. This is a major issue when selling apps. What is the problem and how can it be solved globally.

Wszystkie odpowiedzi (2)

more options

Not sure this is relevant, but...

How are you passing the file name to the browser: is it a direct download of a file with a .msi extension, or a script url setting the filename in the content-disposition header? When using the header, I recommend replacing any spaces in the file name with underscores to avoid the file name being truncated at the first space.

more options

Thank you for your response. I am not a developer but will try this solution. I think the file is a direct download. The file name has spaces in it. It is CPM calculator plus.msi so I am going to rename the file with no spaces and upload it to the ecommerce site. then I will need to have someone who has not successfully downloaded the APP who uses Firefox to download and test it. I will post the result however this may take me a couple of days.