msi: Don't validate platform while checking if transform is applicable.
commit92defc736e1e538320599655f614a959f71b7ae1
authorPiotr Caban <piotr@codeweavers.com>
Thu, 14 Jul 2016 11:47:34 +0000 (14 13:47 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 14 Jul 2016 13:10:31 +0000 (14 22:10 +0900)
treee016ba77fb2710bc87f547bfc59ddc25b08aa6ce
parent4058b68966e6933b83b6164140a32006a5bd8263
msi: Don't validate platform while checking if transform is applicable.

.Net2.0SP2 64-bit installer uses patches with INTEL platform in x64
package to update 32-bit parts of .Net. Native applies patch even if
platform is unknown.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msi/patch.c
dlls/msi/tests/patch.c