add german langugae pack from firefox
This commit is contained in:
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");
|
||||
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);
|
||||
@@ -88,6 +88,10 @@ msiexec /i "$RealInstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb ALL
|
||||
[Files_install]
|
||||
; copy the ini file to the InstallDir
|
||||
copy "$IniCfgFile$" "$InstallDir$"
|
||||
copy "%ScriptPath%\*.cfg" "$InstallDir$"
|
||||
copy "%ScriptPath%\local-settings.js" "$InstallDir$\defaults\pref"
|
||||
copy -s "%ScriptPath%\X86\Addons\bundles\*.*" "$InstallDir$\distribution\bundles"
|
||||
; copy -s "%ScriptPath%\X86\Addons\extensions\*.*" "$InstallDir$\extensions"
|
||||
|
||||
; Example of recursively copying some files into the installation directory:
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user