Hi,

I have a problem with a CustomAction and DTF. In my CA, which runs as an 
deferred, commit CA, I try to open and query the MSI database with

Database database = new Database("<SomePath>", DatabaseOpenMode.ReadOnly);

The constructor returns no InstallerException, so I think everything works fine 
there.
My problem is that the returned Database object has an "Invalid handle", and 
therefore every operation with the database fails. Anyone experienced that and 
could explain me the issue?

Quick note: The database I try to open is not the one from which the current 
installation runs from.

Thanks in advance for any help!

Best regards,

Marcel







-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to