Lines Matching refs:handle
54 bool GetMsiProp(MSIHANDLE handle, LPCTSTR name, /*out*/std::wstring& value);
66 void SetMsiProp(MSIHANDLE handle, LPCTSTR name);
78 void UnsetMsiProp(MSIHANDLE handle, LPCTSTR name);
90 bool IsSetMsiProp(MSIHANDLE handle, LPCTSTR name);
101 bool IsMsiPropNotEmpty(MSIHANDLE handle, LPCTSTR name);
112 bool IsAllUserInstallation(MSIHANDLE handle);
125 std::wstring GetOfficeInstallationPath(MSIHANDLE handle);
138 std::wstring GetOfficeExecutablePath(MSIHANDLE handle);
149 std::wstring GetProductName(MSIHANDLE handle);
163 bool IsModuleInstalled(MSIHANDLE handle, LPCTSTR name);
178 bool IsModuleSelectedForInstallation(MSIHANDLE handle, LPCTSTR name);
193 bool IsModuleSelectedForDeinstallation(MSIHANDLE handle, LPCTSTR name);
204 bool IsCompleteDeinstallation(MSIHANDLE handle);