Visio2002: Where Registry Settings Are Stored: Part 6 (298747)



The information in this article applies to:

  • Microsoft Visio 2002 Standard
  • Microsoft Visio 2002 Professional

This article was previously published under Q298747
IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry

For a Microsoft Visio 2000 version of this article, see 298434.

SUMMARY

This article is part 6 of a series of six Microsoft Knowledge Base articles that describe where registry settings are stored for Microsoft Visio 2002. For additional information, click the article numbers below to view the articles in the Microsoft Knowledge Base:

298736 Vso2002: Where Registry Settings Are Stored: Part 1

298739 Vso2002: Where Registry Settings Are Stored: Part 2

298740 Vso2002: Where Registry Settings Are Stored: Part 3

298742 Vso2002: Where Registry Settings Are Stored: Part 4

298744 Vso2002: Where Registry Settings Are Stored: Part 5

About Visio Registry Entries

Visio uses the Windows registry to store user settings and other application-specific information. To keep the entries in the registry to a minimum, Visio automatically writes out those settings that are not default and a few others that are useful, such as, file paths, import and export filters, and last files.

You can include all possible settings in the Windows registry. To do this, follow these steps:
  1. Start Visio.
  2. On the Tools menu, click Options, and then click the Advanced tab.
  3. Click to select the Put all settings in Windows registry check box.
  4. Click OK.
  5. Quit Visio.
This article explains the settings in the following registry subkeys:
HKEY_CURRENT_USER\Software\Microsoft\Visio\VisioImports

and
HKEY_CURRENT_USER\Software\Microsoft\Visio\VisioExports

MORE INFORMATION

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.

In Visio, import filter information and settings are stored in the following registry subkey:
HKEY_CURRENT_USER\Software\Microsoft\Visio\VisioImports

In the VisioImports subkey, the text to the left of the equal sign (=) is displayed in the File Type box in the Picture dialog box. The text to the right of the equal sign is the filter file name, followed by a comma and then the file extension supported by that filter, like this:

Adobe Illustrator File=imps_2.flt,AI
Computer Graphics Metafile=imcgm2.flt,CGM
Corel Clipart Format=imcmx2.flt,CMX
CorelDRAW! Drawing File Format=imcdr2.flt,CDR
Encapsulated Postscript File=imps_2.flt,EPS
IGES Drawing File Format=imigs2.flt,IGS
Macintosh PICT Format=impct2.flt,PCT
Micrografx Designer Version 3.1=imdrw2.flt,DRW
Micrografx Designer Version 6.0=imdsf2.flt,DSF
Postscript File=imps_2.flt,PS
Zsoft PC Paintbrush Bitmap=ibpcx2.flt,PCX

In Visio, the export filter information and settings are stored in the following registry subkey:
HKEY_CURRENT_USER\Software\Microsoft\Visio\VisioExports

In the VisioExports subkey, the text to the left of the equal sign (=) is displayed in the File Type box in the Save As dialog box. The text to the right of the equal sign is the filter file name, followed by a comma and then the file extension supported by that filter, like this:

Adobe Illustrator File=emps_2.flt,AI
Computer Graphics Metafile=emcgm2.flt,CGM
Encapsulated Postscript File=emps_2.flt,EPS
IGES Drawing File Format=emigs2.flt,IGS
Macintosh PICT Format=empct2.flt,PCT
Postscript File=emps_2.flt,PS
Zsoft PC Paintbrush Bitmap=ebpcx2.flt,PCX


Modification Type:MinorLast Reviewed:7/27/2006
Keywords:kbinfo KB298747