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 Daoo_msi.cxx76 static const TCHAR sMsiDll[] = TEXT( "\\msi.dll" ); in aoo_msi_load() local
83 … int nLength = lstrlen( sMsiDll ) + lstrlen( sInstallerLocation ) + 1; // use StringCchLength ? in aoo_msi_load()
87 SUCCEEDED( StringCchCat( pMsiLocation, nLength, sMsiDll ) ) ) in aoo_msi_load()