bitovi / launchpad

NodeJS Browser Launcher
MIT License
46 stars 28 forks source link

Remove ShowVer.exe #125

Closed hellokatili closed 2 years ago

hellokatili commented 3 years ago

I removed ShowVer.exe and changed the way the browser versions are detected. It now uses WMIC - that seems a more native approach. :wink:

This should fix issue #110.

bmomberger-bitovi commented 2 years ago

wmic is deprecated in favor of the equivalent powershell command, but for now this should be sufficient.

Deprecation banner at top: https://docs.microsoft.com/en-us/windows/win32/wmisdk/wmic

Powershell WMI commands: https://docs.microsoft.com/en-us/powershell/scripting/learn/ps101/07-working-with-wmi?view=powershell-7.2