Hi there,
I test the ThinAppSDK and have a Problem.
When i open the virtual Registry there i have 3 Option to Open.
HKLM
HKCU
HKCR
The "HKCR" is the only Base Key that was going to open. When i Try the other both i become an ThinApp Error
DirectCast(me.vReg.OpenKey("HKLM",""),ThinAppSDK.IThinApp_VRegKey).SubKeys
System can´t find the spezified File
DirectCast(me.vReg.OpenKey("HKCU",""),ThinAppSDK.IThinApp_VRegKey).SubKeys
System can´t find the spezified File
DirectCast(me.vReg.OpenKey("HKCR",""),ThinAppSDK.IThinApp_VRegKey).SubKeys
It´s open and i become the Object
Set Management = WScript.CreateObject("ThinApp.Management")
' Follow the chain from ThinApp.Management to ThinApp.Package to ThinApp.VFileSystemObject
Set Package = Management.OpenPackage(PackageName)
Set vReg = Package.GetVRegistryObject(0)
Set vreg1=vReg.OpenKey("HKLM","")
WScript.StdOut.WriteLine vreg1
What is the Problem?
Regards
Peter