Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
GeoNelson88
Engaged Sweeper
Hi Everyone,

Did anyone happen to create a installer to fix the latest security issue with in VLC player. I have about 200 machines that are vulnerable. I tried creating a basic installer , but it failed to work.
3 REPLIES 3
Esben_D
Lansweeper Employee
Lansweeper Employee
I went ahead and approved it. There were actually two people who submitted a VLC deployment package. You can find Citizen's topic here: https://www.lansweeper.com/forum/yaf_postst17590_VLC-Media-Player-Installer-v3-0-7-1.aspx#post58975
CyberCitizen
Honored Sweeper
Posted to installer section, but it has to be approved by a mod first.

Hi Guy's,

With the recent vulnerability discovered VLC Player CVE-2019-5439. I have just updated our internal installer package to remove both the 32bit & 64bit versions, as well as install the updated version based on your OS.

We had 173 install's, which include a bunch of laptops working remotely on VPN. I have deployed this out earlier using the report supplied by Lansweeper, 108 have already updated. A few machines are offline etc, however are scheduled to retry for the next week. I will review the report daily to see whats remaining etc.

Requirements
You need to download both installers to the following path
{PackageShare}\VideoLAN (VLC)\
If you don't use the package share, then you will need to put your installer path in the package instead.

32bit Installer
https://videolan.mirrors.theom.nz/vlc/3.0.7.1/win32/vlc-3.0.7.1-win32.exe
https://mirror.kku.ac.th/videolan/vlc/3.0.7.1/win32/vlc-3.0.7.1-win32.exe
https://mirror-hk.koddos.net/videolan/vlc/3.0.7.1/win32/vlc-3.0.7.1-win32.exe
https://free.nchc.org.tw/vlc/vlc/3.0.7.1/win32/vlc-3.0.7.1-win32.exe
https://ftp.stu.edu.tw/others/VideoLAN/vlc/3.0.7.1/win32/vlc-3.0.7.1-win32.exe

64bit Installer
https://videolan.mirrors.theom.nz/vlc/3.0.7.1/win64/vlc-3.0.7.1-win64.exe
https://mirror.kku.ac.th/videolan/vlc/3.0.7.1/win64/vlc-3.0.7.1-win64.exe
https://mirror-hk.koddos.net/videolan/vlc/3.0.7.1/win64/vlc-3.0.7.1-win64.exe
https://free.nchc.org.tw/vlc/vlc/3.0.7.1/win64/vlc-3.0.7.1-win64.exe
https://ftp.stu.edu.tw/others/VideoLAN/vlc/3.0.7.1/win64/vlc-3.0.7.1-win64.exe

Any issues or package suggestions, please let me know.
Note this is a silent installer (with no message to the user & it will kill VLC if running).

<?xml version="1.0" encoding="utf-8"?>
<Package>
<Name>APP.VLC Media Player</Name>
<Description></Description>
<ShutdownOption>0</ShutdownOption>
<ShutdownTime>0</ShutdownTime>
<MaxDuration>1200</MaxDuration>
<Rescan>True</Rescan>
<RunMode>2</RunMode>
<Steps>
<Step>
<Nr>1</Nr>
<Name>Kill VLC Process</Name>
<Type>3</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-1</Success>
<Failure>-1</Failure>
<Path>vlc.exe</Path>
<Parameters>/f /t</Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>taskkill /im vlc.exe /f /t</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
<Step>
<Nr>2</Nr>
<Name>Check For 32bit Uninstall</Name>
<Type>5</Type>
<ReturnCodes></ReturnCodes>
<Success>4</Success>
<Failure>3</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command></Command>
<EditMode>False</EditMode>
<Conditions>
<Condition>
<Type>1</Type>
<SpecOne>C:\Program Files (x86)\VideoLAN\VLC\</SpecOne>
<SpecTwo>uninstall.exe</SpecTwo>
<Operator>1</Operator>
<Value></Value>
</Condition>
</Conditions>
</Step>
<Step>
<Nr>3</Nr>
<Name>Check For 64bit Uninstall</Name>
<Type>5</Type>
<ReturnCodes></ReturnCodes>
<Success>5</Success>
<Failure>6</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command></Command>
<EditMode>False</EditMode>
<Conditions>
<Condition>
<Type>1</Type>
<SpecOne>C:\Program Files\VideoLAN\VLC\</SpecOne>
<SpecTwo>uninstall.exe</SpecTwo>
<Operator>1</Operator>
<Value></Value>
</Condition>
</Conditions>
</Step>
<Step>
<Nr>4</Nr>
<Name>Uninstall 32bit VLC</Name>
<Type>1</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>6</Success>
<Failure>-3</Failure>
<Path>C:\Program Files (x86)\VideoLAN\VLC\uninstall.exe</Path>
<Parameters>/S</Parameters>
<MSIParameters>/i /qn /norestart</MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>"C:\Program Files (x86)\VideoLAN\VLC\uninstall.exe" /S</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
<Step>
<Nr>5</Nr>
<Name>Uninstall 64bit VLC</Name>
<Type>1</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>6</Success>
<Failure>-3</Failure>
<Path>C:\Program Files\VideoLAN\VLC\uninstall.exe</Path>
<Parameters>/S</Parameters>
<MSIParameters>/i /qn /norestart</MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>"C:\Program Files\VideoLAN\VLC\uninstall.exe" /S</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
<Step>
<Nr>6</Nr>
<Name>Check OS Architecture</Name>
<Type>5</Type>
<ReturnCodes></ReturnCodes>
<Success>7</Success>
<Failure>8</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command></Command>
<EditMode>False</EditMode>
<Conditions>
<Condition>
<Type>3</Type>
<SpecOne></SpecOne>
<SpecTwo></SpecTwo>
<Operator>5</Operator>
<Value></Value>
</Condition>
</Conditions>
</Step>
<Step>
<Nr>7</Nr>
<Name>Install 32bit VLC</Name>
<Type>1</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-2</Success>
<Failure>-3</Failure>
<Path>{PackageShare}\VideoLAN (VLC)\vlc-3.0.7.1-win32.exe</Path>
<Parameters>/L=1033 /S</Parameters>
<MSIParameters>/i /qn /norestart</MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>"{PackageShare}\VideoLAN (VLC)\vlc-3.0.7.1-win32.exe" /L=1033 /S </Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
<Step>
<Nr>8</Nr>
<Name>Install 64bit VLC</Name>
<Type>1</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-2</Success>
<Failure>-3</Failure>
<Path>{PackageShare}\VideoLAN (VLC)\vlc-3.0.7.1-win64.exe</Path>
<Parameters>/L=1033 /S</Parameters>
<MSIParameters>/i /qn /norestart</MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>"{PackageShare}\VideoLAN (VLC)\vlc-3.0.7.1-win64.exe" /L=1033 /S </Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
</Steps>
<SoftwareVersion>7.0.110.2</SoftwareVersion>
</Package>
Brian_Kintech
Engaged Sweeper II
I am also looking for this! Thanks!

General Discussions

Find answers to technical questions about Lansweeper.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now