Searched refs:sMsiExe (Results 1 – 1 of 1) sorted by relevance
116 const TCHAR sMsiExe[] = TEXT( "\\msiexec.exe" ); variable802 int nLength = lstrlen( sMsiExe ) + lstrlen( sMsiFolder ) + 1; in GetPathToMSI()806 FAILED( StringCchCat( sMsiPath, nLength, sMsiExe ) ) ) in GetPathToMSI()
Completed in 21 milliseconds