This article applies when you are:
- Having issues installing DUA via GPO.
- Need to install it manually for testing.
to manually install the Desktop Update Agent, open Powershell "As Administrator" and run one of the following commands:
Option 1 - No MST file
msiexec /qb /i "ODM_DesktopUpdateAgent.msi" PASSPHRASE="Insert Passphrase Here" TOKEN="Insert Token Here"
Option 2 - With MST file
msiexec /I "ODM_DesktopUpdateAgent.msi" TRANSFORMS="C:\Temp\YourMSTFileHere.mst"
For additional information on how to deploy the Desktop Update Agent, please see:
https://support.quest.com/technical-documents/on-demand-migration/current/desktop-update-agent-user-guide#TOPIC-1864265