Manejo de registros con WSH vb6

Iniciado por thecirujano, 28 Diciembre 2010, 16:34 PM

0 Miembros y 1 Visitante están viendo este tema.

thecirujano

Tengo el siguiente codigo
Dim ObjWsh As Object
Set ObjWsh = CreateObject("Wscript.Shell")
ObjWsh.RegDelete "HKEY_LOCAL_MACHINE\SOFTWARE\IVT Corporation\BlueSoleil\Install\InstallDir"
Set ObjWsh = Nothing

El problema es que si trato de borrar el directorio Install no puedo con el siguiente codigo
ObjWsh.RegDelete "HKEY_LOCAL_MACHINE\SOFTWARE\IVT Corporation\BlueSoleil\Install"
PD: El directorio esta sin claves
Como puedo borrar directorios?