This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Opening MsiOpenDatabase in loop is returning ERROR_OPEN_FAILED
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jan 14, 2011
06:52 AM
Opening MsiOpenDatabase in loop is returning ERROR_OPEN_FAILED
Hi,
Calling MSIOpenDataBase() function in a single thread, in loop, is returning error 110, when updating a single property or any feature.
Actually i have called MSIOPenDatabase( &m_handle),
changing a property of the openend MSI.
then closing Handle for same opened MSI.
Handle has been closed successfully and in the same thread i have opened the same MSI, but returns the error code 110 saying "ERROR_OPEN_FAILED
". Can someone through pointers on it.
Regards
Calling MSIOpenDataBase() function in a single thread, in loop, is returning error 110, when updating a single property or any feature.
Actually i have called MSIOPenDatabase( &m_handle),
changing a property of the openend MSI.
then closing Handle for same opened MSI.
Handle has been closed successfully and in the same thread i have opened the same MSI, but returns the error code 110 saying "ERROR_OPEN_FAILED
". Can someone through pointers on it.
Regards
(2) Replies