[wpkg-users] [Bug 148] a problem with parsing the regestry uninstall entries

bugzilla-daemon at bugzilla.wpkg.org bugzilla-daemon at bugzilla.wpkg.org
Fri Jun 5 07:35:16 CEST 2009


http://bugzilla.wpkg.org/show_bug.cgi?id=148





--- Comment #8 from argr1985 <argr1985 at yahoo.com>  2009-06-05 07:35:09 ---
(In reply to comment #6)
> I have the same issue on a Vista computer. Even the following simple script 
> copied from MSDN will return an "object required" error:
> 
> const HKEY_CURRENT_USER = &H80000001
> strComputer = "."
> Set oReg=GetObject( _
>    "winmgmts:{impersonationLevel=impersonate}!\\" &_
>     strComputer & "\root\default:StdRegProv")
> strKeyPath = "Console"
> strValueName = "HistoryBufferSize"
> oReg.GetDWORDValue _
>    HKEY_CURRENT_USER,strKeyPath,strValueName,dwValue
> WScript.Echo "Current History Buffer Size: " & dwValue
> 
> Mostly likely the registry is corrupt. However, wmidiag.vbs doesn't fix 
> the problem. Running "rundll32 wbemupgd, UpgradeRepository" says the 
> specified module could not be found.

Kent, what do you think why the regesrty can be corrupted?

-- 
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the wpkg-users mailing list