https://bugs.winehq.org/show_bug.cgi?id=42753
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com --- The vbscript attempts to change the Windows license key, it calls wbemdisp with:
SELECT * FROM win32_WindowsProductActivation
But this does not return any results in Wine. To test there is no need for wsh57. If results were returned it would then call the method SetProductKey with the passed argument, probably this function would check the validity of the key and change it in the registry.