Home
last modified time | relevance | path

Searched refs:GetMsiProperty (Results 1 – 17 of 17) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Ddotnetcheck.cxx52 string GetMsiProperty(MSIHANDLE handle, const string& sProperty) in GetMsiProperty() function
133 string present(GetMsiProperty(handle, TEXT("MsiNetAssemblySupport"))); in DotNetCheck()
134 string required(GetMsiProperty(handle, TEXT("REQUIRED_DOTNET_VERSION"))); in DotNetCheck()
156 string property = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in ShowProperties()
160 property = GetMsiProperty(handle, TEXT("Installed")); in ShowProperties()
164 property = GetMsiProperty(handle, TEXT("PATCH")); in ShowProperties()
168 property = GetMsiProperty(handle, TEXT("REMOVE")); in ShowProperties()
172 property = GetMsiProperty(handle, TEXT("ALLUSERS")); in ShowProperties()
H A Dcompleteinstallpath.cxx50 std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() function
87 std::_tstring sInstallLocation = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in CompleteInstallPath()
88 std::_tstring sOfficeDirHostname = GetMsiProperty( handle, TEXT("OFFICEDIRHOSTNAME_") ); in CompleteInstallPath()
107 std::_tstring sManufacturer = GetMsiProperty( handle, TEXT("Manufacturer") ); in CompleteInstallPath()
108 std::_tstring sDefinedName = GetMsiProperty( handle, TEXT("DEFINEDPRODUCT") ); in CompleteInstallPath()
109 std::_tstring sUpgradeCode = GetMsiProperty( handle, TEXT("UpgradeCode") ); in CompleteInstallPath()
H A Dmigrateinstallpath.cxx50 std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() function
76 std::_tstring sManufacturer = GetMsiProperty( handle, TEXT("Manufacturer") ); in MigrateInstallPath()
77 std::_tstring sDefinedName = GetMsiProperty( handle, TEXT("DEFINEDPRODUCT") ); in MigrateInstallPath()
78 std::_tstring sUpdateVersion = GetMsiProperty( handle, TEXT("DEFINEDVERSION") ); in MigrateInstallPath()
79 std::_tstring sUpgradeCode = GetMsiProperty( handle, TEXT("UpgradeCode") ); in MigrateInstallPath()
H A Dstartmenuicon.cxx48 std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() function
72 std::_tstring sOfficeMenuFolder = GetMsiProperty( handle, TEXT("OfficeMenuFolder") ); in InstallStartmenuFolderIcon()
77 …std::_tstring sIconFile = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ) + TEXT("program\\soffi… in InstallStartmenuFolderIcon()
129 std::_tstring sOfficeMenuFolder = GetMsiProperty( handle, TEXT("OfficeMenuFolder") ); in DeinstallStartmenuFolderIcon()
H A Dlayerlinks.cxx52 string GetMsiProperty(MSIHANDLE handle, const string& sProperty) in GetMsiProperty() function
71 return (GetMsiProperty(handle, sProperty).length() > 0); in IsSetMsiProperty()
97 string sInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in CreateLayerLinks()
209 string sInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in RemoveLayerLinks()
H A Dcheckrunningoffice.cxx72 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() function
92 std::_tstring value = GetMsiProperty(handle, sProperty); in IsSetMsiProperty()
183 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in IsOfficeRunning()
232 std::_tstring sOfficeInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in IsOfficeRunning()
H A Dcheckdirectory.cxx53 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() function
83 std::_tstring sInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in CheckInstallDirectory()
84 std::_tstring sOfficeHostnamePath = GetMsiProperty(handle, TEXT("OFFICEDIRHOSTNAME")); in CheckInstallDirectory()
H A Dcheckpatches.cxx70 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() function
95 std::_tstring sPatchList = GetMsiProperty( handle, TEXT("PATCH") ); in CheckPatchList()
96 std::_tstring sRequiredPatch = GetMsiProperty( handle, TEXT("PREREQUIREDPATCH") ); in CheckPatchList()
H A Dcopyextensiondata.cxx55 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() function
75 std::_tstring sSourceDir = GetMsiProperty( handle, TEXT("SourceDir") ); in copyExtensionData()
92 std::_tstring sDestDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in copyExtensionData()
H A Dvistaspecial.cxx72 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() function
182 std::_tstring sOfficeInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in RenamePrgFolder()
215 std::_tstring sOfficeInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in RemovePrgFolder()
H A Dupgrade.cxx118 string GetMsiProperty(MSIHANDLE handle, const string& sProperty) in GetMsiProperty() function
137 return (GetMsiProperty(handle, sProperty).length() > 0); in IsSetMsiProperty()
178 string upgradeCode = GetMsiProperty(handle, TEXT("UpgradeCode")); in SetProductInstallMode()
H A Dregisterextensions.cxx166 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() function
317 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("CustomActionData") ); in RegisterExtensions()
384 std::_tstring sProductKey = GetMsiProperty( handle, TEXT("FINDPRODUCT") ); in RemoveExtensions()
H A Dpostuninstall.cxx48 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() function
108 std::_tstring sProductKey = GetMsiProperty( handle, TEXT("FINDPRODUCT") ); in ExecutePostUninstallScript()
/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Drespintest.cxx52 string GetMsiProperty(MSIHANDLE handle, const string& sProperty) in GetMsiProperty() function
71 return (GetMsiProperty(handle, sProperty).length() > 0); in IsSetMsiProperty()
87 string sOfficeInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in GetUserInstallMode()
143 string ProductMajor = GetMsiProperty(handle, TEXT("PRODUCTMAJOR")); in GetUserInstallMode()
158 string isPatch = GetMsiProperty(handle, TEXT("ISPATCH")); in GetUserInstallMode()
162 string ProductMinor = GetMsiProperty(handle, TEXT("PRODUCTBUILDID")); in GetUserInstallMode()
H A Dcheckrunningofficelanguagepack.cxx72 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() function
92 std::_tstring value = GetMsiProperty(handle, sProperty); in IsSetMsiProperty()
176 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in IsOfficeRunning()
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx72 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() function
161 std::_tstring value = GetMsiProperty(handle, sProperty); in IsSetMsiProperty()
542 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in InstallPatchedFiles()
605 std::_tstring sProductKey = GetMsiProperty( handle, TEXT("FINDPRODUCT") ); in UninstallPatchedFiles()
680 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in IsOfficeRunning()
725 std::_tstring sInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in SetFeatureState()
861 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in ShowOnlineUpdateDialog()
/trunk/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx70 static std::string GetMsiProperty(MSIHANDLE handle, const std::string& sProperty) in GetMsiProperty() function
162 std::string sInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in rebaseImages()
197 std::string sLibsExcluded = GetMsiProperty(handle, TEXT("EXCLUDE_FROM_REBASE")); in InitExcludeFromRebaseList()
228 std::string sDontOptimizeLibs = GetMsiProperty(handle, TEXT("DONTOPTIMIZELIBS")); in RebaseLibrariesOnProperties()

Completed in 70 milliseconds