Jump to content

Recommended Posts

Posted

The program i am trying to run does not seem to work unless the following information contained in a .ini file is implimented? more specifically the registry portion.

however i do not know how to impliment it via WPI

How do I make it so the WPI adds this to my reg?

[registry_addreg]

HKLM,"SOFTWARE\Wow6432Node\VMware, Inc.\VMware Workstation\License.ws.6.0.200610","StartFields",0,"Cpt, ProductID, LicenseVersion, LicenseType, Epoch"

HKLM,"SOFTWARE\Wow6432Node\VMware, Inc.\VMware Workstation\License.ws.6.0.200610","Cpt",0,"COPYRIGHT © VMware, Inc. 1999-2007"

HKLM,"SOFTWARE\Wow6432Node\VMware, Inc.\VMware Workstation\License.ws.6.0.200610","ProductID",0,"VMware Workstation for Win32"

HKLM,"SOFTWARE\Wow6432Node\VMware, Inc.\VMware Workstation\License.ws.6.0.200610","LicenseVersion",0,"6.0"

HKLM,"SOFTWARE\Wow6432Node\VMware, Inc.\VMware Workstation\License.ws.6.0.200610","LicenseType",0,"User"

HKLM,"SOFTWARE\Wow6432Node\VMware, Inc.\VMware Workstation\License.ws.6.0.200610","Epoch",0,"2006-10-1"

HKLM,"SOFTWARE\Wow6432Node\VMware, Inc.\VMware Workstation\License.ws.6.0.200610","Hash",0,"98e01f3a-6864c46a-849969a7-e06b810f-da083400"

HKLM,"SOFTWARE\Wow6432Node\VMware, Inc.\VMware Workstation\License.ws.6.0.200610","Serial",0,"XXXXX-XXXXX-XXXXX-XXXXX"

HKLM,"SOFTWARE\Wow6432Node\VMware, Inc.\VMware Workstation\License.ws.6.0.200610","Name",0,"YOUR NAME"

HKLM,"SOFTWARE\Wow6432Node\VMware, Inc.\VMware Workstation\License.ws.6.0.200610","CompanyName",0,"YOU COMPANY"

HKLM,"SOFTWARE\Wow6432Node\VMware, Inc.\VMware Workstation\License.ws.6.0.200610","LastModified",0,"2006-12-25 @ 15:19:33 UTC"

Please help.


Posted

Don't you mean .inf??

Also just add it into your registry and then export it in reg format. Then add it in regbefore.

Or use this and just fill in the blanks :D

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\VMware, Inc.\VMware Workstation\License.wsace.6.0.200907]
"StartFields"="Cpt, ProductID, LicenseVersion, LicenseType, Field2"
"Field2"="AdminUI, Epoch"
"Cpt"="COPYRIGHT (c) VMware, Inc. 1999-2007"
"ProductID"="VMware Workstation for Win32"
"LicenseVersion"="6.0"
"LicenseType"="User"
"AdminUI"="1"
"Epoch"="2009-7-1"
"Hash"="1e099483-7d42b6f8-1d3986e3-bfa1b70d-5c9b66db"
"Serial"="*****-******-*****-*****"
"Name"="Kelsenellenelvian EverDawn"
"CompanyName"="EverDawn Unlimited"
"LastModified"="2007-12-21 @ 07:37:47 UTC"

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...