Install Arc with Microsoft Software Installer (MSI)
You can manually deploy Arc to run in Service mode.
Procedure
- Double-click the ZIP file to extract these files:
-
To install Arc, choose from one of these options:
Note:Note:
When you try to install Arc on a Windows machine that does not have OpenGL, the installation will fail. When this happens, this error message will show:
There is a problem with this Windows Installer package...
If this happens, do step 3 below.
-
If you received the error message above, in a PowerShell, enter these
commands:
$global:ProgressPreference = "SilentlyContinue" $params = '/i', 'arc.windows.amd64.msi', '/QN', '/L*v', 'installer.log', 'ARGS="--mode=silent --acceptLicense=true --endpoint=test.endpoint --token=test.token --rebootIfRequired=false"' Start-Process 'msiexec.exe' -ArgumentList $params -NoNewWindow -Wait -PassThru - Wait for the User Account Control dialog to show.
-
Select Yes.
The Arc setup wizard shows.
- Follow the steps in the wizard.