Quantcast
Channel: VMware Communities : Discussion List - vSphere Client SDK
Viewing all articles
Browse latest Browse all 2218

ThinAppSDK API Bug in ThinAppSDK.IThinApp_VRegKey.get_SubKeys() ?

$
0
0

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


Viewing all articles
Browse latest Browse all 2218

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>