ZLIB remains in temp directory after package execution
Mick Benner
Posts: 2
I have noticed that the ZLIB.DLL file remains in my %TEMP% directory after the execution of the packager executable.
It appears that the RedGate.Compression.ZLib.dll is creating the ZLIB.DLL in the %TEMP% directory but it is not cleaning itself up.
Is there any work around? I realized that it is only a 70k file, but I noticed that they were sticking around on my development machine.
Thanks,
Mick
It appears that the RedGate.Compression.ZLib.dll is creating the ZLIB.DLL in the %TEMP% directory but it is not cleaning itself up.
Is there any work around? I realized that it is only a 70k file, but I noticed that they were sticking around on my development machine.
Thanks,
Mick
This discussion has been closed.
Comments
Packager leaves the zlib.dll file behind when it runs a compressed package. Now that you've pointed this out, we'll make a note of changing the code to delete this file as part of Packager's exit code for a future version.