msi: Verify that the first parameter to Installer.OpenPackage is a VT_BSTR.
authorJames Hawkins <truiken@gmail.com>
Sat, 5 Dec 2009 01:17:03 +0000 (17:17 -0800)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 7 Dec 2009 08:49:06 +0000 (09:49 +0100)
commit1ff6c0862186df16c108a2403345f03da507e534
tree3f9c2e9c7b9d7fbecfe5ac0041ad068196ef5ff0
parent46876043568d560d88750cd459205e7853671bf9
msi: Verify that the first parameter to Installer.OpenPackage is a VT_BSTR.

It seems ugly to open up the parameters in pDispParams, but
DispGetParam will happily convert a VT_EMPTY to a VT_BSTR and not
return an error.
dlls/msi/automation.c
dlls/msi/tests/automation.c