Home
last modified time | relevance | path

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

/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp115 const TCHAR sMsiDll[] = TEXT( "\\msi.dll" ); variable
729 int nLength = lstrlen( sMsiDll ) + dwMsiFolderSize + 1; // use StringCchLength ? in LoadMsiLibrary()
733 SUCCEEDED( StringCchCat( pMsiLocation, nLength, sMsiDll ) ) ) in LoadMsiLibrary()
742 hMsi = LoadLibrary( sMsiDll ); in LoadMsiLibrary()

Completed in 34 milliseconds