Fix for bug 141625: Need to better handle/check/clean output directory for

existing config files (r=mitchf)


git-svn-id: svn://10.0.0.236/trunk@122992 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shrutiv%netscape.com 2002-06-10 18:14:59 +00:00
parent bcef031062
commit 2283486834

View File

@ -2254,6 +2254,9 @@ int StartIB(/*CString parms, WIDGET *curWidget*/)
// AfxMessageBox("set breakpoint",MB_OK);
// delete contents of output directory before creating customized installer
EraseDirectory(outputPath);
if (SearchPath(workspacePath, "NSCPXPI", NULL, 0, NULL, NULL))
nscpxpiPath = workspacePath + "\\NSCPXPI";
else