First error is due to the fact that you are using my code from UnitTest class but your code is most likely a static class/method. You need to make
Second error is because the code I gave you is using the latest codebase extension method HasAttribute. In your case you need to modify the code to use the older signature:
For the binaries you need either to clone the repository on your PC with Git client or download from the browser:
![Image]()
Project_WixSourceGenerated
static.Second error is because the code I gave you is using the latest codebase extension method HasAttribute. In your case you need to modify the code to use the older signature:
.Where(x => x.HasAttribute("Name", v => v == "PersonalFolder"))
