Wix Custom Action Sequence

后端 未结 2 820
南旧
南旧 2020-12-07 06:05

I have tried to make installation to my software, and this Software has some prerequisites. I made a Bootstrapper wix for them and trying to run them alone not in the Main W

2条回答
  •  南方客
    南方客 (楼主)
    2020-12-07 07:07

    That error 0x80070652 is "another installation is in progress". You cannot run recursive MSI install or simultaneous MSI installs - your MSI cannot call another MSI-based install, and neither can you run two MSI-based installs at the same time. It's hard to tell from the (partial?) log what MSI-based installed are happening at the same time.

提交回复
热议问题