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
AutoCAD fails to download and install - instead you are directed to the Microsoft Store
AutoCAD fails to download and install - instead you are directed to the Microsoft Store

Windows 10 or Windows 11 is in 'S Mode' (Secure Mode) that attempts to protect you from downloading any app...

Next Article
After Inventor 2024 install drawing diameter dimension values blank
After Inventor 2024 install drawing diameter dimension values blank

If previous versions of Inventor are still installed it may affect them as well. AutoCAD dimensions diamete...

Need tech support? Let us help!

Learn More