tuto:gestion_de_parc:ocs:vlc

Ceci est une ancienne révision du document !


VLC

Guide pour un paquet Le fichier d'installation de VLC est disponible à cette adresse: http://www.videolan.org/vlc/download-windows.html

Dans un premier temps il faut créer un .zip qui contiendra tous les fichiers nécessaires à la constitution et au déploiement d’un paquet.

Vous trouverez un .zip contenant tout les fichiers à part le fichier d'installation si vous cliquez sur ce lien: vlc.zip

cmdow.exe @ /HID
if not exist C:\Progra~1\VideoLAN\VLC\uninstall.exe goto install

call C:\Progra~1\VideoLAN\VLC\uninstall.exe /S /NCRC

:test
if exist C:\Progra~1\VideoLAN\VLC\l* goto test

:install
call vlc-1.0.2.exe /S /NCRC

-cmdow.exe @ /HID: Lance le cmdow.exe.

-if not exist C:\Progra~1\VideoLAN\VLC\uninstall.exe goto install

-call C:\Progra~1\VideoLAN\VLC\uninstall.exe /S /NCRC

-:test -if exist C:\Progra~1\VideoLAN\VLC\l* goto test

-:install -call vlc-1.0.2.exe /S /NCRC

  • tuto/gestion_de_parc/ocs/vlc.1256304820.txt.gz
  • Dernière modification: 23/10/2009 15:33
  • de dimitry