A hands-on Microsoft lab demonstrating the end-to-end packaging and deployment of a Win32 application through Intune.
Lab environment: This project was completed independently in a personal Microsoft lab. All identities, devices and configuration details are lab data.
| Area | Implementation |
|---|---|
| Business requirement | Deploy software consistently to managed Windows devices |
| Application | Google Chrome Enterprise |
| Package format | .intunewin |
| Installation method | Silent MSI installation |
| Validation | MSI product-code detection and endpoint verification |
flowchart TD
A["Chrome Enterprise MSI"] --> B["Win32 Content Prep Tool"]
B --> C[".intunewin package"]
C --> D["Microsoft Intune"]
D --> E["Required assignment"]
E --> F["Managed Windows device"]
F --> G["Detection and reporting"]
Manual software installation is difficult to control and scale. This project tested whether a standard enterprise application could be packaged, deployed silently and detected reliably through Microsoft Intune.
- Downloaded the Google Chrome Enterprise installer
- Packaged the source files using the Microsoft Win32 Content Prep Tool
- Created an
.intunewinpackage for upload
- Added the application as a Win32 app
- Configured a silent
msiexecinstallation command - Set x64 and minimum Windows-version requirements
- Created an MSI product-code detection rule
- Assigned the application as Required to managed devices
- Reviewed application deployment reporting in Intune
- Confirmed successful installation on the endpoint
- Verified that the detection rule recognised the installed application
| Test | Expected result | Observed result |
|---|---|---|
| Device receives required assignment | Installation begins without user interaction | Silent deployment started |
| Installation completes | Chrome is available on the endpoint | Application installed |
| Detection rule evaluates | Intune reports application as installed | Installed status reported |
The lab demonstrated a complete Win32 application lifecycle from packaging through silent deployment, detection and reporting.
- Microsoft Intune
- Win32 application deployment
- Microsoft Win32 Content Prep Tool
- MSI and msiexec
- Detection rules
- Application requirements
- Assignment and reporting
View the full technical documentation (PDF)