To install FireFox.msi 64- Bit via package method

Question
I am trying to install FireFox.msi 64-Bit via Package method before Deployment I am testing it but I get this pop-up every time and the MSI package is not installing on the test Host.
No photo description available.
Posted by Danish Afzal in HTMD FB Group

Answers ( 5 )

    0
    2022-03-15T10:15:37+05:30

    Replied by Mike Horton

    Danish Afzal you didn’t need to delete the spaces.

    Numerous people told you that you needed .msi and to enclose it in quotes to which you posted a screenshot saying it still wasn’t working.

    You added the .msi but you forgot the quotes. msiexec.exe /i “Firefox Setup 98.0.1.msi” /q

    0
    2022-03-15T10:14:00+05:30

    Replied by Maged Omar Younis
    Danish Afzal use ” name ” or delete the spaces in the file name

    Replied by Potpot Alegre
    Run in system context via run as admin. Rename the MSI file name try no spaces. Need the full name and path of the installer with extension

    Replied by Danish Afzal
    Author
    Yes, it worked I just eliminated all spaces.

    0
    2022-03-15T10:12:59+05:30

    Replied by Jason Santoro

    Danish Afzal does yourself a favor to eliminate errors. CD to the directory where the file is stored. Type msiexec.exe /I /qn

    Replied by Maged Omar Younis

    But file extensions full name “Firefox setup 98.0.1.msi”

    0
    2022-03-15T10:11:38+05:30

    Replied by Naveen Babu

    You need to give the full file name including the file extension (Firefox Setup 98.0.1.msi) while installation…
    Also are you sure Firefox setup is an MSI?

    Replied by Naveen Babu

    Danish Afzal Filename has spaces, enclose them with quotes, it should work

    0
    2022-03-15T10:10:55+05:30

    Replied by Matt Keppler
    Need full filename with extension

    Replied by Matt Keppler
    Danish Afzal do /qn or /qb instead of /q along with the filename with extension

Leave an answer

Sorry, you do not have permission to answer to this question .