"Settings file <path>\Setup.INI is missing or invalid" error message when you try to run the Visio 2002 Setup program (302760)
The information in this article applies to:
- Microsoft Visio 2002 Standard
- Microsoft Visio 2002 Professional
This article was previously published under Q302760 SYMPTOMS
When you try to run Microsoft Visio Setup, you may receive the following error message: Microsoft Visio Setup
Settings file path\Setup.INI is missing or invalid. Please ensure this file exists and is accessible.
In this example, path is the path to the location of the Visio Setup.ini file. CAUSE
This behavior occurs if you install Visio from an administrative installation point, and the Setup INI Customization Wizard in the Microsoft Office XP Office Resource Kit (ORK) was used to customize the Visio Setup.ini file when the administrative installation point was created. When you customize the installation process by using the wizard to rename the original Setup.ini file, make changes to the file, and then save the resulting file as Setup.ini, the wizard does not modify the Setup.ini file as expected.
This error message occurs because the Setup INI Customization Wizard incorrectly modifies the following entry in the Visio Setup.ini file
from:
[Options]
SHORTFILENAMES=""
to:
[Options]
SHORTFILENAMES=
Note that the double quotes ("") are removed from the SHORTFILENAMES="" line. When the double quotes ("") are missing, the value changes from "null" to "invalid." As a result, Visio Setup interprets this as an invalid setting, and you receive the error message described in the "Symptoms" section of this article.
RESOLUTION
To resolve this issue, use Notepad to correct the Setup.ini file. To do this, follow these steps:
- Click Start, point to Programs, point to Accessories, and then click Notepad.
- On the File menu, click Open.
- Browse to the Visio Setup.ini file that you customized, and then click Open.
- Locate the following entry:
[Options]
SHORTFILENAMES=
- Type "" at the end of the SHORTFILENAMES= line to change the entry to the following:
[Options]
SHORTFILENAMES=""
- Click Save on the File menu, and then quit Notepad.
- Run Visio Setup.
Modification Type: | Minor | Last Reviewed: | 7/27/2006 |
---|
Keywords: | kbsetup kbtshoot kbbug kberrmsg kbnofix KB302760 |
---|
|