Change the install location of Revit to a different location than the one specified at time of deployment configuration by modifying the InstallPath parameter value within Deployment.xml
Example:
Revit deployment image named Revit2021-custom was configured to install to C:\Program Files\Autodesk\ and I would like to install to D:\Autodesk instead.
Browse to the Revit2021-custom deployment image location.
Edit Deployment.xml found under the image folder
Change <InstallPath>C:\Program Files\Autodesk\</InstallPath> to <InstallPath>D:\Autodesk\</InstallPath>
Save and close Deployment.xml
WARNING: Modifying the installer xml files may cause the deployment installation to fail.