Home
last modified time | relevance | path

Searched refs:OutputDebugStringFormat (Results 1 – 19 of 19) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx174 OutputDebugStringFormat( buff ); in GetMsiProp()
228 OutputDebugStringFormat( szSelect ); in QueryReg64Table()
359 OutputDebugStringFormat(L"Root:" ); in DoRegEntries()
396 OutputDebugStringFormat(L"Key:"); in DoRegEntries()
397 OutputDebugStringFormat( szKey ); in DoRegEntries()
398 OutputDebugStringFormat(L"Name:"); in DoRegEntries()
399 OutputDebugStringFormat( szName ); in DoRegEntries()
400 OutputDebugStringFormat(L"Value:"); in DoRegEntries()
401 OutputDebugStringFormat( szValue); in DoRegEntries()
402 OutputDebugStringFormat(L"Component:"); in DoRegEntries()
[all …]
/trunk/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx78 inline void OutputDebugStringFormat( LPCSTR pFormat, ... ) in OutputDebugStringFormat() function
88 static inline void OutputDebugStringFormat( LPCSTR, ... ) in OutputDebugStringFormat() function
153 OutputDebugStringFormat( " No OpenWithList found!\n" ); in CheckExtensionInRegistry()
301 OutputDebugStringFormat( "Set MSI property %s.\n", sPropName ); in registerForExtension()
304 OutputDebugStringFormat( "Unset MSI property %s.\n", sPropName ); in registerForExtension()
355 OutputDebugStringFormat( "LookForRegisteredExtensions: " ); in LookForRegisteredExtensions()
438 OutputDebugStringFormat( "RegisterSomeExtensions: " ); in RegisterSomeExtensions()
488 OutputDebugStringFormat( "FindRegisteredExtensions:" ); in FindRegisteredExtensions()
498 OutputDebugStringFormat( "FindRegisteredExtensions: Force all on" ); in FindRegisteredExtensions()
500 OutputDebugStringFormat( "FindRegisteredExtensions: " ); in FindRegisteredExtensions()
[all …]
/trunk/main/shell/source/win32/shlxthandler/prophdl/
H A Dpropertyhdl.cxx76 OutputDebugStringFormat( "CPropertyHdl: CTOR\n" ); in CPropertyHdl()
103 OutputDebugStringFormat( "CPropertyHdl: QueryInterface (IID_IPropertyStore)\n" ); in QueryInterface()
111 OutputDebugStringFormat( "CPropertyHdl: QueryInterface (IID_IPropertyStoreCapabilities)\n" ); in QueryInterface()
119 OutputDebugStringFormat( "CPropertyHdl: QueryInterface (IID_IInitializeWithStream)\n" ); in QueryInterface()
125 OutputDebugStringFormat( "CPropertyHdl: QueryInterface (something different)\n" ); in QueryInterface()
226 OutputDebugStringFormat( "CPropertyHdl::Initialize: PSCreateMemoryPropertyStore failed" ); in Initialize()
241 OutputDebugStringFormat( "CPropertyHdl::Initialize: Caught exception [%s]", e.what() ); in Initialize()
257 OutputDebugStringFormat( "CPropertyHdl: LoadProperties\n" ); in LoadProperties()
426 OutputDebugStringFormat( "DllGetClassObject.\n" ); in DllGetClassObject()
446 OutputDebugStringFormat( "DllCanUnloadNow.\n" ); in DllCanUnloadNow()
[all …]
/trunk/main/setup_native/source/win32/customactions/tools/
H A Dcheckversion.cxx63 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
73 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
87 OutputDebugStringFormat( TEXT("DEBUG: NEWPRODUCTS found [%s]"), pVal ); in CheckVersions()
95 OutputDebugStringFormat( TEXT("DEBUG: SAMEPRODUCTS found [%s]"), pVal ); in CheckVersions()
103 OutputDebugStringFormat( TEXT("DEBUG: OLDPRODUCTS found [%s]"), pVal ); in CheckVersions()
111 OutputDebugStringFormat( TEXT("DEBUG: BETAPRODUCTS found [%s]"), pVal ); in CheckVersions()
120 OutputDebugStringFormat( TEXT("DEBUG: NEWPRODUCTSPATCH found [%s]"), pVal ); in CheckVersions()
128 OutputDebugStringFormat( TEXT("DEBUG: SAMEPRODUCTSPATCH found [%s]"), pVal ); in CheckVersions()
136 OutputDebugStringFormat( TEXT("DEBUG: OLDPRODUCTSPATCH found [%s]"), pVal ); in CheckVersions()
H A Dseterror.cxx43 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
53 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
73 OutputDebugStringFormat( TEXT("Could not open map file (%d).\n"), GetLastError() ); in SetMsiErrorCode()
88 OutputDebugStringFormat( TEXT("Could not map view of file (%d).\n"), GetLastError() ); in SetMsiErrorCode()
/trunk/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx50 static void OutputDebugStringFormat( LPCSTR pFormat, ... ) in OutputDebugStringFormat() function
60 static void OutputDebugStringFormat( LPCSTR, ... ) in OutputDebugStringFormat() function
119 OutputDebugStringFormat( "Rebasing library %s failed", mystr.c_str() ); in rebaseImage()
141 OutputDebugStringFormat( "Rebase library: %s", sFileName.c_str() ); in rebaseImagesInFolder()
147 OutputDebugStringFormat( "Exclude library %s from rebase", sFileName.c_str() ); in rebaseImagesInFolder()
183 OutputDebugStringFormat( "Server system detected. No rebase necessary!" ); in IsServerSystem()
188 OutputDebugStringFormat( "Client system detected. Rebase necessary!" ); in IsServerSystem()
217OutputDebugStringFormat( "Insert library %s into exclude from rebase list", sExcludedLibName.c_str… in InitExcludeFromRebaseList()
227 OutputDebugStringFormat( "RebaseLibrariesOnProperties has been called" ); in RebaseLibrariesOnProperties()
231 OutputDebugStringFormat( "Don't optimize libraries set. No rebase necessary!" ); in RebaseLibrariesOnProperties()
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx57 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
67 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
301OutputDebugStringFormat( TEXT("%s <-> %s: %s"), sFileName1.c_str(), sFileName2.c_str(), fSuccess ?… in SwapFiles()
318 OutputDebugStringFormat( TEXT("Error Code %d: %s"), dwError, lpMsgBuf ); in SwapFiles()
322 OutputDebugStringFormat( TEXT("Error Code %d: Unknown"), dwError ); in SwapFiles()
453 OutputDebugStringFormat( TEXT("*** Retrieving Section Names ****") ); in getProfileSections()
474 OutputDebugStringFormat( TEXT("Section: %s"), section.c_str() ); in getProfileSections()
482 OutputDebugStringFormat( TEXT("*** Done Section Names ***") ); in getProfileSections()
492 OutputDebugStringFormat( TEXT("*** Retrieving Key Names for [%s] ***"), aSectionName.c_str() ); in getProfileKeys()
525 OutputDebugStringFormat( keyname.c_str() ); in getProfileKeys()
[all …]
/trunk/main/setup_native/source/win32/customactions/relnotes/
H A Drelnotes.cxx43 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
53 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
91OutputDebugStringFormat( TEXT("DEBUG: ShowReleaseNotes: Could not copy path [%s]"), pFilePath ); in ShowReleaseNotes()
97OutputDebugStringFormat( TEXT("DEBUG: ShowReleaseNotes: Could not append filename [%s]"), pFileNam… in ShowReleaseNotes()
106 OutputDebugStringFormat( TEXT("DEBUG: ShowReleaseNotes: Found file [%s]"), sFullPath ); in ShowReleaseNotes()
123 OutputDebugStringFormat( TEXT("DEBUG: ShowReleaseNotes: File not found [%s]"), sFullPath ); in ShowReleaseNotes()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcheckpatches.cxx55 inline void OutputDebugStringFormat( LPCSTR pFormat, ... ) in OutputDebugStringFormat() function
65 static inline void OutputDebugStringFormat( LPCSTR, ... ) in OutputDebugStringFormat() function
98OutputDebugStringFormat( "CheckPatchList called with PATCH=%s and PRQ= %s\n", sPatchList.c_str(), … in CheckPatchList()
105 OutputDebugStringFormat( "Set Property IgnorePrerequiredPatch!\n" ); in CheckPatchList()
H A Dcheckrunningoffice.cxx57 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
67 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
271 OutputDebugStringFormat( TEXT("Error Code %d: %s"), dwError, lpMsgBuf ); in IsOfficeRunning()
275 OutputDebugStringFormat( TEXT("Error Code %d: Unknown"), dwError ); in IsOfficeRunning()
H A Dvistaspecial.cxx56 inline void OutputDebugStringFormat( LPCSTR pFormat, ... ) in OutputDebugStringFormat() function
66 static inline void OutputDebugStringFormat( LPCSTR, ... ) in OutputDebugStringFormat() function
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp96 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
106 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
239 OutputDebugStringFormat( TEXT("Could not map view of file (%d).\n"), GetLastError() ); in Initialize()
242OutputDebugStringFormat( TEXT("Could not create file mapping object (%d).\n"), GetLastError() ); in Initialize()
837 OutputDebugStringFormat( TEXT( " Will install using <%s>\r\n" ), sMsiPath ); in LaunchInstaller()
838 OutputDebugStringFormat( TEXT( " Parameters are: %s\r\n" ), pParam ); in LaunchInstaller()
1029 OutputDebugStringFormat( TEXT("Setup will return error (%d).\n"), nErr ); in GetError()
1404 OutputDebugStringFormat( pMessage, pText ); in Log()
1409 OutputDebugStringFormat( pMessage ); in Log()
1904 OutputDebugStringFormat( TEXT( "MsiQueryProductState returned <%d>\r\n" ), nRet ); in InstallRuntimes()
[all …]
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx42 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
52 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
167OutputDebugStringFormat( TEXT("QueryPreselect: No SubKey found for (%s), preselected!\n"), file_ex… in QueryPreselectForMsApplication()
181OutputDebugStringFormat( TEXT("QueryPreselect: (%s) registered to Office, preselected!\n"), file_e… in QueryPreselectForMsApplication()
186OutputDebugStringFormat( TEXT("QueryPreselect: (%s) registered but destination is empty, preselect… in QueryPreselectForMsApplication()
192OutputDebugStringFormat( TEXT("QueryPreselect: No default found for SubKey (%s), preselected!\n"),… in QueryPreselectForMsApplication()
/trunk/main/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx67 OutputDebugStringFormat("CPropertySheet::CTor [%d], [%d]", m_RefCnt, g_DllRefCnt ); in CPropertySheet()
77 OutputDebugStringFormat("CPropertySheet::DTor [%d], [%d]", m_RefCnt, g_DllRefCnt ); in ~CPropertySheet()
115 OutputDebugStringFormat("CPropertySheet::AddRef [%d]", m_RefCnt ); in AddRef()
125 OutputDebugStringFormat("CPropertySheet::Release [%d]", m_RefCnt ); in Release()
/trunk/main/shell/source/win32/shlxthandler/
H A Dshlxthdl.cxx395 OutputDebugStringFormat( "DllGetClassObject: Create CLSID_INFOTIP_HANDLER\n" ); in DllGetClassObject()
397 OutputDebugStringFormat( "DllGetClassObject: Create CLSID_COLUMN_HANDLER\n" ); in DllGetClassObject()
399 OutputDebugStringFormat( "DllGetClassObject: Create CLSID_PROPERTYSHEET_HANDLER\n" ); in DllGetClassObject()
401 OutputDebugStringFormat( "DllGetClassObject: Create CLSID_THUMBVIEWER_HANDLER\n" ); in DllGetClassObject()
/trunk/main/shell/inc/internal/
H A Dutilities.hxx101 inline void OutputDebugStringFormat( LPCSTR pFormat, ... ) in OutputDebugStringFormat() function
113 static inline void OutputDebugStringFormat( LPCSTR, ... ) in OutputDebugStringFormat() function
/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Dcheckrunningofficelanguagepack.cxx57 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
67 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
/trunk/main/shell/source/win32/shlxthandler/util/
H A Dutilities.cxx82 OutputDebugStringFormat( "GetResString: read %d chars\n", rc ); in GetResString()
/trunk/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx468 OutputDebugStringFormat( "CThumbviewer Extract ERROR!\n" ); in Extract()

Completed in 86 milliseconds