http://bugs.winehq.org/show_bug.cgi?id=36954
--- Comment #4 from Piotr Caban piotr.caban@gmail.com --- I've tested it incorrectly. It's not needed to delete the fake manifests. But the dll override needs to be set to "msvcr90=n,b". This causes some processes to load native msvcr90 from application directory while some other processes uses builtin msvcr90.
The application starts some sub-programs: FabUpdate.exe comes with manifest and uses builtin msvcr90.dll DVDFab.exe comes without manifest and uses native msvcr90.dll from application directory
The exact command I have used to start the application: WINEDLLOVERRIDES="msvcr90=n,b" wine DVDFab.exe