0

I'm working on a 2010 SharePoint solution [windows server 2008 r2] which required Microsoft Commerce server, Installing the commerce require some prerequisites one of those is "Microsoft anti-cross site scripting library v3.1" and the provided links from Microsoft are useless till now !

So, I'm stuck here with Microsoft loops I'm not able to got neither v3.1 which supported by commerce server 2009 r2 nor fixing tool to enable installing v4.2

aelagawy
  • 557
  • 5
  • 16

1 Answers1

0

Indeed I was in a bad need for an answer for this question and that's made me keep trying until I find an answer:

  • Install the last version of Microsoft Anti-Cross Site Scripting Library which is currently v4.2.1

  • Navigate to your commerce server iso / msi folder and open your setup{64/86} XML file in notepad.

  • In <PlatformComponent> /<Detection> replace this line:

<DetectKey Root="HKCU" Key="SOFTWARE\Microsoft Corporation\Microsoft Anti-Cross Site Scripting Library V3.1\{05CB5D71-49EF-01C3-6797-37BDEC25E544}"/>

with this one:

<DetectKey Root="HKCU" Key="SOFTWARE\Microsoft\AntiXSSLibrary"/>

That should skip prerequisites issue and proceed with installation.

aelagawy
  • 557
  • 5
  • 16