[Bug 11759] Microsoft Silverlight installer - unimplemented functions

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Aug 5 13:43:02 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=11759





--- Comment #24 from Juan Lang <juan_lang at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list