Added ExQuilla, SyncKolab plugins, removed Test Pilot plugin, added calendar plugin extraction

This commit is contained in:
Peter Singer
2013-04-09 22:05:50 +02:00
parent 8708f5b5d7
commit a49104795a
6 changed files with 32 additions and 8 deletions

View File

@@ -4,3 +4,4 @@ lockPref("app.update.enabled", false);
// lockPref("browser.search.update", false);
pref("mail.root.imap-rel", "[ProfD]../../../../../Lokale Einstellungen/Thunderbird/ImapMail");
pref("mail.root.imap", "[ProfD]../../../../../Lokale Einstellungen/Thunderbird/ImapMail");
// pref("extensions.checkUpdateSecurity", false);

View File

@@ -86,7 +86,8 @@ REG ADD HKLM\SOFTWARE\Mozilla\MaintenanceService /v Attempted /t REG_DWORD /d 1
copy "$IniCfgFile$" "$InstallDir$"
copy "%ScriptPath%\*.cfg" "$InstallDir$"
copy "%ScriptPath%\local-settings.js" "$InstallDir$\defaults\pref"
copy -s "%ScriptPath%\X86\*.xpi" "$InstallDir$\distribution\extensions"
copy -s "%ScriptPath%\X86\Plugins\*.*" "$InstallDir$\distribution\extensions"
del "$InstallDir$\distribution\extensions\tbtestpilot@labs.mozilla.com.xpi"
[Registry_install]
; Example of setting some values of an registry key: