Manifests/VideoLanVlcPlayer.json
{ "Name": "VideoLan VLC Player ", "Source": "https://www.videolan.org/vlc/", "Get": { "Update": { "Uri": [ "https://update.videolan.org/vlc/status-win-x64", "https://update.videolan.org/vlc/status-win-x86" ], "ContentType": "application/octet-stream", "UserAgent": "VLC/3.0.16 LibVLC/3.0.16" }, "Download": { "VersionLine": 0, "UrlLine": 1, "Extensions": { "Windows": [ "exe", "msi", "zip" ] } } }, "Install": { "Setup": "vlc*.exe", "Physical": { "Arguments": "/L=1033 /S /NCRC", "PostInstall": [] }, "Virtual": { "Arguments": "/L=1033 /S /NCRC", "PostInstall": [] } } } |