wix4: HarvestDirectory and LocalAppDataFolder #7938
Unanswered
micktonnelier
asked this question in
Questions
Replies: 2 comments 1 reply
-
Currently, It's work with that, but I'd prefer another solution.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Those are ICE errors. The ICEs come from the Windows Installer team. They provide some additional documentation, like ICE64. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I do not able to use HarvestDirectory with LocalAppDataFolder installation.
For my project, I used HarvestDirectory for retrieve all assets files (and sub-assets file) that were generated automatically.
I don' t have any problem, if my target installation is on
ProgramFiles6432Folder
. Everythink works fine (upgrade and uninstall too).But now, I want to be able to install my app without admin privilege, so I changed the target to
LocalAppDataFolder
and now...I have +400 errors like this:
error WIX0204: ICE64: The directory dirqk5NfPX27WaAgtTfBL6WgpZ9x4I is in the user profile but is not listed in the RemoveFile table.
or like that:
error WIX0204: ICE38: Component cmpyy05vabdgfiy9dwGgGBnBY.fdCw installs to user profile. It must use a registry key under HKCU as its KeyPath, not a file.
The name was generated by HarvestDirectory, that ok. But I tried many combination of RemoveFolder/RemoveFile but none of them works.
Does somebody can help me ?
Beta Was this translation helpful? Give feedback.
All reactions