WiX RemoveFolderEx not working?

后端 未结 2 767
自闭症患者
自闭症患者 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: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?

提交回复
热议问题