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:
Matt Howell 2016-12-13 16:21:46 -08:00
parent 8869241ac0
commit e7f07a6850

View File

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