Move the Deployment Image to a New Location

Moving a deployment from the location specified at time of configuration to a new location can be accomplished by modifying paths specified within the following files in the deployment image:

Example: Revit deployment image named Revit2023-custom has been downloaded to D:\deploy and I would like to move the deployment image to R:\Autodesk2023\Deploy\.

  1. Copy/Move the entire D:\deploy\Revit2023-custom folder to R:\Autodesk2023\Deploy\
  2. Modify Install Revit2023-custom.bat
    1. From within R:\Autodesk2023\Deploy\Revit2023-custom\ edit Install Revit2023-custom.bat
    2. Replace all D:\deploy with R:\Autodesk2023\Deploy
    3. Save and close Install Revit2023-custom.bat
  3. Modify Collection.xml
    1. From within R:\Autodesk2023\Deploy\Revit2023-custom\image edit Deployment.xml

    2. Replace all D:\deploy with R:\Autodesk2023\Deploy

    3. Save and close Deployment.xml

Note: Instead of Drive letter, you can also use a UNC path.

WARNING: Modifying the installer xml files may cause the deployment installation to fail.