r=pedemont, sr=blizzard (platform specific) OS/2 only - Installer isn't closing some version of mozturbo git-svn-id: svn://10.0.0.236/trunk@155405 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user