I'd like to make a full WSS installation with the exception of SQL Server Express. If I choose "Basic" or "Advanced -> Full" intallation scenarios it installs SQL Server and I cannot uninstall it separately. If I select "Web Front-End", it then lacks search service (as per imbedded help). Is there any workaround

Install WSS 3.0 with Search but without SQL Server
CinoV
well, as often, the way around the settings pre-defined for wizard is command prompt. So these two commands brought me a fully functional database connection and working Central Administration site.
"C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\PSCONFIG.EXE" -cmd configdb -create -server <my server address>
"C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\PSCONFIG.EXE" -cmd adminvs -provision -windowsauthprovider enablekerberos
bennett1016
Andreas Johansson
Correct. WFE actually includes the Search Service (that I still can't activate, but that's for another topic). But I could find it only after installing WFE. However, the embedded help says:
And what actually does not include Search Service is "Stand-Alone" installation, which is considered to be "full". So I'm really messed here.
Anyway, thank you for your response.
L Bailey