Home
last modified time | relevance | path

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

/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dmsihelper.cxx91 std::wstring prodname; in GetProductName() local
92 GetMsiProp(handle, TEXT("ProductName"), prodname); in GetProductName()
93 return prodname; in GetProductName()
/trunk/main/setup_native/source/win32/customactions/relnotes/
H A Drelnotes.cxx158 std::wstring prodname; in ShowSurveyAfter() local
160 GetMsiProp( handle, TEXT("ProductName"), prodname ); in ShowSurveyAfter()
161 std::wstring::size_type nIndex = prodname.find( TEXT( "OpenOffice" ) ); in ShowSurveyAfter()

Completed in 23 milliseconds