En remplacant :
dans :download
chercher: echo "http://download.mozilla.org/?product=Thunderbird-%v1%&os=%v2%&lang=%lng%"
remplacer par: echo "http://download.mozilla.org/?product=thunderbird-esr-%v1%&os=%v2%&lang=%lng%"
et surtout
chercher: %ARIA% %DIR% "http://download.mozilla.org/?product=Thunderbird-%v1%&os=%v2%&lang=%lng%"
remplacer par: %ARIA% %DIR% "http://download.mozilla.org/?product=thunderbird-esr-%v1%&os=%v2%&lang=%lng%"
J'ai tester avec ces options:
:: Set the language of Thunderbird:
:: (see possible values in the readme file)
set lng=fr
:: Create a nLite/RVMi AddOn: [0,1]
set addon=0
:: Make Thunderbird the default mail client: [0,1]
set default=1
:: Copy a custom profile in the user profile: [0,1]
set profile=1
:: Specify which version to download
:: Only needed if you want to download a specific version
::set vrs=56.0.2
:: Delete the Desktop icon [0,1]
set del_desktop=0
puis, choix:
64 bits > tap 2
latest > tap 1
Tout est ok mais ça casse peut-etre d'autre branche, comme Beta/Nightly (j'ai pas fait de test avec Beta)