2009/4/19 Kai Blin kai.blin@gmail.com:
On Sunday 19 April 2009 23:55:14 Kai Blin wrote:
As mentioned by the authors of Publish or Perish in their FAQ (http://www.harzing.com/pop_faq.htm#Q309), Wine exporting sxs.dll and not providing a real CreateAssemblyCache function trips up the installer. This patch allows Publish or Perish to install without issues.
Thanks to Donnie Berkholz for pointing me at this issue.
dlls/sxs/sxs.c | 10 ++++++++++ dlls/sxs/sxs.spec | 2 +- 2 files changed, 11 insertions(+), 1 deletions(-)
Of course the moment I sent this, I found the real implementation in fusion.dll. Sending a forward, feel free to ignore this patch.
Are other methods in sxs.dll forwardable to fusion?
- Reece