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.cpp751 LPTSTR sMsiPath = NULL; in GetPathToMSI() local
803 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() local
824 if ( !sMsiPath ) in LaunchInstaller()
834 Log( TEXT( " Will install using <%s>\r\n" ), sMsiPath ); in LaunchInstaller()
[all …]

Completed in 15 milliseconds