Disable Mozilla update
This commit is contained in:
parent
0713612f48
commit
826364ae7b
@ -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
2
CLIENT_DATA/mozilla.cfg
Normal file
@ -0,0 +1,2 @@
|
||||
lockPref("app.update.auto", false);
|
||||
lockPref("app.update.enabled", false);
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user