Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > Windows XP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-04-2008, 03:13 PM
Rajiv K Khandelwal
 
Posts: n/a
Unable to open TIF files

While opening TIF files, I have started getting the message that Windows Fax
Viewer is not installed. This happened following installation of Outlook.
Can you guide as how to go about installing the Fax Viewer?

Thanking you in anticipation,

Rajiv K. Khandelwal


Reply With Quote
  #2 (permalink)  
Old 04-04-2008, 05:28 PM
Don Phillipson
 
Posts: n/a
Re: Unable to open TIF files

"Rajiv K Khandelwal" <rajiv@vardaan.net> wrote in message
news:uQjPd4llIHA.4536@TK2MSFTNGP06.phx.gbl...

> While opening TIF files, I have started getting the message that Windows
> Fax Viewer is not installed. This happened following installation of
> Outlook. Can you guide as how to go about installing the Fax Viewer?


There are other ways to view TIF graphics.
Try the free utility from www.irfanview.com
(also a nifty audio player.)

--
Don Phillipson
Carlsbad Springs
(Ottawa, Canada)


Reply With Quote
  #3 (permalink)  
Old 04-04-2008, 05:55 PM
Alias
 
Posts: n/a
Re: Unable to open TIF files

Rajiv K Khandelwal wrote:
> While opening TIF files, I have started getting the message that Windows Fax
> Viewer is not installed. This happened following installation of Outlook.
> Can you guide as how to go about installing the Fax Viewer?
>
> Thanking you in anticipation,
>
> Rajiv K. Khandelwal
>
>


What happens if you try to right click on a .tif file and choose "Open
with"? Do you have Windows Image and Fax Viewer as one of the choices?
If so, choose it and tell it to always use the Viewer to open .tif files.

Alias
Reply With Quote
  #4 (permalink)  
Old 04-05-2008, 07:48 AM
=?Utf-8?B?UmV5IFNhbnRvcw==?=
 
Posts: n/a
RE: Unable to open TIF files

You Cannot View TIFF Images Using Windows Picture and Fax Viewer
http://support.microsoft.com/kb/329270/

You cannot view pictures by using Windows Picture and Fax Viewer in Windows XP
http://support.microsoft.com/kb/921048

--
Rey


"Rajiv K Khandelwal" wrote:

> While opening TIF files, I have started getting the message that Windows Fax
> Viewer is not installed. This happened following installation of Outlook.
> Can you guide as how to go about installing the Fax Viewer?
>
> Thanking you in anticipation,
>
> Rajiv K. Khandelwal
>
>
>

Reply With Quote
  #5 (permalink)  
Old 04-05-2008, 09:23 AM
ju.c
 
Posts: n/a
Re: Unable to open TIF files

This reg file will restore .tif and .tiff file association to Windows XP
default.

Copy between "=====" and paste in notepad, save as tif.reg

Double-click or right-click and merge into the Registry.

========================
Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\.tiff]

[HKEY_CLASSES_ROOT\.tiff]
"Content Type"="image/tiff"
"PerceivedType"="image"
@="TIFImage.Document"

[HKEY_CLASSES_ROOT\.tiff\OpenWithProgids]
"TIFImage.Document"=hex(0):

[HKEY_CLASSES_ROOT\.tiff\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\.tif]
"Content Type"="image/tiff"
"PerceivedType"="image"
@="TIFImage.Document"

[HKEY_CLASSES_ROOT\.tif\OpenWithProgids]
"TIFImage.Document"=hex(0):

