jamoritch Posted March 3, 2020 Posted March 3, 2020 Hi all, How do you guys convert .exe to .msi for GPO deployment? Is there any free software that will do this? I have used Advanced Installer in the past but the paid version costs a fortune. Cheers
DJ-1701 Posted March 3, 2020 Posted March 3, 2020 There are a few free bits of software, like AppDeploy Repackager. Sometimes you are lucky and can extract an embeded MSI from an EXE when if one is placed in a temporary directory. In this day and age a lot of us have moved over to using SCCM, PDQ or WPKG-gp to deploy exes using silent switches. This could also be done via boot up scripts. What are you trying to repackage at the moment? Maybe one of us has it or extracted it from an exe.
3s-gtech Posted March 3, 2020 Posted March 3, 2020 We don't, usually. Lots of .exe installers can now be pushed out via a .cmd or by just copying the install directory across - I haven't had to convert or extract an msi for years. Is it absolutely necessary in this case?
chazzy2501 Posted March 3, 2020 Posted March 3, 2020 sometimes you can open an exe with 7zip and see if an msi is inside.
Cache Posted March 3, 2020 Posted March 3, 2020 I've used this a few times, worked brilliantly: https://www.exemsi.com/ 1
mavhc Posted March 3, 2020 Posted March 3, 2020 You can write the exe in an msi, or extract the real installer which might be an msi, or write a command to test if something's been installed and install it if not, or pay for software to do that, or use Chocolatey if it's already packaged, or make a Chocolatey package, it's pretty easy. http://www.edugeek.net/forums/o-s-deployment/186005-chocolatey-deploy-java-flash.html#post1802114 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now