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) {
|
||||
isCDLayoutCreated = FALSE;
|
||||
|
||||
/**
|
||||
VERIFY(hModule = ::LoadLibrary("IBEngine.dll"));
|
||||
VERIFY(
|
||||
pMyDllPath =
|
||||
@ -190,7 +191,8 @@ LRESULT CWizardUI::OnWizardNext()
|
||||
(HMODULE) hModule, "BuildInstallers")
|
||||
);
|
||||
(*pMyFunction)();
|
||||
|
||||
**/
|
||||
MessageBox("CD Image would be created", "OK", MB_OK);
|
||||
isBuildInstaller = FALSE;
|
||||
}
|
||||
|
||||
@ -671,6 +673,7 @@ BOOL CWizardUI::OnCommand(WPARAM wParam, LPARAM lParam)
|
||||
}
|
||||
else
|
||||
{
|
||||
/**
|
||||
CProgressDialog progressDlg(this);
|
||||
progressDlg.Create(IDD_PROGRESS_DLG);
|
||||
CProgressDialog *pProgressDlg = &progressDlg;
|
||||
@ -716,6 +719,7 @@ BOOL CWizardUI::OnCommand(WPARAM wParam, LPARAM lParam)
|
||||
|
||||
MessageBox("CD Directory created", "OK", MB_OK);
|
||||
}
|
||||
**/
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user