http://bugs.winehq.org/show_bug.cgi?id=21009
--- Comment #1 from Austin English austinenglish@gmail.com 2009-12-13 16:23:19 --- A user commented on winezeug:
i see that the ie cannot copy (only god knows why) the browseui.dll and inseng.dll, in another terminal i type this command and solve the problem (this is a very dry solution)
while /bin/true; do for f in browseui inseng; do find ~/.wine/drive_c/windows/msdownld.tmp -iname $f.dll -exec cp -rpv '{}' ~/.wine/drive_c/windows/system32/ ; ;done;done
this command searches in ~/.wine/drive_c/windows/msdownld.tmp for the files and copy it.
and when the insallation is done i broke it with CTRL+C
and then all we fixed... thanks for winetricks guys