Archived

This forum has been archived. Please start a new discussion on GitHub.

IceVisual Studio Extension installation failure

Hi,

I use VS2005 with Ice 3.3.1 on Vista Premium; I'm administrator of this machine. During Ice VS Extension installation I've got the attached error.

Please help.

Comments

  • xdm
    xdm La Coruña, Spain
    Hi Alex,

    The Visual Studio Extension installer relies upon VBScript, which for some reason isn't registered automatically in your Vista installation.

    Try this :

    As administrator open a command prompt

    Start button -> All Programs -> Accessories -> Right click on Command Prompt, select 'Run as administrator'.

    Then type following commands

    > cd C:\Windows\System32
    > regsvr32 vbscript.dll

    You should get a message box saying DLL has been registered.

    Run the installer again.

    Hope this solve the issue
  • José,

    After VBScript registration the installation worked as expected.

    Thanks a lot for the fast reply.