Page 1 sur 1

Image Resizer : Clic-droit pour retailler une image

Posté : 09 janv. 2017 14:28
par aurelien.geoffray
Logiciel : Image resizer
Développeur : Microsoft
Type de licence : propriétaire
Compatible XP : Oui
Compatible Win7 : Non
Existe aussi sous Linux : Non


Il s'agit d'un powertoy édité par Microsoft qui rajoute une entrée dans le menu contextuel.
C'est pratique pour les élèves afin de gagner du temps.

Attention, ce logiciel ne fonctionne qu'avec Windows XP

Paquet testé en installation et suppression.
<package
    id="Image_Resizer"
    name="Image Resizer : clic-droit pour reduire une image"
    revision="1"
    reboot="false"
    priority="1">

<!-- dl=http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/ImageResizerPowertoySetup.exe -->
<!-- ne fonctionne qu'avec windows XP -->

    <check type="uninstall" condition="exists" path="Image Resizer Powertoy for Windows XP" />
    
    <install cmd='%SOFTWARE%\ImageResizerPowertoySetup.exe /S /v"ALLUSERS=2 /qn' />

    <upgrade cmd='%SOFTWARE%\ImageResizerPowertoySetup.exe /S /v"ALLUSERS=2 /qn' />
    
    <remove cmd='msiexec /qn /X {1CB92574-96F2-467B-B793-5CEB35C40C29}' />
</package>