Searched refs:IsSetMsiProperty (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | upgrade.cxx | 135 inline bool IsSetMsiProperty(MSIHANDLE handle, const string& sProperty) in IsSetMsiProperty() function 186 upgradeCode) && IsSetMsiProperty(handle, TEXT("ALLUSERS"))) in SetProductInstallMode() 194 upgradeCode) && !IsSetMsiProperty(handle, TEXT("ALLUSERS"))) in SetProductInstallMode()
|
H A D | layerlinks.cxx | 69 inline bool IsSetMsiProperty(MSIHANDLE handle, const string& sProperty) in IsSetMsiProperty() function 106 if ( IsSetMsiProperty(handle, TEXT("ADMININSTALL")) ) in CreateLayerLinks()
|
H A D | checkrunningoffice.cxx | 90 static inline bool IsSetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in IsSetMsiProperty() function
|
/aoo41x/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 159 static inline bool IsSetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in IsSetMsiProperty() function 759 if ( IsSetMsiProperty(handle, TEXT("ALLUSERS")) ) in SetFeatureState() 804 if ( IsSetMsiProperty(handle, sValueName) ) in SetFeatureState() 839 if (IsSetMsiProperty(handle, TEXT("SELECT_OU_FEATURE"))) in SetNewFeatureState()
|
/aoo41x/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | respintest.cxx | 69 inline bool IsSetMsiProperty(MSIHANDLE handle, const string& sProperty) in IsSetMsiProperty() function
|
H A D | checkrunningofficelanguagepack.cxx | 90 static inline bool IsSetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in IsSetMsiProperty() function
|
Completed in 42 milliseconds