Partial implementation of the Microsoft Installer (msi.dll).
commit6386edc5d8616e3aff9bd4f552cf9c30020bf522
authorMike McCormack <mike@codeweavers.com>
Wed, 13 Aug 2003 01:27:48 +0000 (13 01:27 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 13 Aug 2003 01:27:48 +0000 (13 01:27 +0000)
treeefb2c20586ddec3986f51922adc506b504a24b98
parentf6fab8c730ae46d6cf8ef2e0b29ad68e15090e74
Partial implementation of the Microsoft Installer (msi.dll).
23 files changed:
configure
configure.ac
dlls/Makefile.in
dlls/msi/.cvsignore [new file with mode: 0644]
dlls/msi/Makefile.in [new file with mode: 0644]
dlls/msi/distinct.c [new file with mode: 0644]
dlls/msi/handle.c [new file with mode: 0644]
dlls/msi/msi.c [new file with mode: 0644]
dlls/msi/msi.spec [new file with mode: 0644]
dlls/msi/msipriv.h [new file with mode: 0644]
dlls/msi/msiquery.c [new file with mode: 0644]
dlls/msi/order.c [new file with mode: 0644]
dlls/msi/query.h [new file with mode: 0644]
dlls/msi/record.c [new file with mode: 0644]
dlls/msi/select.c [new file with mode: 0644]
dlls/msi/sql.y [new file with mode: 0644]
dlls/msi/suminfo.c [new file with mode: 0644]
dlls/msi/table.c [new file with mode: 0644]
dlls/msi/tokenize.c [new file with mode: 0644]
dlls/msi/where.c [new file with mode: 0644]
include/Makefile.in
include/msi.h [new file with mode: 0644]
include/msiquery.h [new file with mode: 0644]