[HKEY_CLASSES_ROOT\.tif\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"


[-HKEY_CLASSES_ROOT\TIFImage.Document]

[HKEY_CLASSES_ROOT\TIFImage.Document]
"EditFlags"=dword:00010000
"FriendlyTypeName"=hex(2):40,00,25,00,53,00,79,00, 73,00,74,00,65,00,6d,00,52,\
00,6f,00,6f,00,74,00,25,00,5c,00,53,00,79,00,73,00 ,74,00,65,00,6d,00,33,00,\
32,00,5c,00,73,00,68,00,69,00,6d,00,67,00,76,00,77 ,00,2e,00,64,00,6c,00,6c,\
00,2c,00,2d,00,33,00,30,00,36,00,00,00
"ImageOptionFlags"=dword:00000000

[HKEY_CLASSES_ROOT\TIFImage.Document\DefaultIcon]
@="shimgvw.dll,4"

[HKEY_CLASSES_ROOT\TIFImage.Document\shell]

[HKEY_CLASSES_ROOT\TIFImage.Document\shell\open]
"MuiVerb"="@shimgvw.dll,-550"

[HKEY_CLASSES_ROOT\TIFImage.Document\shell\open\com mand]
@="rundll32.exe C:\\WINDOWS\\System32\\shimgvw.dll,ImageView_Fulls creen
%1"

[HKEY_CLASSES_ROOT\TIFImage.Document\shell\open\Dro pTarget]
"Clsid"="{E84FDA7C-1D6A-45F6-B725-CB260C236066}"

[HKEY_CLASSES_ROOT\TIFImage.Document\shell\printto]

[HKEY_CLASSES_ROOT\TIFImage.Document\shell\printto\ command]
@="rundll32.exe C:\\WINDOWS\\System32\\shimgvw.dll,ImageView_Print To /pt
\"%1\" \"%2\" \"%3\" \"%4\""
========================

ju.c

"Rajiv K Khandelwal" <rajiv@vardaan.net> wrote in message
news:uQjPd4llIHA.4536@TK2MSFTNGP06.phx.gbl...
> While opening TIF files, I have started getting the message that
> Windows Fax Viewer is not installed. This happened following
> installation of Outlook. Can you guide as how to go about installing
> the Fax Viewer?
>
> Thanking you in anticipation,
>
> Rajiv K. Khandelwal
>



Reply With Quote
  #6 (permalink)  
Old 04-05-2008, 12:05 PM
Rajiv K Khandelwal
 
Posts: n/a
Re: Unable to open TIF files

Thanks Rey. The second link worked.

Rajiv K. Khandelwal

"Rey Santos" <ReySantos@discussions.microsoft.com> wrote in message
news:4731981F-52E8-41B7-BAF7-AFF0A6868184@microsoft.com...
> You Cannot View TIFF Images Using Windows Picture and Fax Viewer
> http://support.microsoft.com/kb/329270/
>
> You cannot view pictures by using Windows Picture and Fax Viewer in
> Windows XP
> http://support.microsoft.com/kb/921048
>
> --
> Rey
>
>
> "Rajiv K Khandelwal" wrote:
>
>> While opening TIF files, I have started getting the message that Windows
>> Fax
>> Viewer is not installed. This happened following installation of Outlook.
>> Can you guide as how to go about installing the Fax Viewer?
>>
>> Thanking you in anticipation,
>>
>> Rajiv K. Khandelwal
>>
>>
>>



Reply With Quote
  #7 (permalink)  
Old 04-05-2008, 01:31 PM
=?Utf-8?B?UmV5IFNhbnRvcw==?=
 
Posts: n/a
Re: Unable to open TIF files

Thanks for letting us know.

--
Rey


"Rajiv K Khandelwal" wrote:

> Thanks Rey. The second link worked.
>
> Rajiv K. Khandelwal
>
> "Rey Santos" <ReySantos@discussions.microsoft.com> wrote in message
> news:4731981F-52E8-41B7-BAF7-AFF0A6868184@microsoft.com...
> > You Cannot View TIFF Images Using Windows Picture and Fax Viewer
> > http://support.microsoft.com/kb/329270/
> >
> > You cannot view pictures by using Windows Picture and Fax Viewer in
> > Windows XP
> > http://support.microsoft.com/kb/921048
> >
> > --
> > Rey
> >
> >
> > "Rajiv K Khandelwal" wrote:
> >
> >> While opening TIF files, I have started getting the message that Windows
> >> Fax
> >> Viewer is not installed. This happened following installation of Outlook.
> >> Can you guide as how to go about installing the Fax Viewer?
> >>
> >> Thanking you in anticipation,
> >>
> >> Rajiv K. Khandelwal
> >>
> >>
> >>

>
>
>

Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > Windows XP


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:23 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Credit Card | Mobile Phones | Hotels Shrewsbury | Jordan V | Flights to Bangkok



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114