mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
Fix for bug 141625: Need to better handle/check/clean output directory for
existing config files (r=mitchf)
This commit is contained in:
parent
34b8dfc4fe
commit
4219b103c7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user