Create MSI pack\File from Exe pack

Dias DT 21 Reputation points
2021-04-12T10:41:32.277+00:00

Hi Sirs,

I've tried some applications (cracked) but old vers. in order to create from exe to MSI packge In order I could run it by GPO.
Applications like browsers Firefox examples im not intersted. I mean about like MS office, MS Visio in my situation. I have exe package , and want to make it as msi and run on gpo by security group for users.

If you have any experience, or other softwares which converts would you be so kind to share.

thank you,
D

Developer technologies | Visual Studio | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. rostanchase 80 Reputation points
    2024-11-06T07:20:32.2866667+00:00

    To convert .exe files to .msi packages, especially for GPO deployments, here are some methods and tools:

    1. Third-Party Software Options

    Advanced Installer: This tool provides an easy way to convert .exe installers to .msi files and is well-suited for handling applications like MS Office and MS Visio.

    EXE to MSI Converter Pro: Specially designed for .exe to .msi conversion, it simplifies creating .msi files that work for GPO.

    Windows Installer XML (WiX) Toolset: This toolset offers flexibility for creating custom .msi installers and is useful for more complex packages.

    1. Repackaging with InstallShield

    InstallShield can repackage an .exe into an .msi, capturing the installation process and creating a customizable .msi installer. This is especially useful for enterprise software, as it supports more detailed deployment configurations.

    1. Manual Installation Capture Method

    For large suites like MS Office or MS Visio, this approach captures installation steps and repackages them:

    1. Start with a clean virtual machine (VM) environment without other software.
    2. Install the .exe software while capturing each step using software like Advanced Installer or WiX.
    3. Package the captured data as an .msi installer.
    4. Test the .msi on a few machines before deployment.
    5. MS Office Deployment Tips

    For MS Office, Microsoft provides the Office Deployment Tool, specifically designed for creating custom deployment .msi packages. This method is recommended for managed environments as it provides better compatibility and control.

    Summary

    • Use Advanced Installer, EXE to MSI Converter, or WiX for direct .exe to .msi conversions.
    • InstallShield or VM capture methods are best for complex software packages.
    • For MS Office and MS Visio, the Office Deployment Tool is an ideal choice for enterprise deployment.

    After creating the .msi packages, you can deploy them using GPO by assigning them to appropriate security groups.

    4oTo convert .exe files to .msi packages, especially for GPO deployments, here are some methods and tools:

    1. Third-Party Software Options

    Advanced Installer: This tool provides an easy way to convert .exe installers to .msi files and is well-suited for handling applications like MS Office and MS Visio.

    EXE to MSI Converter Pro: Specially designed for .exe to .msi conversion, it simplifies creating .msi files that work for GPO.

    Windows Installer XML (WiX) Toolset: This toolset offers flexibility for creating custom .msi installers and is useful for more complex packages.

    1. Repackaging with InstallShield

    InstallShield can repackage an .exe into an .msi, capturing the installation process and creating a customizable .msi installer. This is especially useful for enterprise software, as it supports more detailed deployment configurations.

    1. Manual Installation Capture Method

    For large suites like MS Office or MS Visio, this approach captures installation steps and repackages them:

    1. Start with a clean virtual machine (VM) environment without other software.
    2. Install the .exe software while capturing each step using software like Advanced Installer or WiX.
    3. Package the captured data as an .msi installer.
    4. Test the .msi on a few machines before deployment.
    5. MS Office Deployment Tips

    For MS Office, Microsoft provides the Office Deployment Tool, specifically designed for creating custom deployment .msi packages. This method is recommended for managed environments as it provides better compatibility and control.

    Summary

    • Use Advanced Installer, EXE to MSI Converter, or WiX for direct .exe to .msi conversions.
    • InstallShield or VM capture methods are best for complex software packages.
    • For MS Office and MS Visio, the Office Deployment Tool is an ideal choice for enterprise deployment.

    After creating the .msi packages, you can deploy them using GPO by assigning them to appropriate security groups.

    if you check more vist : contar horas

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.