Create WinRAR MSI distribution package
Exe to MSI Converter enables IT Administrators to quickly deploy .exe installer files using Group Policy.
To convert WinRAR Setup executable to MSI package, 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 installer file you wish to convert.

- Select 'Install Script' in the Project Tree.
- Enter the install command line parameters. If you want to do a
silent install of winrar, use switch /s.

- Select 'UnInstall Script' in the Project Tree.
- Enter the Uninstall command line parameters. Use /s for a
silent uinstall of winrar.

- Select 'MSI Package' in the Project Tree.
- Click 'Build MSI Package' in the Toolbar.
- Set Deploiment Method to 'Msi Setup Package', set Package
files 'In Setup File' (it is recommend for a small size setup
files). Also enter Output Directory and File Name for MSI package.

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


