Prompt user to close application during uninstall (in WiX)

后端 未结 6 1830
一生所求
一生所求 2020-12-18 02:03

I am using Windows Installer XML 3.0 (WIX3) to install some software.

Everything works fine, however, I\'m having a really hard time to handle the following use case

6条回答
  •  一生所求
    2020-12-18 02:23

    Can you check the uninstall logs (here is how to enable them), as far as I remember Windows Installer will put your files in a delete pending state and ask for a reboot at the end.
    Also you can write a simple custom action that will kill your process.

提交回复
热议问题