Thunderbird config deployment (MCD) for WPKG on iPasserelle
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.
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<packages>
|
|
|
|
<package id="thunderbird-config"
|
|
|
|
name="Configuration Thunderbird"
|
|
|
|
revision="2"
|
|
|
|
priority="10"
|
|
|
|
reboot="false">
|
|
|
|
|
|
|
|
<depends package-id="thunderbird" />
|
|
|
|
|
|
|
|
<variable architecture='x86' name='PROG' value='%PROGRAMFILES%\Mozilla Thunderbird' />
|
|
|
|
<variable architecture='x64' name='PROG' value='%PROGRAMFILES(x86)%\Mozilla Thunderbird' />
|
|
|
|
|
|
|
|
<install cmd='copy /Y "%SOFTWARE%\thunderbird\autoconf.js" "%PROG%\defaults\pref\"' />
|
|
|
|
<install cmd='copy /Y "%SETTINGS%\thunderbird\thunderbird.cfg" "%PROG%\"' />
|
|
|
|
|
|
|
|
<upgrade include="install" />
|
|
|
|
|
|
|
|
<remove cmd='del /F "%PROG%\defaults\pref\autoconf.js"' />
|
|
|
|
<remove cmd='del /F "%PROG%\thunderbird.cfg"' />
|
|
|
|
</package>
|
|
|
|
</packages>
|