Searched refs:UnsetMsiProperty (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | respintest.cxx | 74 inline void UnsetMsiProperty(MSIHANDLE handle, const string& sProperty) in UnsetMsiProperty() function 93 UnsetMsiProperty( handle, TEXT("INVALIDDIRECTORY") ); in GetUserInstallMode() 94 UnsetMsiProperty( handle, TEXT("ISWRONGPRODUCT") ); in GetUserInstallMode() 95 UnsetMsiProperty( handle, TEXT("PATCHISOLDER") ); in GetUserInstallMode() 96 UnsetMsiProperty( handle, TEXT("ALLUSERS") ); in GetUserInstallMode()
|
H A D | checkrunningofficelanguagepack.cxx | 96 static inline void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty() function
|
/aoo42x/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | checkdirectory.cxx | 71 static void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty() function 90 UnsetMsiProperty( handle, TEXT("DIRECTORY_NOT_EMPTY") ); in CheckInstallDirectory()
|
H A D | upgrade.cxx | 140 inline void UnsetMsiProperty(MSIHANDLE handle, const string& sProperty) in UnsetMsiProperty() function 188 UnsetMsiProperty(handle, TEXT("ALLUSERS")); in SetProductInstallMode()
|
H A D | layerlinks.cxx | 74 inline void UnsetMsiProperty(MSIHANDLE handle, const string& sProperty) in UnsetMsiProperty() function
|
H A D | checkrunningoffice.cxx | 96 static inline void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty() function
|
/aoo42x/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 165 static inline void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty() function 876 UnsetMsiProperty(handle, TEXT("SHOW_ONLINEUPDATE_DIALOG")); in ShowOnlineUpdateDialog()
|
Completed in 34 milliseconds