VS2010无法安装silverlight4toolkits的解决
将安装包用rar解压缩到一个单独的文件夹里,用记事本或者什么xml浏览器打开其中的ParameterInfo.xml文件。
找到节点
<RegKeyValue Location="HKLM\SOFTWARE\Microsoft\VisualStudio\10.0\Setup\VS\BuildNumber\1033" />
找它的父节点属性
LeftHandSide="10.0.30128"
根据上面xml中location属性值,定位到注册表相应位置,增加该值。说白了就是在注册表SOFTWARE\Microsoft\VisualStudio\10.0\Setup\VS\BuildNumber\下增加string键1033,值为10.0.30128