No, at present there's no MSBuild support built in toread registry keys. (You'll likely see it in the next version, though)
I wonder whether this would help: can your installer create a single little stub .targets file that contains only this UsingTask (with the full path). It can put it under program files\msbuild\.....somewhere. Then all of your projects/targets can pull it in using the built in property $(MSBuildExtensionsPath).
Would that work?
Dan
"This posting provided AS-IS, with no warranties"