Extract MSI from EXE

前端 未结 8 1299
走了就别回头了
走了就别回头了 2020-11-22 04:16

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.

8条回答
  •  北恋
    北恋 (楼主)
    2020-11-22 04:27

    I'm guessing this question was mainly about InstallShield given the tags, but in case anyone comes here with the same problem for WiX-based packages (and possibly others), just call the installer with /extract, like so:

    C:\> installer.exe /extract
    

    That'll place the MSI in the folder alongside the installer.

提交回复
热议问题