.MSI to .EXE

I've never seen it done, but I know you can make a setup exe which is essentially a MSI bootstrap.

Burnsy
 
Last edited:
Why would you want to? MSI's are the preferred method of installation for AD and SMS and if you need to install it via a batch script you use msiexec
 
As above, i dont GP *.msi's out to workstations, but i do find *.msi files give me FAR less problems than *.exe's.
 
If you did manage to locate a free util to wrap an MSI into an EXE all that would happen is it would be unpacked at the destination and then the MSI itself would be run so not too sure what you'd be gaining by doing this.
 
you can do this if you follow the '7zip switchless installer' guides on msfn using 7zip and the commandline

by as said above, it just creates a container for the msi
 
Back
Top Bottom