Searched refs:sMsiPath (Results 1 – 1 of 1) sorted by relevance
751 LPTSTR sMsiPath = NULL; in GetPathToMSI() local803 sMsiPath = new TCHAR[ nLength ]; in GetPathToMSI()806 FAILED( StringCchCat( sMsiPath, nLength, sMsiExe ) ) ) in GetPathToMSI()808 delete [] sMsiPath; in GetPathToMSI()809 sMsiPath = NULL; in GetPathToMSI()813 if ( ! sMsiPath ) in GetPathToMSI()816 return sMsiPath; in GetPathToMSI()822 LPCTSTR sMsiPath = GetPathToMSI(); in LaunchInstaller() local824 if ( !sMsiPath ) in LaunchInstaller()834 Log( TEXT( " Will install using <%s>\r\n" ), sMsiPath ); in LaunchInstaller()[all …]
Completed in 17 milliseconds