pyrevitlabs / pyRevit

Rapid Application Development (RAD) Environment for Autodesk Revit®
http://wiki.pyrevitlabs.io
GNU General Public License v3.0
1.3k stars 333 forks source link

deploy Pyrevit for teams in a multisession VDI environment #1072

Closed jessiepurcey closed 3 years ago

jessiepurcey commented 3 years ago

We're having trouble deploying Pyrevit (using the teams method via cli) on multisession virtual desktops. Is it possible to install for one user while another user is logged into the machine and currently using Revit?

eirannejad commented 3 years ago

@jessiepurcey As you know pyRevit CLI stores the environment configuration in %APPDATA%/pyRevit. But there is a method to seed this configuration to the %PROGRAMDATA%/pyRevit. When other users start Revit, pyRevit automatically inits their configs from this master file. You can also --lock the seed file and other users can not make changes to it

eirannejad commented 3 years ago

closing this since it is a question but please keep the conversation going