AppData #7797
Replies: 1 comment
-
I think this is a case where the Windows Installer's static analysis (ICEs) are leading you down the wrong path. The Windows Installer has some very particular ways of viewing the user profile, and they come from a time before applications started installing software there (aka: before UAC). I just mentioned in another discussion how I happen to go off on a tangent and talk about the Windows Installer per-user design decisions in a good bit of detail in the latter part of Episode 51 in the Deployment Dojo. In this case, I think the ICEs are wrong (I don't say that very often), and you should remove everything but the Files from your Components. The RegistryValue and RemoveFile aren't going to help your adding actually roam your add-in. PS: It is really strange that Autodesk would choose to place the add-ins folder in the user's roaming profile. I bet IT admins dislike that. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm developing a plugin for Revit, it has a dedicated subfolder n
Appdata
so it already has several other files that I shouldn't touch, but when I try to build it says the user profile is not listed in the RemoveFile table. But it shouldn't be trying to delete any of those folders, the other plugins will still be using them.Beta Was this translation helpful? Give feedback.
All reactions