tuto:gestion_de_parc:wpkg:firefox

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Dernière révision Les deux révisions suivantes
tuto:gestion_de_parc:wpkg:firefox [26/06/2012 09:04]
dani
tuto:gestion_de_parc:wpkg:firefox [13/07/2012 10:09]
dani Page moved from wpkg:firefox to tuto:gestion_de_parc:wpkg:firefox
Ligne 5: Ligne 5:
  
  
-    * Récupérer le fichier d'installation ici: [[http://www.mozilla.org/en-US/firefox/all.html|http://www.mozilla.org/en-US/firefox/all.html]] et placez le dans softwares/firefox+    * Récupérer le fichier d'installation ici: [[http://www.mozilla.org/en-US/firefox/organizations/all.html|http://www.mozilla.org/en-US/firefox/organizations/all.html]] et placez le dans softwares/firefox
  
  
Ligne 16: Ligne 16:
              reboot="false"              reboot="false"
              priority="10">              priority="10">
- +  
 + 
         <variable name="PKG_VERSION" value="10.0.5" />         <variable name="PKG_VERSION" value="10.0.5" />
         <variable name="VARIANTE" value="esr" />         <variable name="VARIANTE" value="esr" />
Ligne 23: Ligne 23:
         <variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%\Mozilla Firefox" />         <variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%\Mozilla Firefox" />
         <variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%\Mozilla Firefox" />         <variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%\Mozilla Firefox" />
- +  
 + 
         <check type="uninstall" condition="exists" path="Mozilla Firefox %PKG_VERSION% (x86 %locale%)" />         <check type="uninstall" condition="exists" path="Mozilla Firefox %PKG_VERSION% (x86 %locale%)" />
- +  
 + 
         <install cmd="taskkill /F /IM Firefox.exe">         <install cmd="taskkill /F /IM Firefox.exe">
             <exit code="0" />             <exit code="0" />
Ligne 34: Ligne 34:
         </install>         </install>
         <install cmd='"%SOFTWARE%\firefox\Firefox Setup %PKG_VERSION%%VARIANTE%.exe" -ms' />         <install cmd='"%SOFTWARE%\firefox\Firefox Setup %PKG_VERSION%%VARIANTE%.exe" -ms' />
- +  
 + 
         <upgrade include="install" />         <upgrade include="install" />
- +  
 + 
         <remove cmd='%COMSPEC% /C if exist "%INSTALL_PATH%\uninstall\helper.exe" "%INSTALL_PATH%\uninstall\helper.exe" -ms' />          <remove cmd='%COMSPEC% /C if exist "%INSTALL_PATH%\uninstall\helper.exe" "%INSTALL_PATH%\uninstall\helper.exe" -ms' /> 
     </package>     </package>
  • tuto/gestion_de_parc/wpkg/firefox.txt
  • Dernière modification: 18/12/2013 13:28
  • de dani