Home
last modified time | relevance | path

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

/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Drespintest.cxx79 inline void SetMsiProperty(MSIHANDLE handle, const string& sProperty, const string&) in SetMsiProperty() function
116 SetMsiProperty( handle, TEXT("INVALIDDIRECTORY"), TEXT("YES") ); in GetUserInstallMode()
137 SetMsiProperty( handle, TEXT("ISWRONGPRODUCT"), TEXT("YES") ); in GetUserInstallMode()
150 SetMsiProperty( handle, TEXT("ISWRONGPRODUCT"), TEXT("YES") ); in GetUserInstallMode()
180 SetMsiProperty( handle, TEXT("PATCHISOLDER"), TEXT("YES") ); in GetUserInstallMode()
202 SetMsiProperty( handle, TEXT("ALLUSERS"), szValue ); in GetUserInstallMode()
H A Dcheckrunningofficelanguagepack.cxx101 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty() function
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dsetadmininstall.cxx53 static void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty() function
60 SetMsiProperty(handle, TEXT("ADMININSTALL")); in SetAdminInstallProperty()
H A Dcheckdirectory.cxx76 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 Dcheckpatches.cxx88 static void SetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in SetMsiProperty() function
104 SetMsiProperty( handle, TEXT("IGNOREPREREQUIREDPATCH") ); in CheckPatchList()
H A Ddotnetcheck.cxx69 inline void SetMsiProperty(MSIHANDLE handle, const string& sProperty, const string& sValue) in SetMsiProperty() function
141 SetMsiProperty( in DotNetCheck()
H A Dupgrade.cxx145 inline void SetMsiProperty(MSIHANDLE handle, const string& sProperty) in SetMsiProperty() function
196 SetMsiProperty(handle, TEXT("ALLUSERS")); in SetProductInstallMode()
H A Dlayerlinks.cxx79 inline void SetMsiProperty(MSIHANDLE handle, const string& sProperty, const string&) in SetMsiProperty() function
H A Dcheckrunningoffice.cxx101 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty() function
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx170 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()

Completed in 37 milliseconds