зеркало из https://github.com/mozilla/gecko-dev.git
fix for bug #368661: on running the installer, remove the updates directory, updates.xml and active-update.xml files. otherwise, we could have a pave over install that then applies a pending update. additonally, after a pave over install the update history needs to be reset.
r=mscott, rstrong
This commit is contained in:
Родитель
78211623bd
Коммит
422835a6fd
|
@ -286,6 +286,10 @@ Section "-Application" Section1
|
||||||
${DeleteFile} "$INSTDIR\install_wizard.log"
|
${DeleteFile} "$INSTDIR\install_wizard.log"
|
||||||
${DeleteFile} "$INSTDIR\install_status.log"
|
${DeleteFile} "$INSTDIR\install_status.log"
|
||||||
|
|
||||||
|
RmDir /r "$INSTDIR\updates"
|
||||||
|
${DeleteFile} "$INSTDIR\updates.xml"
|
||||||
|
${DeleteFile} "$INSTDIR\active-update.xml"
|
||||||
|
|
||||||
SetDetailsPrint textonly
|
SetDetailsPrint textonly
|
||||||
DetailPrint $(STATUS_INSTALL_APP)
|
DetailPrint $(STATUS_INSTALL_APP)
|
||||||
SetDetailsPrint none
|
SetDetailsPrint none
|
||||||
|
|
Загрузка…
Ссылка в новой задаче