How to build Firefox msi package

This example shows how to create MSI Package to silently install Firefox browser.

  1. Run the Exe to msi Conveter and click 'New MSI Package'. The Project Wizard is started.

  2. Selct the Firefox executable installer file "Firefox Setup.exe".

    Exe to msi converter detects the installer type as 7-zip self extracting archive.

    firefox msi setup project
  3. Click Next and choose "Silent installation with command line parameters" conversion method.

    firefox msi setup project
  4. The silent install parameters for the Firefox installer can be found on official mozilla site: wiki.mozilla.org/Installer:Command_Line_Arguments

    Silent install parameter: -ms

    Silent uninstall parameter: /S

    firefox msi setup project
  5. Click Next and finish the Project Wizard. New project appears in the Projects tree.

  6. Now you can build the project.

    firefox msi setup project
  7. The Build Dialog opened. Click 'Build Package' button.

    firefox msi setup project
  8. The Firefox MSI package will be created.

    firefox msi setup project
Download Exe to msi Converter fully-functional evaluation version.
Download now