After all the next next work, i reach the Install button and when i click on install it says
"TITLE: Microsoft SQL Server 2005 Setup
------------------------------

Could not find a package to install on the installation media."

How to solve this problem..

Recommended Answers

All 2 Replies

Are these MSDE/Express/Limited installers or the full blown version of SQL Server?

If you're using the MSDE installer you need to specify parameters when you launch the setup.

setup.exe /qb ADDLOCAL=SQL_Engine,SQL_Data_Files,SQL_Replication,Client_Components,Connectivity,SQL_SSMSEE INSTANCENAME=InstanceName SAVESYSDB=1 SQLBROWSERAUTOSTART=1 SQLAUTOSTART=1 AGTAUTOSTART=1 SECURITYMODE=SQL SAPWD=password DISABLENETWORKPROTOCOLS=0 ERRORREPORTING=1 SQMREPORTING=0 ADDUSERASADMIN=1 INSTALLSQLDIR="%ProgramFiles%\Microsoft SQL Server\"

Didnt get ur any word..!!....

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.