fixed - check it out SuperMario :-)
This commit is contained in:
parent
091aa95005
commit
d72103c449
@ -8,14 +8,24 @@ lockPref("app.update.enabled", false);
|
|||||||
// stops the 'know your rights' button from displaying on first run
|
// stops the 'know your rights' button from displaying on first run
|
||||||
pref("browser.rights.3.shown", true);
|
pref("browser.rights.3.shown", true);
|
||||||
pref("mail.rights.version", 1);
|
pref("mail.rights.version", 1);
|
||||||
// stops the request to send performance data from displaying
|
|
||||||
pref("toolkit.telemetry.prompted", true);
|
|
||||||
|
|
||||||
// imap folder redirection
|
// stops the request to send performance data from displaying
|
||||||
pref("mail.root.imap-rel", "[ProfD]../../../../../Lokale Einstellungen/Thunderbird/ImapMail");
|
pref("toolkit.telemetry.prompted", 2);
|
||||||
pref("mail.root.imap", "[ProfD]../../../../../Lokale Einstellungen/Thunderbird/ImapMail");
|
pref("toolkit.telemetry.rejected", true);
|
||||||
|
pref("toolkit.telemetry.enabled", false);
|
||||||
|
|
||||||
|
// prevent the Migration Assistant and the What's New page from showing after upgrades
|
||||||
|
pref("mail.ui.show.migration.on.upgrade", false);
|
||||||
|
pref("app.update.showInstalledUI", false);
|
||||||
|
pref("browser.startup.homepage_override.mstone", "ignore");
|
||||||
|
pref("mailnews.start_page_override.mstone", "ignore");
|
||||||
|
|
||||||
// settings for add-on installations
|
// settings for add-on installations
|
||||||
// https://developer.mozilla.org/en-US/docs/Installing_extensions
|
// https://developer.mozilla.org/en-US/docs/Installing_extensions
|
||||||
// pref("extensions.autoDisableScopes", 15);
|
// pref("extensions.autoDisableScopes", 15);
|
||||||
// pref("extensions.enabledScopes", 4);
|
// pref("extensions.enabledScopes", 4);
|
||||||
|
|
||||||
|
// imap folder redirection
|
||||||
|
pref("mail.root.imap-rel", "[ProfD]../../../../../Lokale Einstellungen/Thunderbird/ImapMail");
|
||||||
|
pref("mail.root.imap", "[ProfD]../../../../../Lokale Einstellungen/Thunderbird/ImapMail");
|
||||||
|
|
||||||
|
@ -8,14 +8,24 @@ lockPref("app.update.enabled", false);
|
|||||||
// stops the 'know your rights' button from displaying on first run
|
// stops the 'know your rights' button from displaying on first run
|
||||||
pref("browser.rights.3.shown", true);
|
pref("browser.rights.3.shown", true);
|
||||||
pref("mail.rights.version", 1);
|
pref("mail.rights.version", 1);
|
||||||
// stops the request to send performance data from displaying
|
|
||||||
pref("toolkit.telemetry.prompted", true);
|
|
||||||
|
|
||||||
// imap folder redirection
|
// stops the request to send performance data from displaying
|
||||||
pref("mail.root.imap-rel", "[ProfD]../../../../Lokale Einstellungen/Anwendungsdaten/Thunderbird/ImapMail");
|
pref("toolkit.telemetry.prompted", 2);
|
||||||
pref("mail.root.imap", "[ProfD]../../../../Lokale Einstellungen/Anwendungsdaten/Thunderbird/ImapMail");
|
pref("toolkit.telemetry.rejected", true);
|
||||||
|
pref("toolkit.telemetry.enabled", false);
|
||||||
|
|
||||||
|
// prevent the Migration Assistant and the What's New page from showing after upgrades
|
||||||
|
pref("mail.ui.show.migration.on.upgrade", false);
|
||||||
|
pref("app.update.showInstalledUI", false);
|
||||||
|
pref("browser.startup.homepage_override.mstone", "ignore");
|
||||||
|
pref("mailnews.start_page_override.mstone", "ignore");
|
||||||
|
|
||||||
// settings for add-on installations
|
// settings for add-on installations
|
||||||
// https://developer.mozilla.org/en-US/docs/Installing_extensions
|
// https://developer.mozilla.org/en-US/docs/Installing_extensions
|
||||||
// pref("extensions.autoDisableScopes", 15);
|
// pref("extensions.autoDisableScopes", 15);
|
||||||
// pref("extensions.enabledScopes", 4);
|
// pref("extensions.enabledScopes", 4);
|
||||||
|
|
||||||
|
// imap folder redirection
|
||||||
|
pref("mail.root.imap-rel", "[ProfD]../../../../Lokale Einstellungen/Anwendungsdaten/Thunderbird/ImapMail");
|
||||||
|
pref("mail.root.imap", "[ProfD]../../../../Lokale Einstellungen/Anwendungsdaten/Thunderbird/ImapMail");
|
||||||
|
|
||||||
|
@ -92,22 +92,30 @@ cd %SystemDrive%
|
|||||||
cd "$LogDir$\$ProductId$"
|
cd "$LogDir$\$ProductId$"
|
||||||
addons.exe
|
addons.exe
|
||||||
|
|
||||||
|
rem move extensions before install
|
||||||
|
mkdir "$InstallDir$"
|
||||||
|
move "$LogDir$\$ProductId$\Extract\Addons\extensions" "$InstallDir$\extensions"
|
||||||
|
|
||||||
rem Original Install routine
|
rem Original Install routine
|
||||||
REG ADD HKLM\SOFTWARE\Mozilla\MaintenanceService /v Attempted /t REG_DWORD /d 1 /f
|
REG ADD HKLM\SOFTWARE\Mozilla\MaintenanceService /v Attempted /t REG_DWORD /d 1 /f
|
||||||
"$InstallExe$" -ms
|
"$InstallExe$" -ms
|
||||||
"%ProgramFiles32Dir%\Mozilla Maintenance Service\uninstall.exe" /S
|
"%ProgramFiles32Dir%\Mozilla Maintenance Service\uninstall.exe" /S
|
||||||
|
|
||||||
|
rem Move bundles after install
|
||||||
|
mkdir "$InstallDir$\distribution"
|
||||||
|
move "$LogDir$\$ProductId$\Extract\Addons\bundles" "$InstallDir$\distribution\bundles"
|
||||||
|
|
||||||
rem Cleanup temporary extract folder
|
rem Cleanup temporary extract folder
|
||||||
rem cd "$LogDir$"
|
cd "$LogDir$"
|
||||||
rem rmdir /S /Q "$LogDir$\$ProductId$"
|
rmdir /S /Q "$LogDir$\$ProductId$"
|
||||||
|
|
||||||
[Files_install]
|
[Files_install]
|
||||||
; copy the ini file to the InstallDir
|
; copy the ini file to the InstallDir
|
||||||
copy "$IniCfgFile$" "$InstallDir$"
|
copy "$IniCfgFile$" "$InstallDir$"
|
||||||
copy "%ScriptPath%\*.cfg" "$InstallDir$"
|
copy "%ScriptPath%\*.cfg" "$InstallDir$"
|
||||||
; copy "%ScriptPath%\local-settings.js" "$InstallDir$\defaults\pref"
|
copy "%ScriptPath%\local-settings.js" "$InstallDir$\defaults\pref"
|
||||||
copy -s "$LogDir$\$ProductId$\Extract\Addons\bundles\*.*" "$InstallDir$\distribution\bundles"
|
; copy -s "%ScriptPath%\X86\Addons\bundles\*.*" "$InstallDir$\distribution\bundles"
|
||||||
copy -s "$LogDir$\$ProductId$\Extract\Addons\extensions\*.*" "$InstallDir$\extensions"
|
; copy -s "%ScriptPath%\X86\Addons\extensions\*.*" "$InstallDir$\extensions"
|
||||||
|
|
||||||
del "$InstallDir$\distribution\extensions\tbtestpilot@labs.mozilla.com.xpi"
|
del "$InstallDir$\distribution\extensions\tbtestpilot@labs.mozilla.com.xpi"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
933d1dfaafecf9be772f83a859f9acb86b736f4b /home/mario/.opsi-dist-cache/mozilla.thunderbird-24.2.0/X86/en-US@dictionaries.addons.mozilla.org.xpi
|
933d1dfaafecf9be772f83a859f9acb86b736f4b /home/opsiproducts/.opsi-dist-cache/mozilla.thunderbird-24.2.0/X86/en-US@dictionaries.addons.mozilla.org.xpi
|
||||||
|
Loading…
Reference in New Issue
Block a user