| |
microsoft.public.platformsdk.msi |
Thanks. But any time I try to use any of the MSI API calls in code I get eg I try ...and I get error C2664: 'MsiProcessMessage' : cannot convert parameter 2 from 'enum I've already installed the MSI SDK/ Platform SDK (Feb 2003), and Thanks
compiler erors.
MsiProcessMessage(hInstall, INSTALLMESSAGE(INSTALLMESSAGE_INFO), newHandle);
tagINSTALLMESSAGE' to 'enum tagMSIMESSAGE'
Conversion to enumeration type requires an explicit cast
(static_cast, C-style cast or function-style cast)
added the \include\ and \lib\ directories to the Visual Studio path, but no
joy.
> http://support.microsoft.com/default.aspx?scid=kb;en-us;253683
> --
> Phil Wilson
> [MVP Windows Installer]
> Definitive Guide to Windows Installer