add german langugae pack from firefox

This commit is contained in:
Mario Fetka
2013-05-06 14:41:27 +02:00
parent 40a20f426b
commit 3a262083ea
6 changed files with 47 additions and 0 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");

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

@@ -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:
;