Dynamo Settings.xml

Is there a way to configure the DynamoSettings.xml file and set a generic path that would direct the custom package settings insdie Dynamo to the user’s local computer path when copied from a central repository? something similar to below.

< CustomPackageFolders>
< string>%appdata%\Roaming\Dynamo\Dynamo Core\2.0
< /CustomPackageFolders>

By default it points to their appdata, I would advise to do that and to have your robocopy (or whatever) distribute into that folder.

By trying to modify the OOTB location you are adding further complexity to an already difficult to maintain system.

3 Likes