2
edits
Changes
Vlc
,Update check type to match newer versions of VLC
priority='10'
reboot='false' >
<variable name="version" value="2.01.75" />
<variable name="PKG_DESTINATION" value="%ProgramFiles(x86)%\VideoLAN" architecture="x64"/>
<variable name="PKG_DESTINATION" value="%ProgramFiles%\VideoLAN" architecture="x86"/>
<check type='uninstall' condition='existsversionequalto' path='VLC media player ' value='%version%' />
<install include="remove"/>
</packages:packages>
</source>
== Native method by TGellan ==