Bug 423997 - App name missing from default program description. r=sspitzer, approval1.9b5=beltzner
This commit is contained in:
Родитель
cf6653567d
Коммит
0f18e5c1d7
|
@ -104,6 +104,7 @@ VIAddVersionKey "FileDescription" "${BrandShortName} Helper"
|
|||
!insertmacro RegCleanAppHandler
|
||||
!insertmacro RegCleanMain
|
||||
!insertmacro RegCleanUninstall
|
||||
!insertmacro SetBrandNameVars
|
||||
!insertmacro UnloadUAC
|
||||
!insertmacro WriteRegDWORD2
|
||||
!insertmacro WriteRegStr2
|
||||
|
|
|
@ -4441,6 +4441,10 @@
|
|||
!define UninstallOnInitCommon "!insertmacro UninstallOnInitCommonCall"
|
||||
|
||||
Function UninstallOnInitCommon
|
||||
; Prevents breaking Thunderbird
|
||||
!ifdef SetBrandNameVars
|
||||
${SetBrandNameVars} "$EXEDIR\distribution\setup.ini"
|
||||
!endif
|
||||
|
||||
; Prevent launching the application when a reboot is required and this
|
||||
; executable is the main application executable
|
||||
|
@ -4454,6 +4458,11 @@
|
|||
IfFileExists "$INSTDIR\${FileMainEXE}" +2 +1
|
||||
Quit ; Nothing initialized so no need to call OnEndCommon
|
||||
|
||||
; Prevents breaking Thunderbird
|
||||
!ifdef SetBrandNameVars
|
||||
${SetBrandNameVars} "$INSTDIR\distribution\setup.ini"
|
||||
!endif
|
||||
|
||||
; Prevent all operations (e.g. set as default, postupdate, etc.) when a
|
||||
; reboot is required and the executable launched is helper.exe
|
||||
IfFileExists "$INSTDIR\${FileMainEXE}.moz-upgrade" +1 +4
|
||||
|
|
Загрузка…
Ссылка в новой задаче