Home
last modified time | relevance | path

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

/aoo4110/main/setup_native/source/win32/customactions/regactivex/
H A Dregactivex.cxx168 wchar_t* pProgPath = NULL; in GetActiveXControlPath() local
169 if ( GetMsiProp( hMSI, L"INSTALLLOCATION", &pProgPath ) && pProgPath ) in GetActiveXControlPath()
171 char* pCharProgPath = UnicodeToAnsiString( pProgPath ); in GetActiveXControlPath()
173 MessageBox(NULL, pProgPath, L"Basis Installation Path", MB_OK | MB_ICONINFORMATION); in GetActiveXControlPath()
190 free( pProgPath ); in GetActiveXControlPath()

Completed in 20 milliseconds