Deploying the Windows agent via a custom MSI
- Download this version of Orca.
- Download the latest version of USS Agent for Windows.
- Open up the ORCA tool.
- Load up the USS Agent
.msi
file within ORCA. You can do this by either dragging and dropping the file into it, or by choosing File ⟶ Open ⟶ Select downloaded MSI. - Click Transform ⟶ New Transform.
- Under the Tables column on the left, go to Property.
- There are several configuration options but the following is required for a silent install as a minimum.
USS_USERNAME
(this must be your username used to log into your USS portal ending with @clouduss.com)
USS_PASSWORD
Optional in version 4.1.x and above: USS_API_DOMAIN
set to clouduss.com
There are other configuration options available via this article.
- The entries should look something like the following with your assigned account details (highlighted by red box):
- Once you have added all the overrides you require, go to Transform and click Generate Transform.
- Place both the
.msi
and.mst
files into a shared folder. - To install, you can run the following command:
msiexec /i \\dc\Share\Setup64.msi TRANSFORMS=\\dc\deploy\Setup64.mst /qn
\\dc\share
with the servername and location of your share folder.- For GPO deployment, follow the instructions in this article.