Skip to main content

Posts

Showing posts with the label VLC

Silent Installation of VLC Media Player 2.2.6

What is It? VLC Media Player   is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols. The source is  ava ilab le for dow nload  here . How to Install Silently? To Install: Step 1:  Download the source from  web  and get the installer "vlc-2.2.6-win64.exe" Step 2:  Run following command: vlc-2.2.6-win64.exe  /L=1033 /S                 /S: for silent installation                 /L: for language selection                 put /L=1033 if your preferred language is English - US Note: It also creates a desktop shortcut. Get a script to remove it, if required. To Uninstall: Run following command: "%ProgramFiles%\VideoLAN\VLC\uninstall.exe"  /S /norestart     ...