Results 1 to 3 of 3

Thread: Error decompressing file xxxxxx.ocx error: -2000000005

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2

    Default Re: Error decompressing file xxxxxx.ocx error: -2000000005

    Hi Peter,

    > Suddenly I´m getting this error on the install.
    > I already change do ocx file, but still get this error.
    > Just to point, I´m adding this file in 3 folders
    > System
    > System32
    > SysWow64
    > Just adding not registering and I get the error when it tries to add in
    > the system folder.

    See attached screenshot. It's a typical access denied error. If you have
    write access to the folders (your installer is running elevated) and this
    still happens then it might be a false-positive from the protection system.
    But make sure your installer is running elevated (UAC level is set to
    requireAdministrator).

    > Another question, how can I add this ocx to the right folder depending
    > if it's a windows 32 or 64?

    Do you have 32-bit and native 64-bit OCX versions? If yes, you can install
    the native 64-bit version of the file to the 64-bit System folder by
    switching the installer into 64-bit mode (see "Set x64 Mode..." script
    function). Don't forget to switch back to 32-bit after you have installed
    the native 64-bit file ;-)

    Does this help?

    Friedrich
    Attached Images Attached Images  

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •