Searched refs:SetMsiProperty (Results 1 – 10 of 10) sorted by relevance
| /trunk/main/setup_native/source/win32/customactions/languagepacks/ |
| H A D | respintest.cxx | 77 inline void SetMsiProperty(MSIHANDLE handle, const string& sProperty, const string&) in SetMsiProperty() function 114 SetMsiProperty( handle, TEXT("INVALIDDIRECTORY"), TEXT("YES") ); in GetUserInstallMode() 135 SetMsiProperty( handle, TEXT("ISWRONGPRODUCT"), TEXT("YES") ); in GetUserInstallMode() 148 SetMsiProperty( handle, TEXT("ISWRONGPRODUCT"), TEXT("YES") ); in GetUserInstallMode() 178 SetMsiProperty( handle, TEXT("PATCHISOLDER"), TEXT("YES") ); in GetUserInstallMode() 200 SetMsiProperty( handle, TEXT("ALLUSERS"), szValue ); in GetUserInstallMode()
|
| H A D | checkrunningofficelanguagepack.cxx | 99 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty() function
|
| /trunk/main/setup_native/source/win32/customactions/shellextensions/ |
| H A D | setadmininstall.cxx | 53 static void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty() function 60 SetMsiProperty(handle, TEXT("ADMININSTALL")); in SetAdminInstallProperty()
|
| H A D | checkdirectory.cxx | 76 static void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty, const std::_tstring&) in SetMsiProperty() function 105 SetMsiProperty( handle, TEXT("DIRECTORY_NOT_EMPTY"), TEXT("1") ); in CheckInstallDirectory()
|
| H A D | checkpatches.cxx | 88 static void SetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in SetMsiProperty() function 104 SetMsiProperty( handle, TEXT("IGNOREPREREQUIREDPATCH") ); in CheckPatchList()
|
| H A D | dotnetcheck.cxx | 69 inline void SetMsiProperty(MSIHANDLE handle, const string& sProperty, const string& sValue) in SetMsiProperty() function 141 SetMsiProperty( in DotNetCheck()
|
| H A D | upgrade.cxx | 145 inline void SetMsiProperty(MSIHANDLE handle, const string& sProperty) in SetMsiProperty() function 196 SetMsiProperty(handle, TEXT("ALLUSERS")); in SetProductInstallMode()
|
| H A D | layerlinks.cxx | 79 inline void SetMsiProperty(MSIHANDLE handle, const string& sProperty, const string&) in SetMsiProperty() function
|
| H A D | checkrunningoffice.cxx | 101 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty() function
|
| /trunk/main/setup_native/source/win32/customactions/patch/ |
| H A D | swappatchfiles.cxx | 170 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty() function 883 SetMsiProperty(handle, TEXT("SELECT_OU_FEATURE")); in ShowOnlineUpdateDialog() 893 SetMsiProperty(handle, TEXT("SHOW_ONLINEUPDATE_DIALOG")); in ShowOnlineUpdateDialog()
|