wix The directory is in the user profile but is not listed in the RemoveFile table

前端 未结 1 799
忘了有多久
忘了有多久 2021-01-12 05:37

I have the following configuration to delete and copy a file from WIX.

 
 

        
相关标签:
1条回答
  • 2021-01-12 06:03

    You'll want to add some RemoveFolder elements under your components to keep ICE64 happy.

    <RemoveFolder Id="RemoveThisFolder" On="uninstall" />
    

    For more details about removing per-user data and managing to pass all the ICE validation tests, check out How to create an uninstall shortcut (and pass all the ICE validation) by Rob Mensching.

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