Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά παραβίασης».

Μάθετε περισσότερα

Αυτό το νήμα αρχειοθετήθηκε. Κάντε νέα ερώτηση αν χρειάζεστε βοήθεια.

.msi installtion fails to install with SCCM

  • 2 απαντήσεις
  • 2 έχουν αυτό το πρόβλημα
  • 14 προβολές
  • Τελευταία απάντηση από atomic.delta

more options

I noticed that since version FF 70+ version the installation fails in a task sequence with error 0x80004005. What especially interesting is, after i deploy a new computer (new windows, settings etc.) i come to this multiple installation step, and only FF fails. After I cancel the task sequence, I go into windows and Firefox is happily waiting me on the desktop!

I think it is got to do with the detection method because the detection method is set to look for .msi product code and when i run a powershell command "Get-WmiObject Win32_Product | sort name | Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize" on a freshly deployed PC I get all of the .msi codes but Firefoxe's. Can somebody from the dev team check this?

Thank you

I noticed that since version FF 70+ version the installation fails in a task sequence with error 0x80004005. What especially interesting is, after i deploy a new computer (new windows, settings etc.) i come to this multiple installation step, and only FF fails. After I cancel the task sequence, I go into windows and Firefox is happily waiting me on the desktop! I think it is got to do with the detection method because the detection method is set to look for .msi product code and when i run a powershell command "Get-WmiObject Win32_Product | sort name | Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize" on a freshly deployed PC I get all of the .msi codes but Firefoxe's. Can somebody from the dev team check this? Thank you

Όλες οι απαντήσεις (2)

more options

Great answer man! Really implemented this "Haced" solution and it worked.

On more serious note, the sccm installation was halted because the detection method that comes with the .msi package is not correct. The detection method is set according to the .msi product code, and when I searched for the product code with powershell - it was not listed. I switched the detection method to .exe file and its file version - then it worked.

Cheers,