User Tools

Site Tools


userspace:thunderbird

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
userspace:thunderbird [2012/01/31 09:12] Thomas_Huserspace:thunderbird [2021/08/23 10:37] (current) – external edit 127.0.0.1
Line 86: Line 86:
     set $THUNDERBIRDVER$ = "Thunderbird Setup 9.0.1.exe"     set $THUNDERBIRDVER$ = "Thunderbird Setup 9.0.1.exe"
     set $SilentSwitch$ = "-ms"     set $SilentSwitch$ = "-ms"
 +    
 +; If you need a multilanguage install package, you can remove ";" character below lines. 
 +; When you make the package, you need to add language properties and language values.
 +;
 +; set $THUNDERBIRDLANG$ = GetProductProperty("language","en")
 +; if ($THUNDERBIRDLANG$ = "hu")
 +; set $THUNDERBIRDVER$ = "Thunderbird Setup 24.5.0_de.exe"
 +; endif
 +; if ($THUNDERBIRDLANG$ = "en")
 +; set $THUNDERBIRDVER$ = "Thunderbird Setup 24.5.0_en.exe"
 +; endif
 +; if ($THUNDERBIRDLANG$ = "jp")
 +; set $THUNDERBIRDVER$ = "Thunderbird Setup 24.5.0_jp.exe"
 +; endif
 +
 ;---------------------------------------------------------------------- ;----------------------------------------------------------------------
  
userspace/thunderbird.1327997575.txt.gz · Last modified: (external edit)