In reference to my proposed contribution to the project (https://msbuildextensionpack.codeplex.com/discussions/449375#post1068658), please find attached a new version of Registry.cs . This version is just for the dotNET 3.5 branch
In summary, two functions are added to the Registry class:
(1) Delete a registry value; and
(2) Test if a registry value exits
Please accept this as a contribution to the project. I will send the 4.0 prolly next week.
Faithfully,
Sean B. Durkin
Comments: ** Comment from web user: SeanBDurkin **
In summary, two functions are added to the Registry class:
(1) Delete a registry value; and
(2) Test if a registry value exits
Please accept this as a contribution to the project. I will send the 4.0 prolly next week.
Faithfully,
Sean B. Durkin
Comments: ** Comment from web user: SeanBDurkin **
I have compiled the lastest code in the 3.5 branch, but when I attempt to import the resultant assembly MSBuild.ExtensionPack.dll, I get error:
error MSB4062: The "MSBuild.ExtensionPack.Computer.Registry" task could not be loaded from the assembly MSBuild.ExtensionPack.dll . Coul not load file or assembly "MSBuild.ExtensionPack, Version=3.5.0.0, Culture=neutral, PublickKeyToken=10d297e8e737fe34' or one of its dependencies. Strong name validation failed. ..."
I will create an issue for this.
Faithfully,
Sean B. Durkin