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:

  1. Click 'New MSI Package' in the Toolbar

    winrar 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 installer file you wish to convert.

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

    winrar msi setup project
  7. Select 'UnInstall Script' in the Project Tree.
  8. Enter the Uninstall command line parameters. Use /s for a silent uinstall of winrar.

    winrar msi setup project
  9. Select 'MSI Package' in the Project Tree.
  10. Click 'Build MSI Package' in the Toolbar.
  11. 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.

    winrar msi setup project
  12. Click 'Build Package' button. A MSI package will be created.

    winrar-msi