Okay! i have been at this for weeks without any success!
i need to change the image application that opens .tif/.tiff images
within IE6 browser. by default, windows XP uses the wonderful windows
fax/image viewer to open tif images from the browser. i need to change
this to Microsoft Document Imaging. i reviewed the registry to see
which file assocations should be modified. i believe the ones i have
listed are correct. My attempts to compile them into an .adm policy
have not worked. The structure is correct, there are no errors
produced, but nothing changes. not even the tif icon.
here is what i have written, but it does not work.
I have not been able to find any decent examples of trying to do this
specific toggling of application association.
CLASS MACHINE
CATEGORY TIFImage
POLICY TIF
KEYNAME "software\classes\.tif"
VALUENAME "Imagedocument"
VALUEON Imaging.Document
END POLICY
POLICY TIFF
KEYNAME "software\classes\.tiff"
VALUENAME "Imagedocument"
VALUEON Imaging.Document
END POLICY
POLICY MIME
KEYNAME "software\classes\mime\database\content type\image/tiff"
VALUENAME "AutoplayContentTypeHandler"
VALUEON PicturesContentHandler
END POLICY
END CATEGORY
|