Auto updates and maintenance service disabled
This commit is contained in:
parent
e118006de2
commit
07c3651e26
2
CLIENT_DATA/local-settings.js
Normal file
2
CLIENT_DATA/local-settings.js
Normal 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");
|
@ -78,11 +78,13 @@ endif
|
|||||||
[Winbatch_install]
|
[Winbatch_install]
|
||||||
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
|
||||||
|
|
||||||
[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 -s "%ScriptPath%\*.cfg" "$InstallDir$"
|
copy "%ScriptPath%\*.cfg" "$InstallDir$"
|
||||||
|
copy "%ScriptPath%\local-settings.js" "$InstallDir$\defaults\pref"
|
||||||
|
|
||||||
[Registry_install]
|
[Registry_install]
|
||||||
; Example of setting some values of an registry key:
|
; Example of setting some values of an registry key:
|
||||||
|
Loading…
Reference in New Issue
Block a user