VLC update
command line for VLC 2.0.1 update
Answer Summary:
Unistall old version, which can be done silently, then install new version.
Unistall old version, which can be done silently, then install new version.
0 Comments
[ - ] Hide Comments
Answer this question
or Comment on this question for clarity
Answers
You need to uninstall older VLC versions first, this can be done easily with "VideoLAN\VLC\uninstall.exe /S" and then install the new version, which is: vlc-2.0.1-win32.exe /S
If you wanna do it by script, maybe do a sleep for 60 seconds after running the uninstall command, before moving on to installing the new VLC version.
If you want to avoid update and privacy notifications when opening VLC, make sure your shortcuts for VLC includes "--no-qt-privacy-ask --no-qt-updates-notif" as arguments.
If you wanna do it by script, maybe do a sleep for 60 seconds after running the uninstall command, before moving on to installing the new VLC version.
If you want to avoid update and privacy notifications when opening VLC, make sure your shortcuts for VLC includes "--no-qt-privacy-ask --no-qt-updates-notif" as arguments.
Please log in to comment
Comments