mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Commented out the Install builder related code
This commit is contained in:
parent
0abc9fdeb8
commit
cad9b79f0f
@ -174,6 +174,7 @@ LRESULT CWizardUI::OnWizardNext()
|
|||||||
if (isBuildInstaller) {
|
if (isBuildInstaller) {
|
||||||
isCDLayoutCreated = FALSE;
|
isCDLayoutCreated = FALSE;
|
||||||
|
|
||||||
|
/**
|
||||||
VERIFY(hModule = ::LoadLibrary("IBEngine.dll"));
|
VERIFY(hModule = ::LoadLibrary("IBEngine.dll"));
|
||||||
VERIFY(
|
VERIFY(
|
||||||
pMyDllPath =
|
pMyDllPath =
|
||||||
@ -190,7 +191,8 @@ LRESULT CWizardUI::OnWizardNext()
|
|||||||
(HMODULE) hModule, "BuildInstallers")
|
(HMODULE) hModule, "BuildInstallers")
|
||||||
);
|
);
|
||||||
(*pMyFunction)();
|
(*pMyFunction)();
|
||||||
|
**/
|
||||||
|
MessageBox("CD Image would be created", "OK", MB_OK);
|
||||||
isBuildInstaller = FALSE;
|
isBuildInstaller = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -671,6 +673,7 @@ BOOL CWizardUI::OnCommand(WPARAM wParam, LPARAM lParam)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
CProgressDialog progressDlg(this);
|
CProgressDialog progressDlg(this);
|
||||||
progressDlg.Create(IDD_PROGRESS_DLG);
|
progressDlg.Create(IDD_PROGRESS_DLG);
|
||||||
CProgressDialog *pProgressDlg = &progressDlg;
|
CProgressDialog *pProgressDlg = &progressDlg;
|
||||||
@ -716,6 +719,7 @@ BOOL CWizardUI::OnCommand(WPARAM wParam, LPARAM lParam)
|
|||||||
|
|
||||||
MessageBox("CD Directory created", "OK", MB_OK);
|
MessageBox("CD Directory created", "OK", MB_OK);
|
||||||
}
|
}
|
||||||
|
**/
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user