VLC Player v3.0.11 MSI Installers Released

VLC Player v3.0.11

Last updated on April 17th, 2023 at 12:47 am

Read Time:1 Minute, 46 Second

We believe that VLC Player is the best media player available on the internet at the moment and has been for some time, but there is no MSI installer for it. MSI installers can be used easily for distribution using systems like Configuration Manager, WDS or Group Policy.

So, we have taken the standalone version of VLC Player v3.0.11 and created a MSI installer from it.

You can download the MSI installer for VLC using our new MSI Downloader tool. Just download the tool, select Utilities from the left side menu and click on the VLC Player option. The MSI installer will then download to your desktop.

Alternatively, you can get the MSI installer as a direct download or from our SourceForge project page.

Download VLC Player v3.0.11 MSI Installer

MSI Downloader Tool

Direct Download

VLC Player MSI Installer Archive

SourceForge Downloads

Download VLC Player MSI Installers
Download VLC Player MSI Installers

Instructions

For full instructions on how to use MSI installations, you should take a look at our MSI installer guide here.

If you are unfamiliar with MSI silent installations, you can use the parameters as per below to push out a variety of different installations โ€“ great for Group Policy or Configuration Manager push outs.

If you want to run the MSI installers as completely silent, then you can use the following command:

msiexec.exe /i "MSIinstaller.msi" /q /norestart

If you want to run the MSI installers as automated but displayed to the end user, then you can use the following command:

msiexec.exe /i "MSIinstaller.msi" /passive /norestart

where:

  • msiexec.exeย โ€“ this starts the MSI installer engine
  • /iย โ€“ this tells the msiexec.exe to run an install
  • โ€œMSIinstaller.msiโ€ย โ€“ filename of the MSI installer
  • /qย โ€“ tells the msiexec.exe to run as silent
  • /passiveย โ€“ tells the msiexec.exe to run as automated but display to end user
  • /norestartย โ€“ tells the msiexec.exe to not allow an automatic restart after installation completion

Comments

If you have any questions, feedback or comments on this post, please feel free to leave us a message below in the comments section.

Click to rate this post!
[Total: 0 Average: 0]

Discover more from TechyGeeksHome

Subscribe to get the latest posts to your email.

Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.