http://bugs.winehq.org/show_bug.cgi?id=11759
--- Comment #24 from Juan Lang juan_lang@yahoo.com 2008-08-05 13:43:01 --- (In reply to comment #23)
Can you do a find in the wineprefix to see where slup.exe is?
It's not present. The directory c:\temp is created by the installer, but there isn't a subdirectory c:\temp\PFiles.
Looking for the file requires stubbing out kernel32's DeleteFileA and RemoveDirectoryA, as the installer deletes the directory it extracts files to (in my case, c:\temp) on error. That is, if you don't stub these functions out, the source file is guaranteed not to exist by the time the error appears.