You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.7 KiB
35 lines
1.7 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<packages>
|
|
<package id='vlc'
|
|
name='Lecteur multimedia VideoLAN Client'
|
|
revision='13'
|
|
priority='10'
|
|
reboot='false' >
|
|
|
|
<variable name="PKG_VERSION" value="2.1.0" />
|
|
<variable architecture="x86" name="SETUP_PATH" value="%SOFTWARE%\vlc\vlc-%PKG_VERSION%-win32.exe" />
|
|
<variable architecture="x64" name="SETUP_PATH" value="%SOFTWARE%\vlc\vlc-%PKG_VERSION%-win64.exe" />
|
|
|
|
<check type='uninstall' condition='exists' path='VLC media player %PKG_VERSION%' />
|
|
|
|
<install include='remove' />
|
|
<install cmd='%COMSPEC% /C start /wait "VLC" "%SETUP_PATH%" /S /NCRC /D="%PROGRAMFILES%"'/>
|
|
<!-- XP -->
|
|
<install cmd='%COMSPEC% /C del /F /Q "%ALLUSERSPROFILE%\Bureau\VLC media player**"'>
|
|
<exit code="any" />
|
|
</install>
|
|
<!-- Vista / 7 -->
|
|
<install cmd='%COMSPEC% /C del /F /Q "%PUBLIC%\Desktop\VLC media player**"'>
|
|
<exit code="any" />
|
|
</install>
|
|
|
|
<upgrade include='install'/>
|
|
|
|
<downgrade include='install' />
|
|
|
|
<!-- Suppression de la version win32 sur les windows x64 -->
|
|
<remove architecture="x64" cmd='%COMSPEC% /C if exist "%PROGRAMFILES(x86)%\VideoLAN\VLC\uninstall.exe" "%PROGRAMFILES(x86)%\VideoLAN\VLC\uninstall.exe" /S _?=%PROGRAMFILES(x86)%\VideoLAN\VLC' />
|
|
<remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" "%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" /S _?=%PROGRAMFILES%\VideoLAN\VLC'/>
|
|
<remove cmd='%COMSPEC% /C if exist "%INSTALL_PATH%\VideoLAN\VLC" rmdir /S /Q "%INSTALL_PATH%\VideoLAN"'/>
|
|
</package>
|
|
</packages>
|
|
|