Results 1 to 3 of 3

Thread: FAQ: What does installer "Error Code#: 0002:0005" mean?

Threaded View

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

    Default FAQ: What does installer "Error Code#: 0002:0005" mean?

    FAQ: What does installer "Error Code#: 0002:0005" mean and what may be
    causing this?

    ANSWER: The first part of the error code (0002) tells us that the
    LoadLibraryA Windows API call to load the "unpacked" high-performance
    decompression library (located in the temporary Windows folder) failed. The
    return value is NULL. The second part of the error code (0005) is the
    return value from the GetLastError Windows API. It returns a typical
    ERROR_ACCESS_DENIED = 5 (0x5) = Access is denied error.

    This most likely means that the system "blocks" your setup (anti-virus
    system, anti-spyware system, Windows Defender, etc.) and is caused by a bug
    in the protection system.

    --
    Friedrich Linder
    Lindersoft | SetupBuilder | www.lindersoft.com
    954.252.3910 (within US) | +1.954.252.3910 (outside US)

    --SetupBuilder "point. click. ship"
    --Helping You Build Better Installations
    --Create Windows 10 ready installations in minutes
    --Official COMODO Code Signing and SSL Certificate Partner
    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
  •