Deploy with Intune
Each ggshield release ships two Windows packages. Both work with Intune; choose based on your existing deployment workflow.
| Package | Format | Intune deployment method |
|---|---|---|
ggshield-<version>-x86_64-pc-windows-msvc.msi | MSI installer | Deploy as a Line-of-business app (.msi is natively supported). Intune handles install, repair, and removal. |
ggshield-<version>-x86_64-pc-windows-msvc.zip | ZIP archive | Extract and deploy the binary using your existing script-based deployment workflow. |
The MSI is the simpler option for most environments. Use the ZIP if you need more control over the installation path or want to manage the binary directly without a Windows installer.