Uninstalling VLC


Step 1


Create a Batch File to run the un-installation of VLC


@echo off


if exist "%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" "%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" /S


if exist "%PROGRAMFILES% (x86)\VideoLAN\VLC\uninstall.exe" "%PROGRAMFILES% (x86)\VideoLAN\VLC\uninstall.exe" /S


exit


Step 2 - Create Third Party Template to run the Batch file



**Remember to select copy these files locally