Install Workspace Control Agent Service under different account

  1. Create a domain user account and assign Log on as a service and Act as part of the operating system through Domain Security Policy to this account.
  2. Assign access privileges for this account to the database in SQL Server.
  3. Use Orca MSI Editor to open the Workspace Control Windows Installer Package.
  4. Select Transform > New Transform from the menu.
  5. Select the ServiceInstall table from the list.
  6. Change StartName and Password to the user account and password of the user account.
  7. Select Generate Transform... from the menu and save the MST-file.
  8. Invoke Windows Installer unattended and apply the transform (msiexec /i <msi> TRANSFORMS=<mst> /qn+). Tip: check with msiexec command-line parameters.