Extract MSI from EXE

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

    Launch the installer, but don't press the Install > button. Then

    cd "%AppData%\..\LocalLow\Sun\Java"
    

    and find your MSI file in one of sub-directories (e.g., jre1.7.0_25).

    Note that Data1.cab from that sub-directory will be required as well.

提交回复
热议问题