PRJ2000: "You Can Not Use the Install Now Setup Option" Error Message When You Install Microsoft Project Central (310443)
The information in this article applies to:
This article was previously published under Q310443 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
SYMPTOMS
When you attempt to install Microsoft Project Central with the Install Now option, you may receive an error message similar to the following:
You can not use the Install Now setup option since Microsoft Data Engine (MSDE) is already installed on your machine. Please choose the Custom setup option.
CAUSE
This issue can occur when you already have Microsoft Data Engine (MSDE) or Microsoft SQL Server installed on your computer. Microsoft Project Setup attempts to automatically install MSDE. If a database engine is currently installed, Setup cannot continue.
RESOLUTION
To resolve this issue, use one or more of the following methods.
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. Method 1: Create a Default Database and Table Installation for SQL ServerNOTE: Because there are several versions of Microsoft Windows, the following steps may be different on your computer. If they are, see your product documentation to complete these steps. - Insert your Microsoft Project 2000 CD-ROM.
- Click Start, point to Programs, and then click MS-DOS prompt.
- At the command prompt, type cd CD-ROM to open the CD folder, where CD-ROM is the letter of your CD-ROM drive.
- To run the script that creates the Microsoft Project Central Project_CentralDB database and tables, type the following
osql -U account name -P password -i Crttable.sql
where account name is the name of the database service account (sa by default).
NOTE: The parameter letters U, P, d, and i are case-sensitive.
- Press ENTER.
- To create the default records in the tables, type the following
osql -U account name -P password -d db name -i Insdefsq.sql
where db name is the name of the database.
- Press ENTER.
- To create the default values in the records, type the following:
osql -U account name -P password -d database name -i Insdefsi.sql
Method 2: Uninstall MSDE and Run Project Central SetupWARNING: 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. NOTE: Because there are several versions of Microsoft Windows, the following steps may be different on your computer. If they are, see your product documentation to complete these steps. - Click Start, point to Settings, and then click Control Panel.
- In Control Panel, double-click Administrative Tools, and then double-click Services.
- In the Services dialog box, click MSSQLServer, and then click Stop.
- Press CTRL+ALT+DELETE to open the Windows Task Manager.
- In the Windows Task Manager, click sqlmangr.exe, and then click End Task.
- In Control Panel, double-click Add/Remove Programs.
- In the list of installed programs, click MSDE. Click Remove.
- Follow the onscreen instructions to remove MSDE.
- Start Windows Explorer, and then double-click the mssql7 data folder.
- On the Edit menu, click Select All.
- Press DELETE. When you receive the confirmation message, click Yes.
- Click Start, and then click Run.
- In the Open box, type regedit, and then click OK.
- Right-click the following key, and then press DELETE:
HKEY_LOCAL_MACHINE\Software\Microsoft\Office\9.0\Web Server\SQLInstalledByPrj
When you receive the confirmation message, click Yes.
REFERENCESFor additional information on installing and uninstalling Microsoft Project Central, click the article number below
to view the article in the Microsoft Knowledge Base:
280376 Installing and Customizing Microsoft Project Central
252566 OFF2000: How to Completely Remove Office CD1 on Windows 2000
252613 OFF2000: How to Completely Remove Office CD2 on Windows 2000
Modification Type: | Minor | Last Reviewed: | 1/7/2006 |
---|
Keywords: | kbprb KB310443 |
---|
|