As a system administrator you may need to have an MSI package at hand to deploy software on remote computers via group policies. Some applications, however, are available only in .exe format. Here are three easy ways to extract MSI packages from .exe installer files.
Looking for an easy solution to fix Windows issues remotely? SetMe is a remote support powerhouse that allows you to connect to any remote PC in 3 easy steps and handle issues from anywhere, at any time.
Extract MSI package from the Temp folder
- Run the .exe file you want to convert to MSI. Don’t proceed with any actions or close the window as soon as you see the first installation prompt.
- Go to the Windows temp folder.
- Locate the MSI package for your .exe file. Sort the files in the folder by modification date if you have any trouble finding it.
- Copy the MSI package to a location of your choice.
Extract MSI from EXE using Command Prompt*
- Run the Windows Command Prompt.
- Go to the folder where your .exe file is located.
- Run the following command:
<file.exe> /s /x /b"<folder>" /v"/qn"
(replace<file.exe>
with the name of your .exe file and<folder>
with the target folder where you want the MSI package to be saved to).
*for InstallShield projects
Convert EXE to MSI using a free utility
Alternatively, you may use one of the free MSI converters, such as MSI Wrapper. MSI Wrapper allows to easily convert any .exe file into an MSI package, and also delivers premium features for software developers as part of its Pro offering.
Did you find this article helpful? Find more Windows tips & tricks on our blog and follow us on Facebook, Twitter or LinkedIn to get all the latest updates as they happen.
Check out SetMe, our brand new remote support software that makes working with remote computers easier and more effective than ever before:
Learn More About SetMe