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:
-
Install <deployment name>.bat
-
Collection.xml
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\.
- Copy/Move the entire D:\deploy\Revit2023-custom folder to R:\Autodesk2023\Deploy\
- Modify Install Revit2023-custom.bat
- From within R:\Autodesk2023\Deploy\Revit2023-custom\ edit Install Revit2023-custom.bat
- Replace all D:\deploy with R:\Autodesk2023\Deploy
- Save and close Install Revit2023-custom.bat
- Modify Collection.xml
-
From within R:\Autodesk2023\Deploy\Revit2023-custom\image edit Deployment.xml
-
Replace all D:\deploy with R:\Autodesk2023\Deploy
-
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.