зеркало из https://github.com/mozilla/gecko-dev.git
r=pedemont, sr=blizzard (platform specific) OS/2 only - Installer isn't closing some version of mozturbo
This commit is contained in:
Родитель
c177c2d634
Коммит
5607412968
|
@ -162,7 +162,7 @@ int main(int argc, char *argv[]) {
|
|||
}
|
||||
|
||||
if (do_unload) {
|
||||
HEV hev;
|
||||
HEV hev = NULLHANDLE;
|
||||
if (DosOpenEventSem(SEMNAME, &hev) == NO_ERROR) {
|
||||
if (DosPostEventSem(hev) == NO_ERROR) {
|
||||
if (DosCloseEventSem(hev) == NO_ERROR) {
|
||||
|
|
|
@ -350,6 +350,8 @@ Extra Cmd0 Parameter=-kill
|
|||
[Check Instance1]
|
||||
Process Name=mozturbo.exe
|
||||
Extra Cmd0 Parameter=-u
|
||||
;*** LOCALIZE ME BABY ***
|
||||
Message=Unable to close mozturbo.exe. Please press OK to try again. If this problem persists, press the Cancel button and close mozturbo.exe manually. To do this, go to the directory where $ProductName$ is installed and type 'mozturbo -u'.
|
||||
|
||||
[Component XPCOM]
|
||||
Description Short=Mozilla XPCOM
|
||||
|
|
Загрузка…
Ссылка в новой задаче