Revit 2024 Deployment Fails to Install Custom Dynamo xml

Issue:
You create a Revit 2024 “Custom Install” using the Deployment option and include your custom Dynamo settings by selecting the XML file you’ve saved, but when installing the custom settings do not exist.

Causes:
This is a known issue by Autodesk.


Solution:

Autodesk recommends you manually copy the file to the hard drive.


We created the following batch file (DynamoSettings.bat) to copy it for us. 

---------------------

        REM create the folder for the settings.

        MD "%userprofile%\appdata\Roaming\Dynamo\Dynamo Revit\2.17"

        REM Copy the .xml file into the users new folder: Copy “\\servername\Deploy\Revit_2024\Custom\*.xml “       

         "%userprofile%\appdata\Roaming\Dynamo\Dynamo Revit\2.17\*.xml"

         Exit

------------------------


Edit the Revit 2024 installation batch file and added a line to call the above batch file:

------------------------

           Call “\\servername\Deploy\Revit_2024\DynamoSettings.bat”

------------------------

Note:  your locations/paths will be different, and you’ll need to adjust it to fit your needs.

About the Author

Jeff Lotan

Sr. Technical Support Specialist - Licensing<br><br>I am charged with mentoring and training team members in the proper use our systems and tools, documenting NSC processes, and providing feedback and ideas to the management team towards improving the customer experience. I am also a major contributor to our technical support blog and internal knowledge base.

Follow on Linkedin More Content by Jeff Lotan
Previous Article
From Revit to Fabrication
From Revit to Fabrication

How to pull systems out of Revit and into Fabrication CADmep

Next Article
An Introduction to Graded Regions using Topo Solids in Revit 2024
An Introduction to Graded Regions using Topo Solids in Revit 2024

A short tutorial on how to utilize the new Toposolids and phasing in Revit 2024 to generate grading analysis.

Revit Classes Now Available

Check Schedule