/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | registrationcontextinformation.cxx | 56 GetMsiProp(msihandle_, TEXT("STR_MS_WORD_DOCUMENT"), str); in GetWordDocumentDisplayName() 80 GetMsiProp(msihandle_, TEXT("STR_MS_WORD_TEMPLATE"), str); in GetWordTemplateDisplayName() 104 GetMsiProp(msihandle_, TEXT("STR_RTF_DOCUMENT"), str); in GetRtfDocumentDisplayName() 128 GetMsiProp(msihandle_, TEXT("STR_MS_EXCEL_WORKSHEET"), str); in GetExcelSheetDisplayName() 152 GetMsiProp(msihandle_, TEXT("STR_MS_EXCEL_TEMPLATE"), str); in GetExcelTemplateDisplayName() 176 GetMsiProp(msihandle_, TEXT("STR_MS_POWERPOINT_PRESENTATION"), str); in GetPowerPointDocumentDisplayName() 200 GetMsiProp(msihandle_, TEXT("STR_MS_POWERPOINT_TEMPLATE"), str); in GetPowerPointTemplateDisplayName() 224 GetMsiProp(msihandle_, TEXT("STR_MS_POWERPOINT_SHOW"), str); in GetPowerPointShowDisplayName() 253 GetMsiProp(msihandle_, TEXT("STR_NEW_DISPLAY_NAME"), str); in ShellNewCommandDisplayName() 272 GetMsiProp(msihandle_, TEXT("STR_EDIT"), str); in ShellEditCommandDisplayName() [all …]
|
H A D | msihelper.cxx | 27 bool GetMsiProp(MSIHANDLE handle, LPCTSTR name, /*out*/std::wstring& value) in GetMsiProp() function 57 GetMsiProp(handle, name, val); in IsSetMsiProp() 64 GetMsiProp(handle, name, val); in IsMsiPropNotEmpty() 76 GetMsiProp(handle, TEXT("INSTALLLOCATION"), progpath); in GetOfficeInstallationPath() 90 GetMsiProp(handle, TEXT("ProductName"), prodname); in GetProductName() 121 GetMsiProp(handle, TEXT("REMOVE"), rm); in IsCompleteDeinstallation()
|
H A D | msihelper.hxx | 52 bool GetMsiProp(MSIHANDLE handle, LPCTSTR name, /*out*/std::wstring& value);
|
/aoo41x/main/setup_native/source/win32/customactions/tools/ |
H A D | checkversion.cxx | 43 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp() function 85 if ( GetMsiProp( hMSI, L"NEWPRODUCTS", &pVal ) && pVal ) in CheckVersions() 93 if ( GetMsiProp( hMSI, L"SAMEPRODUCTS", &pVal ) && pVal ) in CheckVersions() 101 if ( GetMsiProp( hMSI, L"OLDPRODUCTS", &pVal ) && pVal ) in CheckVersions() 109 if ( GetMsiProp( hMSI, L"BETAPRODUCTS", &pVal ) && pVal ) in CheckVersions() 118 if ( GetMsiProp( hMSI, L"NEWPRODUCTSPATCH", &pVal ) && pVal ) in CheckVersions() 126 if ( GetMsiProp( hMSI, L"SAMEPRODUCTSPATCH", &pVal ) && pVal ) in CheckVersions() 134 if ( GetMsiProp( hMSI, L"OLDPRODUCTSPATCH", &pVal ) && pVal ) in CheckVersions()
|
/aoo41x/main/setup_native/source/win32/customactions/regactivex/ |
H A D | regactivex.cxx | 147 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp() function 169 if ( GetMsiProp( hMSI, L"INSTALLLOCATION", &pProgPath ) && pProgPath ) in GetActiveXControlPath() 310 if ( GetMsiProp( hMSI, L"ALLUSERS", &pVal ) && pVal ) in MakeInstallForAllUsers() 324 if ( GetMsiProp( hMSI, L"VersionNT64", &pVal ) && pVal ) in MakeInstallFor64Bit()
|
/aoo41x/main/setup_native/source/win32/customactions/reg64/ |
H A D | reg64.cxx | 160 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp() function 199 if ( GetMsiProp( hMSI, L"ALLUSERS", &pVal ) && pVal ) in IsInstallForAllUsers() 214 GetMsiProp( hMSI, L"INSTALLLOCATION", &pVal); in GetBasisInstallLocation()
|
/aoo41x/main/setup_native/source/win32/customactions/regpatchactivex/ |
H A D | regpatchactivex.cxx | 54 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp() function 77 if ( GetMsiProp( hMSI, L"ALLUSERS", &pVal ) && pVal ) in MakeInstallForAllUsers()
|
/aoo41x/main/setup_native/source/win32/customactions/relnotes/ |
H A D | relnotes.cxx | 65 static bool GetMsiProp(MSIHANDLE handle, LPCTSTR name, /*out*/std::wstring& value) in GetMsiProp() function 160 GetMsiProp( handle, TEXT("ProductName"), prodname ); in ShowSurveyAfter()
|
/aoo41x/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | shellextensions.cxx | 98 BOOL GetMsiProp( MSIHANDLE hMSI, const char* pPropName, char** ppValue ) in GetMsiProp() function 120 if ( GetMsiProp( hMSI, "VersionNT64", &pVal ) && pVal ) in IsVersionNT64()
|
/aoo41x/main/setup_native/source/win32/customactions/reg4allmsdoc/ |
H A D | reg4allmsi.cxx | 266 bool GetMsiProp( MSIHANDLE handle, LPCSTR name, /*out*/std::string& value ) in GetMsiProp() function 287 GetMsiProp( handle, name, val ); in IsSetMsiProp()
|