Searched refs:prodname (Results 1 – 2 of 2) sorted by relevance
91 std::wstring prodname; in GetProductName() local92 GetMsiProp(handle, TEXT("ProductName"), prodname); in GetProductName()93 return prodname; in GetProductName()
158 std::wstring prodname; in ShowSurveyAfter() local160 GetMsiProp( handle, TEXT("ProductName"), prodname ); in ShowSurveyAfter()161 std::wstring::size_type nIndex = prodname.find( TEXT( "OpenOffice" ) ); in ShowSurveyAfter()
Completed in 27 milliseconds