Extract MSI from EXE

前端 未结 8 1408
走了就别回头了
走了就别回头了 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:43

    Starting with parameter:

    setup.exe /A
    

    asks for saving included files (including MSI).

    This may depend on the software which created the setup.exe.

提交回复
热议问题