http://bugs.winehq.org/show_bug.cgi?id=5358
------- Additional Comments From truiken@gmail.com 2006-19-06 18:08 ------- When running dotnetfx.exe directly downloaded from msdn, the install bails out pretty early, complaining that "Extracting file failed." Looking through a +file,+relay shows nothing that would warrant the error, but it's worth looking into. I was able to run install.exe from the temporary directory it was extracted to though, and I get the same error. From information in the link, the installer is trying to stop the Windows Installer service *if* it's already running, to not conflict with the install. I'm thinking we should see what return values the installer is expecting from advapi32, seeing as how we don't run as a service, so this shouldn't be a problem.