.NET 4 SDK Does Not Install Bootstrapper Directory

I have a problem with our Jenkins CI server. I installed the Windows 7.NET 4 SDK for it, but for some reason it did not install the Bootstrapper directory. On my local computer, I have program files \ Microsoft SDK \ Windows \ V7.0a \ Bootstrapper, but on the server it has Windows \ V7.1, but it does not have the Bootstrapper directory.

Any ideas?

Thanks, Ido.

+4
source share
1 answer

I finally solved this problem by simply managing files from my computers on the CI server. This is not perfect, but it works.

+1
source

Source: https://habr.com/ru/post/1396725/


All Articles