Bump to new relase

This commit is contained in:
Mario Fetka
2014-09-23 14:43:52 +02:00
parent 2275d69bd4
commit 53c609f5cb
14 changed files with 18 additions and 17 deletions

View File

@@ -16,8 +16,9 @@ lockPref("toolkit.telemetry.enabled", false);
lockPref("toolkit.telemetry.rejected", true);
lockPref("toolkit.telemetry.prompted", 2);
// Disables Health Report Uploads
lockPref("datareporting.healthreport.uploadEnabled",false);
// Disables Health Reporting Completely
lockPrefPref("datareporting.healthreport.service.enabled", false);
// lockPrefPref("datareporting.healthreport.service.enabled", false);
// Disables Health Report Uploads
lockPref("datareporting.healthreport.uploadEnabled", false);
lockPref("datareporting.healthreport.documentServerURI", "");

View File

@@ -128,7 +128,7 @@ REG ADD HKLM\SOFTWARE\Mozilla\MaintenanceService /v Attempted /t REG_DWORD /d 1
; copy the ini file to the InstallDir
copy "$IniCfgFile$" "$InstallDir$"
copy "%ScriptPath%\*.cfg" "$InstallDir$"
;copy "%ScriptPath%\local-settings.js" "$InstallDir$\defaults\pref"
copy "%ScriptPath%\local-settings.js" "$InstallDir$\defaults\pref"
copy "%ScriptPath%\override.ini" "$InstallDir$\browser"
copy -s "%ScriptPath%\X86\Addons\bundles\*.*" "$InstallDir$\distribution\bundles"
copy -s "%ScriptPath%\X86\Addons\extensions\*.*" "$InstallDir$\extensions"