WiX RemoveFolderEx not working?

后端 未结 2 764
自闭症患者
自闭症患者 2021-01-17 22:03

I wanted WiX to remove the AppData folder when uninstalling, so I looked at RemoveFolderEx and followed a few posts/guides on how to get it working. As far as i can tell, m

相关标签:
2条回答
  • 2021-01-17 22:48

    Use a different Id for the Property than the Directory. They're clashing, which causes the property to be empty when RemovedFoldersEx tries to process it.

    0 讨论(0)
  • 2021-01-17 22:59

    In your logs, above the 'Error 0x80070057: Missing folder property: PRIVATEDATAFOLDER' is there a log line such as 'Ignoring disallowed property PRIVATEDATAFOLDER' and if so, have you tried adding 'secure="yes"' to your PRIVATEDATAFOLDER property?

    0 讨论(0)
提交回复
热议问题