Home
last modified time | relevance | path

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

/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrationcontextinformation.cxx56 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 Dmsihelper.cxx27 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 Dmsihelper.hxx52 bool GetMsiProp(MSIHANDLE handle, LPCTSTR name, /*out*/std::wstring& value);
/aoo4110/main/setup_native/source/win32/customactions/tools/
H A Dcheckversion.cxx43 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()
/aoo4110/main/setup_native/source/win32/customactions/regactivex/
H A Dregactivex.cxx147 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()
/aoo4110/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx160 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()
/aoo4110/main/setup_native/source/win32/customactions/regpatchactivex/
H A Dregpatchactivex.cxx54 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp() function
77 if ( GetMsiProp( hMSI, L"ALLUSERS", &pVal ) && pVal ) in MakeInstallForAllUsers()
/aoo4110/main/setup_native/source/win32/customactions/relnotes/
H A Drelnotes.cxx65 static bool GetMsiProp(MSIHANDLE handle, LPCTSTR name, /*out*/std::wstring& value) in GetMsiProp() function
160 GetMsiProp( handle, TEXT("ProductName"), prodname ); in ShowSurveyAfter()
/aoo4110/main/setup_native/source/win32/customactions/shellextensions/
H A Dshellextensions.cxx98 BOOL GetMsiProp( MSIHANDLE hMSI, const char* pPropName, char** ppValue ) in GetMsiProp() function
120 if ( GetMsiProp( hMSI, "VersionNT64", &pVal ) && pVal ) in IsVersionNT64()
/aoo4110/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx266 bool GetMsiProp( MSIHANDLE handle, LPCSTR name, /*out*/std::string& value ) in GetMsiProp() function
287 GetMsiProp( handle, name, val ); in IsSetMsiProp()

Completed in 39 milliseconds