Home
last modified time | relevance | path

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

/trunk/main/setup_native/source/win32/stwrapper/
H A Dstwrapper.cxx222 static PathResult RetrieveExecutablePath( LPTSTR szExecutablePath ) in RetrieveExecutablePath() argument
232 _tcscpy( szExecutablePath, szProgramFilesFolder ); in RetrieveExecutablePath()
234 _tcscat( szExecutablePath, TEXT( "\\" )); in RetrieveExecutablePath()
235 _tcscat( szExecutablePath, TEXT( "Sun\\servicetag\\" )); in RetrieveExecutablePath()
236 _tcscat( szExecutablePath, g_szSTExecutable ); in RetrieveExecutablePath()
237 eRet = FileExists( szExecutablePath ) ? PATHRESULT_OK : PATHRESULT_EXE_NOT_FOUND; in RetrieveExecutablePath()

Completed in 22 milliseconds