wanted_flags &= 0xffff; /* mask off error condition flags */
TRACE("validation flags 0x%04x\n", wanted_flags);
+ /* native is not validating platform */
+ wanted_flags &= ~MSITRANSFORM_VALIDATE_PLATFORM;
+
if (wanted_flags & ~supported_flags)
{
FIXME("unsupported validation flags 0x%04x\n", wanted_flags);
}
msi_free( product_code_installed );
}
- if (wanted_flags & MSITRANSFORM_VALIDATE_PLATFORM)
- {
- if ((p = strchrW( template, ';' )))
- {
- *p = 0;
- if (package->platform == parse_platform( template ))
- valid_flags |= MSITRANSFORM_VALIDATE_PLATFORM;
- }
- }
msi_free( template );
if (wanted_flags & MSITRANSFORM_VALIDATE_MAJORVERSION)
{
reactos/dll/win32/msgsm32.acm # Synced to WineStaging-1.9.11
reactos/dll/win32/mshtml # Synced to WineStaging-1.7.55
reactos/dll/win32/mshtml.tlb # Synced to WineStaging-1.7.55
-reactos/dll/win32/msi # Synced to WineStaging-1.9.12
+reactos/dll/win32/msi # Synced to WineStaging-1.9.16
reactos/dll/win32/msimg32 # Synced to WineStaging-1.9.11
reactos/dll/win32/msimtf # Synced to WineStaging-1.9.11
reactos/dll/win32/msisip # Synced to WineStaging-1.9.11