Revit Macros and Microsoft Application Virtualisation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Currently a version of Revit running in Microsoft Application Virtualisation bubble doesn't allow Macros to run due to so called copy on write restrictions on the placement of dll files. Copy on write is the creation of files in the App-V bubble while the application is in use.
Is there an awareness of this or a solution for it? Such as changing a setting for the temporary dll output path to one not present when the package is being sequenced (one not subject to CoW restrictions on the user profile).
In summary when a Macro is run a dll file is created in certain locations depending on macro type. These locations within the App-V bubble don't allow the creation of .exe and .dll files, so the Macro will not run.
http://virtualvibes.co.uk/cow-and-its-exclusions-in-app-v-5-0/