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:
- Click 'New MSI Package' in the Toolbar

- 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.
- Select 'New Install Project' in the Project Tree.
- Select the Firefox installer file path.
- Select 'Install Script' in the Project Tree.
- Click 'Record Script' button to start Install Script
recording.

- Use mouse to choose the Control for action, and use Ctrl +
Mouse click to select it.

- Edit action type for the Control that you selected.
- Click OK in Action Properties Dialog to add action into script.

- After the script has been recorded, you will review the
script. To test script click 'Play' button.

- Select 'UnInstall Script' in the Project Tree. Follow same steps to record uninstall script.
- Select 'MSI Package' in the Project Tree.
- Click 'Build MSI Package' in the Toolbar.
- 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.

- Click 'Build Package' button. A MSI package will be created in selected directory.

