Lines Matching refs:MSIHANDLE
27 bool GetMsiProp(MSIHANDLE handle, LPCTSTR name, /*out*/std::wstring& value) in GetMsiProp()
44 void SetMsiProp(MSIHANDLE handle, LPCTSTR name) in SetMsiProp()
49 void UnsetMsiProp(MSIHANDLE handle, LPCTSTR name) in UnsetMsiProp()
54 bool IsSetMsiProp(MSIHANDLE handle, LPCTSTR name) in IsSetMsiProp()
61 bool IsMsiPropNotEmpty(MSIHANDLE handle, LPCTSTR name) in IsMsiPropNotEmpty()
68 bool IsAllUserInstallation(MSIHANDLE handle) in IsAllUserInstallation()
73 std::wstring GetOfficeInstallationPath(MSIHANDLE handle) in GetOfficeInstallationPath()
80 std::wstring GetOfficeExecutablePath(MSIHANDLE handle) in GetOfficeExecutablePath()
87 std::wstring GetProductName(MSIHANDLE handle) in GetProductName()
94 bool IsModuleInstalled(MSIHANDLE handle, LPCTSTR name) in IsModuleInstalled()
102 bool IsModuleSelectedForInstallation(MSIHANDLE handle, LPCTSTR name) in IsModuleSelectedForInstallation()
110 bool IsModuleSelectedForDeinstallation(MSIHANDLE handle, LPCTSTR name) in IsModuleSelectedForDeinstallation()
118 bool IsCompleteDeinstallation(MSIHANDLE handle) in IsCompleteDeinstallation()