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.
28 lines
1.1 KiB
28 lines
1.1 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<packages>
|
|
<package id="firefox"
|
|
name="Mozilla Firefox"
|
|
revision="7"
|
|
reboot="false"
|
|
priority="10">
|
|
|
|
<variable name="PKG_VERSION" value="10.0.6" />
|
|
<variable name="VARIANTE" value="esr" />
|
|
<variable name="locale" value="fr" />
|
|
<variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%\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%)" />
|
|
|
|
<install cmd="taskkill /F /IM Firefox.exe">
|
|
<exit code="0" />
|
|
<exit code="-1073741515" />
|
|
<exit code="128" />
|
|
</install>
|
|
<install cmd='"%SOFTWARE%\firefox\Firefox Setup %PKG_VERSION%%VARIANTE%.exe" -ms' />
|
|
|
|
<upgrade include="install" />
|
|
|
|
<remove cmd='%COMSPEC% /C if exist "%INSTALL_PATH%\uninstall\helper.exe" "%INSTALL_PATH%\uninstall\helper.exe" -ms' />
|
|
</package>
|
|
</packages>
|
|
|