Home
last modified time | relevance | path

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

/AOO42X/main/desktop/win32/source/setup/
H A Dsetup.cpp728 TCHAR *pMsiLocation = new TCHAR[ nLength ]; in LoadMsiLibrary() local
730 if ( SUCCEEDED( StringCchCopy( pMsiLocation, nLength, sMsiFolder ) ) && in LoadMsiLibrary()
731 SUCCEEDED( StringCchCat( pMsiLocation, nLength, sMsiDll ) ) ) in LoadMsiLibrary()
733 hMsi = LoadLibrary( pMsiLocation ); in LoadMsiLibrary()