Silent Install Workday OfficeConnect with Microsoft Intune (Win32 App)
Microsoft Intune deploys Workday OfficeConnect cleanly through its Win32 app model — silent install, mandatory assignment, automatic upgrade on new releases. This guide walks through packaging, uploading, and assigning the app.
For the SCCM/MECM equivalent, see Silent Install with SCCM/MECM. For tenant configuration after install, see Deploy Tenants via Registry.
What you’ll need
- Microsoft Intune tenant with Application Management rights
- The latest Workday OfficeConnect installer (MSI or EXE) from your Workday community download
- Microsoft Win32 Content Prep Tool (downloaded once)
- A Windows test machine enrolled in Intune for verification
Step 1 — Stage the installer
OfficeConnectSetup.exe or OfficeConnect.msi). Confirm the version matches what your tenants will accept — see Check & Update Your Version.C:\IntunePackaging\OfficeConnect\Source\ and drop the installer in. Keep one installer per folder — the prep tool packages everything in the source folder.Step 2 — Build the .intunewin package
Open a Command Prompt as administrator and run:
IntuneWinAppUtil.exe -c C:\IntunePackaging\OfficeConnect\Source -s OfficeConnectSetup.exe -o C:\IntunePackaging\OfficeConnect\Output
The tool produces OfficeConnectSetup.intunewin in the output folder.
Step 3 — Upload to Intune
.intunewin file.Workday OfficeConnect), Publisher (Workday), App version (match the installer version), and a brief description. Add an icon if you have one.Use the silent-install switches from the installer:
OfficeConnectSetup.exe /quiet /norestart
For the MSI variant: msiexec /i OfficeConnect.msi /quiet /norestart
See Silent Install Switches Reference (coming soon) for the full list.
OfficeConnectSetup.exe /uninstall /quiet /norestart
- Install behavior: System (deploy per-machine) — recommended for most organizations
- Device restart behavior: App install may force a device restart (or “No specific action”)
- Return codes: Defaults are fine; the installer returns standard MSI exit codes
- Operating system architecture: 64-bit
- Minimum operating system: Windows 10 1903 (or current organizational baseline)
- Disk space: 500 MB (generous; the installer is small)
Detection rule type: File — check for the presence of the OfficeConnect install directory or its main DLL. Example:
- Path:
C:\Program Files\Adaptive Insights\OfficeConnect\ - File or folder:
OfficeConnect.dll - Detection method: File or folder exists
Step 4 — Verify on a test machine
Common gotchas
- App version mismatch: Intune uses the version field to detect upgrades. Increment it each new OfficeConnect release so Intune knows to redeploy.
- Detection rule fails after upgrade: If the install path or DLL name changes between releases, your detection rule will think the upgrade failed. Test detection after each version bump.
- Per-user installs in a per-machine deployment: Some OfficeConnect installer variants default to per-user. Confirm
/AllUsersor equivalent switch if you need per-machine — see Per-User vs Per-Machine Install (coming soon). - Slow first refresh after install: If users see slow first refresh after the deploy, the Adaptive Insights registry path may need pre-population. Pair this deploy with Deploy Tenants via Registry.
Result
Workday OfficeConnect installs silently across your organization on the Intune assignment schedule, with no user action required. New releases re-deploy automatically when you upload an updated .intunewin package and bump the version.
Next steps
- Deploy Tenants via Registry — push tenant configuration alongside the install.
- Silent Install with SCCM/MECM — the SCCM equivalent for non-Intune shops.
- Set Up Workday SSO — wire up identity so users don’t enter credentials manually.