![]() |
|
|||||||
| Foxit Reader Foxit Reader is a free PDF document viewer and printer, with incredible small size, breezing-fast launch speed and rich feature set. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How do I prevent Foxit to open pdf files inside the browser window for IE6 (and for firefox too).
With acrobat reader there was a setting to allways open pdf files in the acrobat window, althought IE did not show a download dialog. with foxit, IE does show a standard download dialog, but when I click "open" it will be embedded in IE nevertheless On a related note, how do I uninstall foxit? there was no installer, so which settings do I have to change so that windows behaves as if it does not know anything about pdf at all? thanks for any help |
|
#2
|
|||
|
|||
|
>>On a related note, how do I uninstall foxit? there was no installer, so which settings do I have to change so that windows behaves as if it does not know anything about pdf at all?
Just delete foxitreader :) |
|
#3
|
|||
|
|||
|
>>>On a related note, how do I uninstall foxit? there was no installer, so which settings do I have to change so that windows behaves as if it does not know anything about pdf at all?
>Just delete foxitreader :) Uhm, but to integrate with IE foxit must have made some changes to the registry, right? what will happen to them once I remove foxit? I actually do not want to remove foxit completely, just remove all registry and other changes. |
|
#4
|
|||||
|
|||||
|
Quote:
registry (and some other stuff, if you're a clean freak!)... (1) In HKCR, there's a key called '.pdf'. Edit or delete that (that's the basic file association for .pdf files). (2) the above .pdf entry refers to another link, also in HKCR, called 'FoxitReader.Document'. Inside that one, there's a lot more stuff. The file open on double-click functionality is the result of the HKCR\FoxitReader.Document\shell\open\command\ ( Default ) entry. Removing that stops the file open thing. Its actually OK to remove the whole "FoxitReader.Document" section I think. If you're not using Foxit, you don't need that at all. Those two are the bits that make the file association work. There are other bits in the registry, searching for "FoxitReader.Document" and removing will clean most stuff. I haven't done an exhaustive search, but when I removed .pdf + anything referring to "FoxitReader.Document", both windows and the Foxit PDF executable behaved as if Foxit PDF reader hadn't been installed at all. Quote:
PDF Files (with Adobe Acrobat Reader set to the default handler) actually breaks Firefox, slows it down, etc. If you go to Tools -> Options -> Downloads -> Plugins in Firefox and turn OFF everyhing PDF and PDF-like, then it opens PDFs externally in the reader, not in the browser, and it works a lot more smoothly. Quote:
Quote:
Details on the installer are in my post in the "Can you please get a normal installer" thread on this forum. My installer uses a free (Inno Setup) installer builder, and I've included full source code inside the installer (in the license section) so if the Foxit Folks decide they want to offer an installer option with their already great reader, then I hope the work I've done already will help them get a good head start. Quote:
GeoffB
|
|
#5
|
|||
|
|||
|
GeoffB, quite profession answer!
Our design team will add an option to disable IE association later, then you will be able to view PDF outside the browser. |
|
#6
|
|||
|
|||
|
I would REALLY LOVE to see an option to disable browser integration added to the Foxit Reader software. I hate PDFs loading in my browser; and sometimes I don't want to right-click and save the PDF, just quickly view it if it's a small file.
I have looked, and do not see a way to alter that... I don't want to disassociate PDFs with Foxit Reader (as I want to double-click the file in explorer and have it launch in Foxit), I just don't want Foxit to load inside Firefox or Internet Explorer (Firefox being the preferred browser). Thank you, KyferEz |
|
#7
|
|||
|
|||
|
This has been talked about so many times! There are also many other similar threads.
As you can see above on September 8th, 2005, arthur said it would be done. But here it is 1-1/2 years later, and it still isn't done! |
|
#8
|
|||
|
|||
|
When will the ability to choose to disable browser integration be available?
|
|
#9
|
|||
|
|||
|
In the absence of a disable switch in Foxit, here is the next best thing: A registry hack. It worked for me using XPPro IE6-SP1 & Foxit 2.1.
(Note: The registry key is "FoxitReader.Document", all one word. There is a bug in the forum software that inserted a space between "Do" and "cument". Damn bugs everywhere!) Disable browser integration (save PDF dialogue appears) ----------------------------------------------------- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.Do cument] @="PDF Document" "EditFlags"=dword:00000002 Enable browser integration (read PDF in IE6) ------------------------------------------ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.Do cument] @="PDF Document" "EditFlags"=dword:00010000 Last edited by alvian; December 18th, 2007 at 07:35 AM. Reason: Bug in forum software |
|
#10
|
|||
|
|||
|
I tried this to Disable browser integration (save PDF dialogue appears).
Code:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.Document] @="PDF Document" "EditFlags"=dword:00000002 Unfortunately, it didn't disable browser integration for me on XP Home SP2 with IE6. Any advice, alvian? Do you think I did something wrong? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|