msi: Add tests for adding properties with a transform during an install

Paul Vriens paul.vriens.wine at gmail.com
Wed Jul 11 09:08:40 CDT 2007


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.



More information about the wine-devel mailing list