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?