Changes

Vlc

17 bytes added, 19:09, 12 March 2008
m
Advanced method by SkyBeam
unattended-uninstall.cmd
<presource lang="dos">
echo Removing VLC media plyer
if exist "%VLANDIR%" rmdir "%VLANDDIR%"
exit 0
</presource>
As this script is called by unattended.cmd also when VLC is probably not installed it first checks if there is an uninstallation to be done. If not it just skips the uninstall, but still checks to see if the uninstaller totally cleaned up after itself.