Firefox silent install

Exe to MSI Converter allows to easily deploy executable setup files using Group Policy. You do not need to write a script or create a .zap file.

To create MSI Package to perform Firefox automated install, do the following:

  1. Click 'New MSI Package' in the Toolbar firefox msi setup project

  2. Fill the Package Details: Name, version, and others. These properties will be displayed as the description of the MSI Package in the Add/Remove Programs dialog box.
  3. Select 'New Install Project' in the Project Tree.
  4. Select the Firefox installer file path.

    firefox msi setup project
  5. Select 'Install Script' in the Project Tree.
  6. Click 'Record Script' button to start Install Script recording.

    firefox msi setup project
  7. Use mouse to choose the Control for action, and use Ctrl + Mouse click to select it.

    firefox msi setup project
  8. Edit action type for the Control that you selected.
  9. Click OK in Action Properties Dialog to add action into script.

    firefox msi setup project
  10. After the script has been recorded, you will review the script. To test script click 'Play' button.

    firefox msi setup project
  11. Select 'UnInstall Script' in the Project Tree. Follow same steps to record uninstall script.
  12. Select 'MSI Package' in the Project Tree.
  13. Click 'Build MSI Package' in the Toolbar.
  14. Set Deploiment Method to 'Administrative installation point', if you need to deploy this MSI Package with Group Policy. Select Output Directory and File Name for MSI package.

    firefox msi setup project
  15. Click 'Build Package' button. A MSI package will be created in selected directory.