About 58,400 results
Open links in new tab
  1. installation - Extract MSI from EXE - Stack Overflow

    Oct 10, 2009 · I want to extract the MSI of an EXE setup to publish over a network. For example, using Universal Extractor, but it doesn't work for Java Runtime Environment.

  2. What is the best (free) tool to wrap an .exe into a MSI?

    I'm looking at deploying some software via GPSI and the current version of the software is distributed as a .exe so I need to convert it to an MSI file. furthermore, why does MS still …

  3. convert msi to exe with a command line option... - Stack Overflow

    Jan 2, 2015 · 13 i want to convert a msi file in to an exe file. When i run msi file with qn option with msiexec then my software install silently. But now i want to convert that msi file into .exe file , …

  4. How to make an MSI that simply wraps an EXE file

    May 13, 2009 · But the customers want MSI files. So, how can I create an MSI file that extracts an EXE file to a temporary directory and runs it with options same or similar as were passed to …

  5. What is the best tool kit to transform .msi into .exe?

    Oct 4, 2019 · EXE files for most people unwilling to put in the time and effort required -- meaning most users most of the time, developers like myself included (who know what PE format is) -- …

  6. How to create msi from exe for GPO with WIX toolset

    Jun 28, 2017 · Can someone explain how to simple convert exe to msi with "WIX Toolset" or give me advice for another solution? WiX toolset is not made for that. It is intended for creating …

  7. Create msi using powershell script - Stack Overflow

    Jul 27, 2017 · PowerShell does not have a built-in MSI creator, but you can use an official Microsoft extension to Visual Studio to do that, it is called Microsoft Visual Studio Installer …

  8. How to create .msi installer with WiX - Stack Overflow

    Feb 10, 2015 · Can someone help me understand how WiX works? I have a directory structure which I would like to create an installer for. I have generated the for the directory structure with …

  9. Convert .exe installer to msi, to be able to deploy through GPO

    0 I'm wondering how to convert a .exe to msi package and then deploy it in GPO. We running a Windows 2003 Server and the clients are Windows XP.

  10. powershell - How can a create a simple MSI running a simple ps1 …

    See msiexec.exe /h for examples. Using property values depends on the tool you are using to make the MSI.Here is an article that might help showing how to use them in Visual Studio's …