Searched refs:pProgPath (Results 1 – 1 of 1) sorted by relevance
168 wchar_t* pProgPath = NULL; in GetActiveXControlPath() local169 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 15 milliseconds