http://bugs.winehq.org/show_bug.cgi?id=58578
--- Comment #5 from Ratchanan Srirattanamet peathot@hotmail.com --- I'm now trying to write a conformance test for MsiProvideAssembly[A|W](). This involves mocking assembly installation into Windows Installer's registry. I look into dlls/msi/tests and see that some tests mock installation by actually creating a .msi file and install it, while others directly set the registry. How are the methods chosen? What are advantages and disadvantages to these methods?