https://bugs.winehq.org/show_bug.cgi?id=37901
--- Comment #3 from Maarten anonymous.maarten@gmail.com --- The install fails because of missing mfc42.dll.
$ wine vdemo-setup-310.exe err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\home\maarten\Downloads\svg\vdemo-setup-310.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"Z:\home\maarten\Downloads\svg\vdemo-setup-310.exe" failed, status c0000135
Console output after doing winetricks mfc42:
$ wine vdemo-setup-310.exe fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial stub. fixme:rstrtmgr:RmStartSession 0x1003af78, 0, 0x1003af7c stub! fixme:msg:ChangeWindowMessageFilterEx 0x10066 c04e 1 0x33ee60 fixme:shell:SHGetDataFromIDListA SHGDFIL 3 stub fixme:shell:SHGetDataFromIDListA SHGDFIL 3 stub fixme:sfc:SfcIsFileProtected ((nil), L"c:\spg\spg-verein\V-menu.exe") stub fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x0380 ignored fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x0380 ignored fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x0380 ignored fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x0380 ignored fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x0380 ignored fixme:ntdll:server_ioctl_file Unsupported ioctl 9c040 (device=9 access=3 func=10 method=0) fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial stub. fixme:sync:GetNamedPipeHandleStateW 0x5c 0x33eb18 (nil) (nil) (nil) (nil) 0: semi-stub fixme:sync:GetNamedPipeHandleStateW 0x5c 0x33eb1c (nil) (nil) (nil) (nil) 0: semi-stub fixme:sync:GetNamedPipeHandleStateW 0x5c (nil) 0x33eb1c (nil) (nil) (nil) 0: semi-stub fixme:sync:GetNamedPipeHandleStateW 0x5c 0x33eb1c (nil) (nil) (nil) (nil) 0: semi-stub err:typelib:sltg_get_typelib_ref Unable to find reference fixme:ntdll:server_ioctl_file Unsupported ioctl 9c040 (device=9 access=3 func=10 method=0) fixme:ntdll:server_ioctl_file Unsupported ioctl 9c040 (device=9 access=3 func=10 method=0) fixme:ntdll:server_ioctl_file Unsupported ioctl 9c040 (device=9 access=3 func=10 method=0)
During installation, an overwrite dialog appeared. It was hidden behind the main window so initially I thought the process was blocked. (See the attachment for a picture). Clicking on 'Yes' finalizes the installation.
Immediately after the installtion, the program tries to start but failed on my first attempt. Might be due to me. I got it working by invoking the following commands: $ cd ~/.wine/dosdevices/c:/spg/spg-verein/ $ wine V-menu.exe
Some warning/error dialogs show up with no text but can be clicked away (click on 'Yes').
$ ~/programming/wine/wine --version #current git master wine-1.7.34-36-g4493323 $ du vdemo-setup-310.zip 49588 vdemo-setup-310.zip $ sha1sum vdemo-setup-310.zip 9fe3429a1f0b44a980acfd91c9a755e45e68bdd6 vdemo-setup-310.zip