When I call NS_InitEmbedding there is a "Mozilla" empty subdirectory created at "C:\Documents and Settings\<user>\Application Data \Mozilla". The call stacks look like the following:
nsembedapi.cpp Line 105 "rv = NS_InitXPCOM3(...);" nsxpcomstub.cpp Line 132 "NS_InitXPCOM3_P(...);" nsxpcominit.cpp Line 716 "nsIInterfaceInfoManager* iim = XPTI_GetInterfaceInfoManager();" xptiinterfaceinfomanager.cpp Line 2116 "xptiInterfaceInfoManager::GetInterfaceInfoManagerNoAddRef();" xptiinterfaceinfomanager.cpp Line 64 "BuildFileSearchPath(getter_AddRefs(searchPath));" xptiinterfaceinfomanager.cpp Line 273 "(void)AppendFromDirServiceList(NS_APP_PLUGINS_DIR_LIST, searchPath);" xptiinterfaceinfomanager.cpp Line 214 "while(NS_SUCCEEDED(fileList- >HasMoreElements(&more)) && more)" ... on second loop ... nsappfilelocationprovider.cpp Line 588 "nsAppDirectoryEnumerator::HasMoreElements(result);" nsappfilelocationprovider.cpp Line 497 "(void)mProvider- >GetFile(*mCurrentKey++, &dontCare, getter_AddRefs(testFile));" nsappfilelocationprovider.cpp Line 263 "rv = GetProductDirectory(getter_AddRefs(localFile));" nsappfilelocationprovider.cpp Line 425 "rv = localDir- >Create(nsIFile::DIRECTORY_TYPE, 0700);" nslocalfilewin.cpp Line 1094 "if (! nsWinAPIs::mCreateDirectory(mResolvedPath.get(), NULL))" Is there a way to make it not create the "Mozilla" subdirectory? Thanks. Tom _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
