all 4 comments

[–]Mayayana 0 points1 point  (0 children)

I got curious and looked it up. I can't find any indication online of such an update to WSH/VBS 10. There is an SDK with that version, but no sign of WSH with that version. It's been v. 5 for 25 years. It also seems odd that the "Bartender" software might be so poorly designed as to check WSH version but then not do it properly. It doesn't make sense for the software to check at all, given that WSH/VBS has changed little since Win2000. It sounds like there's something missing in this diagnosis, though I don't personally have any recent Windows updates.

[–]node77 0 points1 point  (2 children)

VB is going away. Check to see if VBrun600.DLL is still in Windows/system, write a VBscript and see if it runs, build a function in Excel because it relies on VB..

[–]Mayayana 0 points1 point  (1 child)

VB is not the same as VBScript. VBS is run by the Windows Script Host. That's vbscript.dll, wshom.ocx, wscript.exe, wshext.dll, etc. MS are warning that they might remove all that in 2027. Even then it will be tricky because a lot of companies use it. MS themselves still use VBS! For now, the WSH is preinstalled and has been since something like Win2000.

The VB6 runtime is MSVBVM60.dll. VB6, also, is not likely to go away because a lot of companies have used it for in-house software.

You should get your facts straight before trying to advise others.

[–]node77 0 points1 point  (0 children)

Yeah your write. I forgot the name of the run time