Deploying Vault Client software across multiple machines is possible using Autodesks Network Deployment wizard and then running a simple script to install it after installing the qualifying CAD Applications. However, a lot of people either forget about previous releases of Vault\Productstream client software or go from machine to machine manually uninstalling each one.
To avoid this, provided that the original installation files are accessible on a network share (if they are not you can copy the contents of the old client DVD to a network share), you can utlise MSI scripting to automate the process.
msiexec /X <NETWORK_PATH_TO_MSI FILE>\<OLD_PRODUCT>.msi /Q
Example
msiexec /X \\Server1\NetDep\Adminimage\x86\Client\Vault.msi /Q
DONT FORGET, Make sure that the install files for the old version are accessible over the network
Subscribe
Comments