Re: [WiX-users] Deffered CA - MsiGetActiveDatabse()

2006-11-28 Thread Stefan Pavlik
Hi. Thanks for answer. Bob Arnson wrote: > Stefan Pavlik wrote: >> I want to read the string from Error table from deffered custom action. >> Is it normal (correct) that the function >> MsiGetActiveDatabase(hInstall) returns always zero? >> > > Yes. See http://msdn2.microsoft.com/en-gb/libra

Re: [WiX-users] Deffered CA - MsiGetActiveDatabse()

2006-11-28 Thread Bob Arnson
Stefan Pavlik wrote: > I want to read the string from Error table from deffered custom action. > Is it normal (correct) that the function > MsiGetActiveDatabase(hInstall) returns always zero? > Yes. See http://msdn2.microsoft.com/en-gb/library/aa370543.aspx for details. You can use MsiProcessM

[WiX-users] Deffered CA - MsiGetActiveDatabse()

2006-11-28 Thread Stefan Pavlik
Hi, My question is more MSI oriented but ... I am calling deffered Custom Action in DLL (C++). I want to read the string from Error table from deffered custom action. Is it normal (correct) that the function MsiGetActiveDatabase(hInstall) returns always zero? The hInstall is handle recieved as