зеркало из https://github.com/mozilla/gecko-dev.git
disable the installer's upgrade panel for now.
This commit is contained in:
Родитель
b600a69513
Коммит
7f0a366ea8
|
@ -279,7 +279,7 @@ Sub Title=Where $ProductName$ will be installed.
|
|||
Message0=$ProductName$ will be installed into the following folder:
|
||||
|
||||
[Dialog Upgrade]
|
||||
Show Dialog=TRUE
|
||||
Show Dialog=FALSE
|
||||
Show In Easy Install=FALSE
|
||||
;*** LOCALIZE ME BABY ***
|
||||
Title=Upgrade
|
||||
|
|
|
@ -580,7 +580,8 @@ void CheckForUpgrade(HWND aPanel, int aNextPanel)
|
|||
// "Easy Install" mode. If that flag is set to FALSE, the Upgrade
|
||||
// panel is shown only in the "Custom"/"Advanced" pass.
|
||||
if (sgProduct.checkCleanupOnUpgrade &&
|
||||
!(dwSetupType == ST_RADIO0 && !diUpgrade.bShowInEasyInstall)) {
|
||||
!(dwSetupType == ST_RADIO0 && !diUpgrade.bShowInEasyInstall) &&
|
||||
!(dwSetupType == ST_RADIO1 && !diUpgrade.bShowDialog)) {
|
||||
|
||||
// Found destination folder. check to see if we're upgrading ontop
|
||||
// of a previous installation. If so, we need to prompt the user
|
||||
|
|
Загрузка…
Ссылка в новой задаче