Link to home
Start Free TrialLog in
Avatar of erinch
erinchFlag for United States of America

asked on

docx files download as zip files and won't open on computer which previously had expired copy of winzip

I have a series of .docx documents loaded on a website which open without incident on other computers. But on one particular computer, there was an expired copy of WinZip installed. It tried to be the application which would open the documents, which was not successful.

I uninstalled winzip, but on this computer only, it continues to insist on download the documents as a zipfile, which then extracts into 4 folders and 14 .xml files (it's a document with complicated styles.) Word 07 will open the document by clicking on the zipfile, but it has to be resaved as a docx, it still registers as a zipfile after opening it.

Is there a way to restore the ability to click and open .docx files from the website without having to download as a zipfile first?
Avatar of Forrest Burris
Forrest Burris
Flag of United States of America image

Open up Windows Explorer, Click on Tools -> Folder Options -> File Types -> Find .docx -> Change the Open With statement to reflect Microsoft Word and not Winzip
Avatar of erinch

ASKER

I'm afraid that is how they are set to open, iwth Word 2007. This is related, somehow, to winzip borking on the extraction. It was working previously on this computer.
I assume you have uninstalled WinZip completely? If .docx is showing that it loads from Word 2007, then it should even load .docx attachments in Word instead of WinZip. You are absolutely sure that the website link is to a .docx file? I hate to ask the obvious but sometimes people don't realize that the file is in fact a .zip file they're downloading? Oops I just read that you're a Guru on the subject, I mean no disrespect.
I have the same problem, the docx document has been saved to a sharepoint server, when I attempt to download it, it downloads the file as a winzip file.
I just tried the trick of renaming the file which worked, however I would like a permanent solution.
ASKER CERTIFIED SOLUTION
Avatar of Mantvydas
Mantvydas
Flag of Lithuania image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
That would seem to indicate that the situation would be the same for all users, however I have seen the file being downloaded from the same sharepoint site to a different machine which opened the file with not problems.
Avatar of erinch

ASKER

thanks; I'll work with my webhost. (sorry for delay--I missed this posting!)
Avatar of IT_ServiceDesk
IT_ServiceDesk

Problem with IE listening to the webserver on what to open the file with.

If you change these reg keys it will ignore the webserver and just use what it normaly would use.
Note: The fix may cause problems with other file types on the internet please test and backup your registry before updating.

Full artical found here: http://support.microsoft.com/kb/925832

If you put the below in a *.reg file and run it, it will be fix it:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING]
"iexplore.exe"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING]
"iexplore.exe"=dword:00000000