VLC Media Player is a free and open-source, portable, cross-platform media player software and streaming media server that plays most multimedia files, and various streaming protocols. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of VLC Media Player from the command line using both EXE & MSI installers.
How to Install VLC Media Player Silently
VLC Media Player (32-bit) Silent Install (EXE)
- Navigate to: https://download.videolan.org/pub/videolan/vlc/
- Select the Version Number that you wish to install
- Select Win32
- Download the vlc-x.y.z-win32.exe file to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: vlc-x.y.z-win32.exe /S
- Press Enter
After a few moments you should see the VLC Media Player Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | VLC Media Player (32bit) |
Vendor: | VideoLAN |
Architecture: | 32-bit |
Installer Type: | EXE |
Silent Install Switch: | vlc-x.y.z-win32.exe /S |
Silent Uninstall Switch (32-bit System) | "%ProgramFiles%\VideoLAN\VLC\uninstall.exe" /S |
Silent Uninstall Switch (64-bit System) | "%ProgramFiles(x86)%\VideoLAN\VLC\uninstall.exe" /S |
Download Link: | VLC Media Player Download |
Video Tutorial: | VLC Media Player Silent Install (How-To Guide) Video |
PowerShell Script: | VLC Media Player | PowerShell Script |
Detection Script: | VLC Media Player | Custom Detection Script |
VLC Media Player (64-bit) Silent Install (EXE)
- Navigate to: https://download.videolan.org/pub/videolan/vlc/
- Select the Version Number that you wish to install
- Select Win64
- Download the vlc-x.y.z-win64.exe file to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: vlc-x.y.z-win64.exe /S
- Press Enter
After a few moments you should see the VLC Media Player Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | VLC Media Player (64bit) |
Vendor: | VideoLAN |
Architecture: | 64-bit |
Installer Type: | EXE |
Silent Install Switch: | vlc-x.y.z-win64.exe /S |
Silent Uninstall Switch: | "%ProgramFiles%\VideoLAN\VLC\uninstall.exe" /S |
Download Link: | VLC Media Player Download |
Video Tutorial: | VLC Media Player Silent Install (How-To Guide) Video |
PowerShell Script: | VLC Media Player | PowerShell Script |
Detection Script: | VLC Media Player | Custom Detection Script |
VLC Media Player (32-bit) Silent Install (MSI)
- Navigate to: https://download.videolan.org/pub/videolan/vlc/
- Select the Version Number that you wish to install
- Select Win32
- Download the vlc-x.y.z-win32.msi file to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command:
- MsiExec.exe /i vlc-x.y.z-win32.msi /qn
- Press Enter
After a few moments you should see the VLC Media Player Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | VLC Media Player (32-bit) |
Vendor: | VideoLAN |
Architecture: | 32-bit |
Installer Type: | MSI |
Silent Install Switch: | MsiExec.exe /i vlc-x.y.z-win32.msi /qn |
Silent Uninstall Switch: | MsiExec.exe /x vlc-x.y.z-win32.msi /qn |
Repair Command: | MsiExec.exe /fa vlc-x.y.z-win32.msi /qn |
Download Link: | VLC Media Player Download |
Video Tutorial: | VLC Media Player Silent Install (How-To Guide) Video |
PowerShell Script: | VLC Media Player | PowerShell Script |
Detection Script: | VLC Media Player | Custom Detection Script |
VLC Media Player (64-bit) Silent Install (MSI)
- Navigate to: https://download.videolan.org/pub/videolan/vlc/
- Select the Version Number that you wish to install
- Select Win64
- Download the vlc-x.y.z-win64.msi file to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command:
- MsiExec.exe /i vlc-x.y.z-win64.msi /qn
- Press Enter
After a few moments you should see the VLC Media Player Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | VLC Media Player (64-bit) |
Vendor: | VideoLAN |
Architecture: | 64-bit |
Installer Type: | MSI |
Silent Install Switch: | MsiExec.exe /i vlc-x.y.z-win64.msi /qn |
Silent Uninstall Switch: | MsiExec.exe /x vlc-x.y.z-win64.msi /qn |
Repair Command: | MsiExec.exe /fa vlc-x.y.z-win64.msi /qn |
Download Link: | VLC Media Player Download |
Video Tutorial: | VLC Media Player Silent Install (How-To Guide) Video |
PowerShell Script: | VLC Media Player | PowerShell Script |
Detection Script: | VLC Media Player | Custom Detection Script |
The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.
Additional Configurations
Create a VLC Media Player Installation Log File
The VLC Media Player MSI installer offers the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following commands to create a verbose log file with details about the installation.
VLC Media Player (32-bit) Silent Install with Logging (MSI)MsiExec.exe /i vlc-x.y.z-win32.msi /qn /L*v "%WINDIR%\Temp\VLC32-Install.log"
VLC Media Player (64-bit) Silent Install with Logging (MSI)
MsiExec.exe /i vlc-x.y.z-win64.msi /qn /L*v "%WINDIR%\Temp\VLC64-Install.log" |
Disable VLC Media Player Auto Update Checks & Metadata Network Access
- Install VLC Media Player and open the application
- UNCHECK “Allow Metadata Network Access”
- UNCHECK “Regularly Check for VLC Updates”
- Click Continue
- Navigate to the Tools tab and Select Preferences…
- Under the Privacy / Network Interaction section confirm that the “Activate Updates Notifier” and “Allow Metadata Network Access” checkboxes are UNCHECKED
- Click Save and Exit out of the VLC Media Player application
- Navigate to the current user profile “C:\Users\%Username%\AppData\Roaming\vlc”
- Copy the vlcrc file to the C:\Downloads directory with the VLC executable or MSI you downloaded earlier
- Uninstall VLC Media Player and delete the “C:\Users\%Username%\AppData\Roaming\vlc” directory
- Follow the “How to Install VLC Media Player Silently” steps mentioned earlier in the article
- Create the following directory (If Not Already Present) “C:\Users\Default\AppData\Roaming\vlc” and then copy the vlcrc file to the “C:\Users\Default\AppData\Roaming\vlc“ directory
- Any new user profiles will automatically get the vlcrc copied to their user profile here “C:\Users\%Username%\AppData\Roaming\vlc”
- Any existing user profiles will need to have the vlcrc file copied to their user profile in order to suppress the Privacy and Network Access Policy popup when launching VLC
Once you confirm that the vlcrc file is present in the “C:\Users\%Username%\AppData\Roaming\vlc” directory, you can launch VLC Media Player and confirm that the Privacy and Network Access Policy popup is suppressed and the “Activate Updates Notifier” and “Allow Metadata Network Access” checkboxes are UNCHECKED under Tools-> Preferences-> Privacy / Network Interaction section
How to Uninstall VLC Media Player Silently
Check out the following posts for a scripted solution:
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter one of the following commands:
VLC Media Player (32-bit) EXE Silent Uninstall on 32-bit System"%ProgramFiles%\VideoLAN\VLC\uninstall.exe" /S
VLC Media Player (32-bit) EXE Silent Uninstall on 64-bit System"%ProgramFiles(x86)%\VideoLAN\VLC\uninstall.exe" /S
VLC Media Player (64-bit) EXE Silent Uninstall on 64-bit System"%ProgramFiles%\VideoLAN\VLC\uninstall.exe" /S
VLC Media Player (32-bit) MSI Silent Uninstall3.0.19
MsiExec.exe /x {392C2059-FBAE-4B27-8559-3BE43A2FF739} /qn
3.0.18
MsiExec.exe /x {B022B1C5-D067-42CB-98E2-D965E4D74CFE} /qn
3.0.17.4
MsiExec.exe /x {F65D1E67-9C0B-4ACD-A982-AA7F78F9B20E} /qn
3.0.17.3
MsiExec.exe /x {800DEE88-C70A-49B9-A8B2-1240C3764A18} /qn
3.0.17
MsiExec.exe /x {9D7E4A03-06F2-4F8B-92D4-93ED3435F476} /qn
3.0.16
MsiExec.exe /x {5C081C2A-82EE-44F4-A379-DEC9154CEE90} /qn
3.0.15
MsiExec.exe /x {5B958621-E123-4836-A3DF-A9C972BB8032} /qn
3.0.14
MsiExec.exe /x {117CAF51-6CEE-46BF-9347-FD4602D6B595} /qn
3.0.13
MsiExec.exe /x {5CF112E6-5700-43E1-8412-B1C867A20816} /qn
3.0.12
MsiExec.exe /x {21529EB3-DE5F-489B-871E-93D8FD040B98} /qn
3.0.11
MsiExec.exe /x {162A5CE4-04E4-4879-9CFB-4C7A2171D85A} /qn
3.0.10
MsiExec.exe /x {B9AAE496-94B1-451F-A544-0F733FCDDE8A} /qn
3.0.9.2
MsiExec.exe /x {51D6DDAF-F605-45E0-A0D2-95BAC54C3703} /qn
3.0.8
MsiExec.exe /x {4D805650-657F-40DA-9724-F9828AA66A32} /qn
3.0.7.1
MsiExec.exe /x {777DAD81-B09F-4F20-A331-9401477097CE} /qn
3.0.7
MsiExec.exe /x {0D5CF0FB-0F59-4070-A3B2-3DD2DB418A18} /qn
3.0.6
MsiExec.exe /x {905770CF-0D18-48D9-9114-758B49519F6D} /qn
3.0.5
MsiExec.exe /x {DA553BC0-749C-41F8-97FA-D23A631E2C6A} /qn
3.0.4
MsiExec.exe /x {98028D49-B6EF-43D8-8FFC-4A968846E920} /qn
3.0.3
MsiExec.exe /x {BC9EA3E7-9016-4763-B366-3F96F4719439} /qn
3.0.2
MsiExec.exe /x {EB391C44-2D2F-4272-B150-BB199B4BDEC8} /qn
VLC Media Player (64-bit) MSI Silent Uninstall3.0.19
MsiExec.exe /x {11A4D8F0-5022-4463-90DE-1D5EFBACB949} /qn
3.0.18
MsiExec.exe /x {B022B1C5-D067-42CB-98E2-D965E4D74CFE} /qn
3.0.17.4
MsiExec.exe /x {D3509C80-0B27-4337-BE60-B985A585C320} /qn
3.0.17.3
MsiExec.exe /x {4E727C72-5241-4C41-9735-ECBD72584C4B} /qn
3.0.17
MsiExec.exe /x {A95080F8-4ABC-4173-A291-0ADBB5987298} /qn
3.0.16
MsiExec.exe /x {1BB20266-7C52-4909-B075-22156F75D22C} /qn
3.0.15
MsiExec.exe /x {92B6F4BE-4BEA-43B3-8859-F429E516B502} /qn
3.0.14
MsiExec.exe /x {E23B6852-A99C-4869-8777-3FC057D5A431} /qn
3.0.13
MsiExec.exe /x {43D124BD-A13D-4C88-997F-EF06A02A3846} /qn
3.0.12
MsiExec.exe /x {0E4FF85A-F565-49EF-9FBF-E0FB83FF0E46} /qn
3.0.11
MsiExec.exe /x {0A1870BC-51B4-459D-B681-3B2033298122} /qn
3.0.10
MsiExec.exe /x {F44DB270-76F6-49EE-AA99-E066BAB0DB21} /qn
3.0.9.2
MsiExec.exe /x {D8E378E1-0108-4D67-9D26-BB5E24CD5A1E} /qn
3.0.8
MsiExec.exe /x {34A66242-34A2-4049-9808-1A693370FACE} /qn
3.0.7.1
MsiExec.exe /x {DAA85DDA-1FB3-45C9-A0FA-E7559CED68C0} /qn
3.0.7
MsiExec.exe /x {2F358097-9BEA-4552-90A6-6E4794A68D9F} /qn
3.0.6
MsiExec.exe /x {B6A06EAE-635A-44FA-9E76-67D2141F8A33} /qn
3.0.5
MsiExec.exe /x {86E5DCD1-CFEB-4D50-B8F3-831D8B559BCF} /qn
3.0.4
MsiExec.exe /x {49988EA2-9ADF-4580-976F-CFC8EC484765} /qn
3.0.3
MsiExec.exe /x {8EBD2893-EC75-4C43-BEB4-59CABEC51622} /qn
3.0.2
MsiExec.exe /x {CAC6F8BF-5DA7-4C20-9649-B46845C2D7E6} /qn
Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.