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

existing config files (r=mitchf)
This commit is contained in:
shrutiv%netscape.com 2002-06-10 18:14:59 +00:00
Родитель f69f0444e5
Коммит 85a7a74e3f
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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