Wix UpgradeVersion

前端 未结 2 358
说谎
说谎 2021-01-24 21:19

I\'m trying to do the tutorial \"Checking for Oldies\" from https://www.firegiant.com/wix/tutorial/upgrades-and-modularization/checking-for-oldies/ .



        
2条回答
  •  离开以前
    2021-01-24 21:44

    Assuming your UpgradeCode guids and versions are correct, you may be cross context; a per user install cannot upgrade (or detect) a per machine install, and vice versa. If you do the install with a verbose log then it may tell you that FindRelatedProducts didn't find one in your install context.

提交回复
热议问题