Get Excel/Visio/Ect to open in native program and NOT in IE.

For system help, all hardware / software topics NOTE: use Coders Corner for all coders topics.

Moderators: Krom, Grendel

Post Reply
User avatar
Top Wop
DBB Master
DBB Master
Posts: 5104
Joined: Wed Mar 01, 2000 3:01 am
Location: Far from you.
Contact:

Get Excel/Visio/Ect to open in native program and NOT in IE.

Post by Top Wop »

Ok, Mobius and any other Firefox fanboys need not apply in this thread because this is the real world and not lollypops and sugarsticks land. This is in a corporate environment where IE is used for many good reasons.

I want to open an Excel/Visio/Any Microsoft flavored file in its native program and not within IE. Typically if I need to work on a file I will right click save as and download it to disk from our intranet, but if I just want to quickly view its contents I want to just left click on the link and have it open in its native application and not within Internet Explorer because otherwise it presents various problems. We recently upgraded to Office 2003 (ick!). Is there any way I can do that?
User avatar
KompresZor
DBB Captain
DBB Captain
Posts: 919
Joined: Wed Jul 31, 2002 2:01 am
Location: Clearfield, Pennslyvania

Post by KompresZor »

Save this in Notepad as "OfficeDocsInOffice.reg"
Then open the file and merge and your done. If you have more then one machine to fix this is the easiest way to do it.

Make sure you back up your registry first!!

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Word.Document.8]
@="Microsoft Word Document"
"EditFlags"=dword:00010000
"BrowserFlags"=dword:00000008

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Excel.Sheet.8]
@="Microsoft Excel Worksheet"
"EditFlags"=dword:00010000
"BrowserFlags"=dword:00000008

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PowerPoint.Show.8]
@="Microsoft PowerPoint Presentation"
"EditFlags"=dword:00010000
"BrowserFlags"=dword:00000008

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Visio.Drawing.6]
@="Microsoft Visio Drawing"
"EditFlags"=dword:00010000
"BrowserFlags"=dword:00000008 
User avatar
CDN_Merlin
DBB_Master
DBB_Master
Posts: 9781
Joined: Thu Nov 05, 1998 12:01 pm
Location: Capital Of Canada

Post by CDN_Merlin »

If you left click the link in IE, it asks you if you want to save or open. Click open and select the proper program for weach type. Then make sure you check the box for "use this every time" or something like that.

Don't need to hack the reigstry.
Plebeian
DBB Alumni
DBB Alumni
Posts: 1055
Joined: Wed Dec 22, 1999 3:01 am
Location: Austin, TX, USA
Contact:

Post by Plebeian »

Except that with IE and Microsoft documents that go with applications you've got installed, it actually doesn't (that I've seen) give you the opportunity to view the document in Word/Excel/whatever instead of within the IE window.

Now, of course, there may be a preference somewhere, but I'm not sure. So hacking the registry may be the only way to fix it.

Hurray for the massive interdependency on IE's engine everywhere in Microsoft's apps. ;)
User avatar
DCrazy
DBB Alumni
DBB Alumni
Posts: 8826
Joined: Wed Mar 15, 2000 3:01 am
Location: Seattle

Post by DCrazy »

That's not really an interdependecy, it's more like a feature Microsoft doesn't give you the obvious option of turning off. They are basically trying to compete with the likes of Adobe's PDF plugin by making Word and Excel documents just as annoyingly easy to have open in a Web browser. It's targeted towards intranets and is billed as one of the integral features of SharePoint.

But it's annoying to everyone else.
User avatar
Mobius
DBB_Master
DBB_Master
Posts: 7940
Joined: Sun Jun 03, 2001 2:01 am
Location: Christchurch, New Zealand
Contact:

Post by Mobius »

DCrazy wrote:But it's annoying to everyone else.
Amen to that.

Oh - and I wasn't going to tell you to upgrade to Firefox. I was *going* to direct you to the Folder Options in Windows Explorer - where you can set file types and associations based on file extension...
Post Reply