mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:01:37 +00:00
[WINESYNC] msi: Install feature when new component is added.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49350 Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 877540b522c46134aa1b843519fa5694adb187ce by Piotr Caban <piotr@codeweavers.com>
This commit is contained in:
parent
aa0312d7cb
commit
1cdb30ec0d
4 changed files with 110 additions and 11 deletions
|
@ -844,7 +844,7 @@ static void test_simple_patch( void )
|
|||
size = get_pf_file_size( "msitest\\patch.txt" );
|
||||
ok( size == 1002, "expected 1002, got %u\n", size );
|
||||
size = get_pf_file_size( "msitest\\file.txt" );
|
||||
todo_wine ok( size == 1000, "expected 1000, got %u\n", size );
|
||||
ok( size == 1000, "expected 1000, got %u\n", size );
|
||||
|
||||
/* show that MsiOpenPackage applies registered patches */
|
||||
r = MsiOpenPackageA( path, &hpackage );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue