11 Jul
2007
11 Jul
'07
2:08 p.m.
James Hawkins wrote:
Hi,
Changelog: * Add tests for adding properties with a transform during an install.
dlls/msi/tests/install.c | 235 ++++++++++++++++++++++++++++++++++++++++++++++ include/msiquery.h | 5 + 2 files changed, 240 insertions(+), 0 deletions(-)
------------------------------------------------------------------------
Hi James, this patch doesn't compile for me: install.o: In function `generate_transform': install.c:(.text+0x91ff): undefined reference to `MsiCreateTransformSummaryInfoA' collect2: ld returned 1 exit status winegcc: gcc failed. make: *** [msi_test.exe.so] Error 2 Is this because MsiCreateTransformSummaryInfo is a stub? Cheers, Paul.