I agree that it sounds like a file association problem.
by Edward ODaniel - 12/16/11 5:59 PM
In Reply to: update by zanada
If you open a command prompt and type assoc .zip you should get a return line reading .zip-winzip (note: you will need to press the enter\return key after typing each command)
If you get something else type assoc .zip=winzip
Now type ftype winzip and you should get a return that reads WinZip=c:\program files\winzip\winzip32.exe "1%" (your own actual path may be different but it should point to the winzip executable)
If the return you got was not pointing to the winzip executable type ftype WinZip=C:\Program Files\Winzip\winzip32.exe "%1" (substitute the actual path to your own winzip executable)
Both WinZip and IE should be acting properly now regarding zip files.
Was this reply helpful? (0) (0)
Staff pick