I made a very stupid mistake, when downloading the update of thunderbird to my local smb share I didn't check for the language, so it's everything in english now. The problem is that is the last version and so of course the uninstaller check doesn't work. So I just want to force the reinstallation, but how?? In my configuration I use wpkg-client which updates at every login... In plus I noticed that uninstalling manually doesn't make it reinstall it automatically, but I thought that profile file was fine.. (here it is) <?xml version="1.0" encoding="UTF-8"?> <packages> <package id="thunderbird" name="Mozilla Thunderbird" revision="2018" reboot="false" priority="5"> <check type="uninstall" condition="exists" path="Mozilla Thunderbird (2.0.0.19)" /> <install cmd='"%SOFTWARE%\thunderbird\Thunderbird Setup 2.0.0.19.exe" -ms' /> <upgrade cmd='"%SOFTWARE%\thunderbird\Thunderbird Setup 2.0.0.19.exe" -ms' /> <remove cmd='"%PROGRAMFILES%\Mozilla Thunderbird\uninstall\uninstall.exe" -ms' /> </package> </packages> Are there any comfortable ways to launch commands on every machine?? -- View this message in context: http://www.nabble.com/forcing-thunderbird-reinstallation-tp22347939p22347939.html Sent from the WPKG - Users mailing list archive at Nabble.com. |