msi: Add tests for MsiInstallProduct

James Hawkins truiken at gmail.com
Tue Jun 13 00:57:59 CDT 2006


Hi,

These are initial tests for MsiInstallProduct.  The patch is quite
large, because we have to generate the files, the cabinets, and the
msi database on the fly.  I chose to use MS' text archive files to
reduce code size and to make it easier to add to the msi.  The other
option is to use API calls to add each database entry (very slow and
long).

Changelog:
* Add tests for MsiInstallProduct.

 dlls/msi/tests/Makefile.in |    1
 dlls/msi/tests/install.c   |  650 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 651 insertions(+), 0 deletions(-)
 create mode 100644 dlls/msi/tests/install.c

--
James Hawkins
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3c1e322e046c2a976cd7df4c7f4747c645d21dee.diff
Type: text/x-patch
Size: 23591 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060613/131043f4/3c1e322e046c2a976cd7df4c7f4747c645d21dee-0001.diff


More information about the wine-patches mailing list