Commented out the Install builder related code

This commit is contained in:
racham%netscape.com 1999-02-04 00:01:38 +00:00
parent 0abc9fdeb8
commit cad9b79f0f

View File

@ -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;
} }