How do I fix the upgrade logic of a wix setup after changing InstallScope to “perMachine”

后端 未结 5 762
孤独总比滥情好
孤独总比滥情好 2020-12-05 20:25

We use wix to create setups for our application. For the case where the user has already installed an older version of our application, we do a major upgrade with the MajorU

5条回答
  •  死守一世寂寞
    2020-12-05 20:30

    Sadly, the Windows Installer doesn't support that. Some process outside your package (a bootstrapper/chainer?) will have to manage the upgrade from per-user to per-machine.

提交回复
热议问题