diff --git a/cck/ib/ib.cpp b/cck/ib/ib.cpp index 43be1ba5601b..590243fd7dfe 100644 --- a/cck/ib/ib.cpp +++ b/cck/ib/ib.cpp @@ -14,7 +14,7 @@ int StartIB(CString parms) CString destPath = root + "\\Configs\\" + config + "\\Output"; // Copy default installer files into config - CopyDir(fromPath, destPath); + CopyDir(fromPath, destPath,"NULL"); // Update config.ini with new content CString inst_text1 = GetGlobal("InstallerScreenText1");