switch to esr and add common addons

This commit is contained in:
Mario Fetka
2012-06-21 21:56:19 +02:00
parent efb5f45dfd
commit a641466bcd
11 changed files with 42 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ msiexec /x $MsiId$ /qb! REBOOT=ReallySuppress
[Files_uninstall]
; Example for recursively deleting the installation directory (don't forget the trailing backslash):
;
; delete -sf "$InstallDir$\"
delete -sf "$InstallDir$\"
[Registry_uninstall]
; Example of deleting a registry key:

View File

@@ -96,7 +96,7 @@ endif
[Files_install]
; Example of recursively copying some files into the installation directory:
;
; copy -s "%ScriptPath%\files\*.*" "$InstallDir$"
copy -s "%ScriptPath%\X86\*.xpi" "$InstallDir$\distribution\extensions"
[Registry_install]
; Example of setting some values of an registry key: