. How To Convert EXE To MSI Online Package?
I want to convert EXE to MSI online for making my application installer very portable and support installation for both Mac and Windows. I also want to include the DMG file in the package.
I want to convert EXE to MSI online for making my application installer very portable and support installation for both Mac and Windows. I also want to include the DMG file in the package.
To convert EXE to MSI file you can follow the steps.
Step 1: Open the command prompt and go the directory containing EXE file. Consider you are going to open the EXE file called abc.EXE from thedesktop then type cd desktop.
Step 2: Type the commandEXEmsi abc.EXE abc.msi and give enter.
Step 3: Once you have done this the EXEmsi wrapper will convert the incoming EXE abc.EXE to and output sourcing file abc.msi and then to add dmg file you can use a plus button.
Your EXE file is now converted to MSI file.