msiexec with a provisioning token to perform a fully silent, user-invisible installation — no interactive prompts, no reboot required.
An .exe installer is also published alongside the MSI under Settings → Installers. It is better suited to direct, one-off installs because it detects and installs the Visual C++ redistributable automatically.
Prerequisites
Microsoft Visual C++ 2015–2022 Redistributable (x64) 14.44 must be installed on the endpoint before you run the MSI. If it is missing, the MSI installation will fail.The
.exe installer detects and silently installs the redistributable automatically if it is absent — use the .exe for ad-hoc deployments where you cannot guarantee the prerequisite is already present.For MDM / SCCM deployments with the MSI, link the Visual C++ Redistributable as a dependency so it is installed first.- Local Administrator rights on the target endpoint (or a deployment account with equivalent privileges).
- A provisioning token for your tenant, created in the Origin console under Settings → Provisioning Tokens. The MSI itself is downloaded from Settings → Installers — these are two separate views.
- Outbound HTTPS access to
https://registration.prod.originhq.comandhttps://endpoint.prod.originhq.com.
Install commands
Replaceorigin-installer-x_y_z-windows-x64.msi with the actual filename you downloaded, and <your_jwt_token> with your tenant’s JWT.
Standard silent install
Silent install with enhanced logging
Use this variant when you need a verbose MSI log for troubleshooting. The log file is written to the Origin logs directory.Origin collects AI event data at the application layer — through each AI tool’s OpenTelemetry exporter and through application-level hooks — so the installer deploys no network driver and requires no certificate. There is nothing to exclude in an Application Control policy.