Lines Matching refs:handle
52 bool GetMsiProp(MSIHANDLE handle, LPCTSTR name, /*out*/std::wstring& value);
64 void SetMsiProp(MSIHANDLE handle, LPCTSTR name);
76 void UnsetMsiProp(MSIHANDLE handle, LPCTSTR name);
88 bool IsSetMsiProp(MSIHANDLE handle, LPCTSTR name);
99 bool IsMsiPropNotEmpty(MSIHANDLE handle, LPCTSTR name);
110 bool IsAllUserInstallation(MSIHANDLE handle);
123 std::wstring GetOfficeInstallationPath(MSIHANDLE handle);
136 std::wstring GetOfficeExecutablePath(MSIHANDLE handle);
148 std::wstring GetProductName(MSIHANDLE handle);
162 bool IsModuleInstalled(MSIHANDLE handle, LPCTSTR name);
177 bool IsModuleSelectedForInstallation(MSIHANDLE handle, LPCTSTR name);
192 bool IsModuleSelectedForDeinstallation(MSIHANDLE handle, LPCTSTR name);
203 bool IsCompleteDeinstallation(MSIHANDLE handle);