2

I am in need of a thunderbird msi (Microsoft Installer) package which can be deployed via group policies using Microsoft ActiveDirectory.

I am very pleased with the Firefox packaged provided by FrontMotion but unfortunately they do not have packages for Thunderbird. sob sob

I guess, I could try to do the packaging myself, or do all of the installations by hand :(

I did some searches and found very outdated packages by ZettaServe, but no current releases, yet.. Anyone using .msi packaged Thunderbird installations? If you have msi packages, where did you get them from?

regards, Comradin

Ryan Fisher
  • 2,228
  • 16
  • 13
Comradin
  • 321
  • 3
  • 11

3 Answers3

3

Here's how to create Thunderbird.msi and Firefox.msi with WiX:
http://www.klaus-hartnegg.de/gpo/msi_firefox_wix.html
http://www.klaus-hartnegg.de/gpo/msi_thunderbird.html

Klaus Hartnegg
  • 331
  • 1
  • 7
2

Mozilla is now providing a Windows MSI 64-bit Package:

To retrieve the latest Thunderbird release use the following url. See README.txt for other languages.

Seb13
  • 21
  • 2
1

I'm not aware of a .msi for Thunderbird, but rather than installing by hand, you could roll out WPKG via AD, then use it to roll out Thunderbird.

TRS-80
  • 2,584
  • 17
  • 16
  • Thanks for pointing me towards this project, I did not know this. Ill have a look at it this afternoon, but it sounds very promising. – Comradin Sep 24 '09 at 10:36