Auto updates and maintenance service disabled

This commit is contained in:
Peter Singer 2013-04-08 16:52:00 +02:00
parent e118006de2
commit 07c3651e26
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,2 @@
pref("general.config.obscure_value", 0); // only needed if you do not want to obscure the content with ROT-13
pref("general.config.filename", "mozilla.cfg");

View File

@ -78,11 +78,13 @@ endif
[Winbatch_install]
REG ADD HKLM\SOFTWARE\Mozilla\MaintenanceService /v Attempted /t REG_DWORD /d 1 /f
"$InstallExe$" -ms
"%ProgramFiles32Dir%\Mozilla Maintenance Service\uninstall.exe" /S
[Files_install]
; copy the ini file to the InstallDir
copy "$IniCfgFile$" "$InstallDir$"
copy -s "%ScriptPath%\*.cfg" "$InstallDir$"
copy "%ScriptPath%\*.cfg" "$InstallDir$"
copy "%ScriptPath%\local-settings.js" "$InstallDir$\defaults\pref"
[Registry_install]
; Example of setting some values of an registry key: