VB Scripting Error - can't install certificate

Discussion in 'Windows 7' started by poppyc, Jul 6, 2012.

  1. poppyc

    poppyc MDL Novice

    May 28, 2010
    21
    5
    0
    When I try to install a certificate using the slmgr.vbs -ilc C;\xxxx command I get the following error:
    ErrorMSG.jpg

    I have run SLIC Toolkit and I have a valid Slic 2.1 in my BIOS. I also have the Cert file in the root of my C Drive. I tried copying the slmgr file from the the winsxs folder to system32 folder but I still get the same error. The vb dll's are all registered. Any ideas?
     
  2. LatinMcG

    LatinMcG Bios Borker

    Feb 27, 2011
    5,711
    1,606
    180
    C; should be C:

    use daz windows loader.. easier. Also watfix and voatk 2.5 rearm 30 days.. then try daz windows loader for cert and key.
     
  3. poppyc

    poppyc MDL Novice

    May 28, 2010
    21
    5
    0
    It is C:, that was just a typo in the post. Any other ideas?
     
  4. Daz

    Daz MDL Developer / Admin
    Staff Member

    Jul 31, 2009
    9,534
    67,254
    300
    #4 Daz, Jul 6, 2012
    Last edited by a moderator: Apr 20, 2017
    Try using this:
    Code:
    regsvr32 scrrun.dll
    regsvr32 scrobj.dll
    regsvr32 vbscript.dll
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. poppyc

    poppyc MDL Novice

    May 28, 2010
    21
    5
    0
    #5 poppyc, Jul 6, 2012
    Last edited by a moderator: Apr 20, 2017
    (OP)
    I ran all 3 from an elevated command prompt and they all said succeeded, but I still get the error when I try to install the cert.
     
  6. Daz

    Daz MDL Developer / Admin
    Staff Member

    Jul 31, 2009
    9,534
    67,254
    300
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. poppyc

    poppyc MDL Novice

    May 28, 2010
    21
    5
    0
    I did a Repair Install and that solved the problem Thanks for your suggestions Daz.