http://bugs.winehq.org/show_bug.cgi?id=23232
Summary: Windows Imaging Component redist installer sometimes crashes in silent mode Product: Wine Version: 1.2-rc3 Platform: x86 URL: http://download.microsoft.com/download/f/f/1/ff178bb1- da91-48ed-89e5-478a99387d4f/wic_x86_enu.exe OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: arethusa26@gmail.com
Created an attachment (id=28921) --> (http://bugs.winehq.org/attachment.cgi?id=28921) Windows Imaging Component crash backtrace
In order to have the WIC installer successfully start, the windowscodecs.dll fake DLL must be removed, and an override should probably be set. With wine-1.2-rc3-106-gae942d6, when running the installer with the quiet flag:
wine wic_x86_enu.exe /q
sometimes the installer will crash in setupapi during the installation. Turning on debug flags sometimes masks the problem, and sometimes moves the problem elsewhere, so I suspect heap corruption.