Files
intune-apps/app_template/app-meta.json
2025-04-29 13:29:32 +02:00

14 lines
486 B
JSON

{
"displayName": "VLC Player",
"publisher": "VideoLAN",
"instructions": "Wordt automatisch via Intune Win32 deployed met PSADT.",
"installScript": "install.ps1",
"uninstallCommand": "powershell.exe -ExecutionPolicy Bypass -File uninstall.ps1",
"detection": {
"type": "File",
"path": "C:\\Program Files\\VideoLAN\\VLC\\vlc.exe",
"exists": true
},
"description": "VLC Player voor Windows, uitgerold met PSADT.",
"icon": "icon.png"
}