PDA

View Full Version : FAQ: What does installer "Error Code#: 0002:0005" mean?



NewsArchive
09-01-2017, 08:20 AM
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

NewsArchive
09-02-2017, 07:45 AM
Hi Friedrich

My goodness - I just had that yesterday and figured it out. I can
confirm the diagnosis and the solution.

Your excellent explanation is going straight into our weekly newsletter.
Thanks a ton.

What on earth we would do without you for installing software is
anyone's guess.

:-)

Cheers
Andre

NewsArchive
09-02-2017, 09:27 AM
Hi Andre,

> My goodness - I just had that yesterday and figured it out. I can confirm
> the diagnosis and the solution.
>
> Your excellent explanation is going straight into our weekly newsletter.
> Thanks a ton.
>
> What on earth we would do without you for installing software is anyone's
> guess.
>
> :-)

Thank YOU so much for your kind words :-)

Friedrich