Searched refs:sMsiPath (Results 1 – 1 of 1) sorted by relevance
720 LPTSTR sMsiPath = NULL; in GetPathToMSI() local749 sMsiPath = new TCHAR[ nLength ]; in GetPathToMSI()751 if ( FAILED( StringCchCopy( sMsiPath, nLength, sMsiFolder ) ) || in GetPathToMSI()752 FAILED( StringCchCat( sMsiPath, nLength, sMsiExe ) ) ) in GetPathToMSI()754 delete [] sMsiPath; in GetPathToMSI()755 sMsiPath = NULL; in GetPathToMSI()759 if ( ! sMsiPath ) in GetPathToMSI()762 return sMsiPath; in GetPathToMSI()768 LPCTSTR sMsiPath = GetPathToMSI(); in LaunchInstaller() local770 if ( !sMsiPath ) in LaunchInstaller()[all …]