[Bug 42753] New: ChangeVLKeySP1.vbs fails to change product key
https://bugs.winehq.org/show_bug.cgi?id=42753 Bug ID: 42753 Summary: ChangeVLKeySP1.vbs fails to change product key Product: Wine Version: 2.4 Hardware: x86-64 URL: https://support.microsoft.com/en-us/help/328874/how-to -change-the-volume-licensing-product-key-on-a-computer -that-is-running-windows-xp-service-pack-1-and-later-v ersions-of-windows-xp OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: jhansonxi(a)gmail.com Distribution: Ubuntu Xubuntu 14.04 wine-2.4 (Staging) Winetricks: wsh57 Attempting to set random VLK product key I found on the web doesn't have any effect. Prevents me from properly licensing my Wine. wine cscript c:\\ChangeVLKeySP1.vbs <random VLK from web> Microsoft (R) Windows Script Host Version 5.7 Copyright (C) Microsoft Corporation. All rights reserved. err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 fixme:wbemdisp:factory_QueryInterface interface {0000011a-0000-0000-c000-000000000046} not implemented err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 err:ole:create_server class {172bddf8-ceea-11d1-8b05-00600806d9b6} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {172bddf8-ceea-11d1-8b05-00600806d9b6} could be created for context 0x15 fixme:wbemdisp:WinMGMTS_ParseDisplayName ignoring security settings fixme:wbemdisp:services_QueryInterface interface {fc4801a3-2ba9-11cf-a229-00aa003d7352} not implemented fixme:wbemdisp:services_QueryInterface interface {a6ef9860-c720-11d0-9337-00a0c90dcaa9} not implemented fixme:wbemdisp:services_QueryInterface interface {a6ef9860-c720-11d0-9337-00a0c90dcaa9} not implemented fixme:wbemdisp:objectset_QueryInterface interface {a6ef9860-c720-11d0-9337-00a0c90dcaa9} not implemented fixme:wbemdisp:objectset_QueryInterface interface {a6ef9860-c720-11d0-9337-00a0c90dcaa9} not implemented fixme:wbemdisp:enumvar_QueryInterface interface {00020400-0000-0000-c000-000000000046} not implemented -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42753 Matteo Bruni <matteo.mystral(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal --- Comment #1 from Matteo Bruni <matteo.mystral(a)gmail.com> --- (In reply to Jeff D. Hanson from comment #0)
Xubuntu 14.04 wine-2.4 (Staging) Winetricks: wsh57
Attempting to set random VLK product key I found on the web doesn't have any effect. Prevents me from properly licensing my Wine.
Licensing Wine? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42753 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #2 from Bruno Jesus <00cpxxx(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org