How to Deploy VLC Media Player via Intune (Win32 App Packaging Guide)
VLC Media Player has a proper MSI installer available from VideoLAN, making it one of the simpler apps to package for Intune. It installs silently, requires no reboot, and has a clean file-based detection rule.
Download the MSI installer
VLC provides an MSI installer alongside the standard EXE installer. Get it from:
https://www.videolan.org/vlc/download-windows.html
Click the dropdown arrow next to the main download button and look for the MSI package option. Download the 64-bit MSI. The filename will be vlc-3.x.x-win64.msi.
Wrap with the Content Prep Tool
IntuneWinAppUtil.exe -c "C:\AppSource\VLC" -s "vlc-3.0.21-win64.msi" -o "C:\IntunePackages"
Add the app in Intune
- Upload the .intunewin file
- Name: VLC Media Player
- Publisher: VideoLAN
Install and uninstall commands
Detection rule
Frequently Asked Questions
Use: msiexec /i "vlc-x.x.x-win64.msi" /qn /norestart. Download the 64-bit MSI from videolan.org - click the dropdown arrow on the download button and select the MSI package option.
Go to videolan.org/vlc/download-windows.html and click the dropdown arrow next to the main download button. Look for the MSI package option. The standard EXE has fewer silent install options.
Use a file detection rule: check for vlc.exe in C:\Program Files\VideoLAN\VLC. This path is consistent across VLC versions.
No. VLC installs cleanly with /qn /norestart and never requires a reboot. It is one of the simplest apps to package for Intune.