Kevin Fegan - 2010-03-22

I have since noticed that if I do not have any copies of Internet Explorer running when I click to open an .HTML file from inside of a zip file, then everything works OK.

The problem seems to be that 7-Zip will extract the requested file, and call the program. If it happens that the called program executes a new program to handle the request, or passes the request on to an already running copy of the program, and then the program executed by 7-Zip closes, and 7-Zip nearly immediately sees the program close and believes the extracted file is no longer needed, (temporary), and so 7-Zip deletes the extracted temp file before the program can actually open it.

Kevin