Disable Mozilla update

This commit is contained in:
Mario Fetka 2013-04-02 19:07:50 +02:00
parent 0713612f48
commit 826364ae7b
3 changed files with 5 additions and 4 deletions

View File

@ -39,6 +39,7 @@ comment "Delete program shortcuts"
LinkFolder_uninstall
[Winbatch_uninstall_old]
"%ProgramFiles32Dir%\Mozilla Maintenance Service\Uninstall.exe” /S /v”qn”
"$UninstallProgramOld$" -ms
[Winbatch_uninstall]

2
CLIENT_DATA/mozilla.cfg Normal file
View File

@ -0,0 +1,2 @@
lockPref("app.update.auto", false);
lockPref("app.update.enabled", false);

View File

@ -76,15 +76,13 @@ else
endif
[Winbatch_install]
REG ADD HKLM\SOFTWARE\Mozilla\MaintenanceService /v Attempted /t REG_DWORD /d 1 /f
"$InstallExe$" -ms
[Files_install]
; copy the ini file to the InstallDir
copy "$IniCfgFile$" "$InstallDir$"
; Example of recursively copying some files into the installation directory:
;
; copy -s "%ScriptPath%\files\*.*" "$InstallDir$"
copy -s "%ScriptPath%\*.cfg" "$InstallDir$"
[Registry_install]
; Example of setting some values of an registry key: