Page 1 of 1

Question for target win-glb

PostPosted: 06.07.2019, 22:21
by boco
There is a problem with "win-glb" on my system, or even for everyone. I just noticed it because the certificates specified in the win-glb static file are not downloaded at all. Then I remembered I did not have any Silverlight in my repository for ages, either.

Question: When is the "win-glb" target processed? Could it be skipped because of my settings, or is it skipped for others, too?

Re: Question for target win-glb

PostPosted: 06.07.2019, 23:00
by Dalai
The win-glb part seems to be processed automatically when glb is given to DownloadUpdates.cmd as second parameter, e.g.
Code: Select all
call .\DownloadUpdates.cmd w61-x64 glb /includedotnet /verify
Also DownloadUpdates.cmd checks for /excludewinglb switch (probably passed when the according setting in UpdateGenerator.ini is set) which likely disables download of win-glb stuff. Since this is about StaticDownloadLinks-win-glb.txt the switch /excludestatics could also be responsible.

Regards
Dalai

Re: Question for target win-glb

PostPosted: 06.07.2019, 23:19
by boco
Oh, I have

Includewinglb=Disabled

in my INI files, probably because I do not want nor need that shitty Silverlight in my media. I think I need to change it and exclude Silverlight another way.

Re: Question for target win-glb

PostPosted: 06.07.2019, 23:46
by Dalai
Maybe do an inverted grep of StaticDownloadLinks-win-glb.txt in InitializationHook.cmd, removing any Silverlight download links before the download runs?

Regards
Dalai

Re: Question for target win-glb

PostPosted: 06.07.2019, 23:59
by boco
Let's check if ExcludeListForce-all.txt will do.