VLC Media Player

George King

Active Member
VLC media player
VLC-IconSmall.png


Download
Code:
https://www.videolan.org/vlc/

Switches
Code:
/S - Perform silent install
/L=<locale> - Install specified language as default, for example Czech localization means /L=1029

Example
Code:
VLC.exe /S /L=1029

Useful tips
1) Find Locale ID for your language here
 
VLC uses a Nullsoft installer, so the correct flag is /S, and not /s. The flag is case-sensitive, unlike other installers.

Do not rename the setup file to "vlc.exe". The installer will perform a check to see if any VLC processes are running, and gets confused by seeing itself running under the wrong filename.
 
If you are using the MSI version, the arguments are "/qn"

Note that as of this writing, the latest version does not have an msi installer - I had to grab version 3.0.20.

Russ
 
Back
Top