mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
Bug 1323325 - Find the correct updates directory to remove in 64-bit installers; r=rstrong
MozReview-Commit-ID: 14fPGOOYPRE --HG-- extra : rebase_source : 2f10be108827a704b71e7d66b186d4ed7ff8adb1
This commit is contained in:
parent
8869241ac0
commit
e7f07a6850
@ -3261,7 +3261,11 @@
|
||||
${${_MOZFUNC_UN}GetLongPath} "$INSTDIR" $R6
|
||||
StrLen $R4 "$R6"
|
||||
|
||||
!ifdef HAVE_64BIT_BUILD
|
||||
${${_MOZFUNC_UN}GetLongPath} "$PROGRAMFILES64" $R5
|
||||
!else
|
||||
${${_MOZFUNC_UN}GetLongPath} "$PROGRAMFILES" $R5
|
||||
!endif
|
||||
StrLen $R3 "$R5"
|
||||
|
||||
${If} $R7 != "" ; _OLD_REL_PATH was passed
|
||||
@ -7803,4 +7807,3 @@
|
||||
Pop $1
|
||||
Exch $0 ; return elapsed seconds
|
||||
!macroend
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user