Home
last modified time | relevance | path

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

/AOO41X/main/desktop/win32/source/setup/
H A Dsetup.cpp720 LPTSTR sMsiPath = NULL; in GetPathToMSI() local
749 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() local
770 if ( !sMsiPath ) in LaunchInstaller()
[all …]