Home
last modified time | relevance | path

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

/AOO41X/main/desktop/win32/source/setup/
H A Dsetup.cpp115 const TCHAR sMsiExe[] = TEXT( "\\msiexec.exe" ); variable
748 int nLength = lstrlen( sMsiExe ) + lstrlen( sMsiFolder ) + 1; in GetPathToMSI()
752 FAILED( StringCchCat( sMsiPath, nLength, sMsiExe ) ) ) in GetPathToMSI()