Re: Newbie - Help with VB.Net Install!

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




"Hector" <Hector@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:DFEE63F2-CD2E-4786-85DA-8985B9235B22@xxxxxxxxxxxxxxxx
> Peter,
> I do not have an icon for MSDE. When I try to follow the link to download
> and install the MSDE the download works but the installation fails.
>
> Applying the instructions on the MSDN page "Using MSDE 2000 with the .NET
> Framework SDK QuickStart Tutorials"
> I get to Step 2 when I get the following scenario.
>
> I have opened an MS-DOS command prompt and changed to the C:\MSDERelA
> directory,
> and run the following command:
>
> Setup.exe /qb+ INSTANCENAME=NetSDK DISABLENETWORKPROTOCOLS=1 SAPWD=<MY SA
> PASSWORD>
>
> after a couple of screens I get the following:
>
> MessageBox Title: Microsoft SQL Server Desktop Engine
> Message: The instance name specified is invalid.
> OK Button
>
> Folowed by another
> MessageBox Title: Microsoft SQL Server Desktop Engine
> Message: Microsoft SQL Server Desktop Engine Setup failed.
> OK Button
>
> Would appreciate more help.
>
> Hector
>
At this point, I can only offer you one possibility.
Try the setup command the way we do it for our classrooms.

This is an excerpt from our standard instructions:
"
5. To execute SETUP.EXE correctly, you must supply an instance name and a
system administrator password as part of the command: i.e. the command must
be (note the implication that you must be logged on as a system
administrator to install):



SETUP.EXE INSTANCENAME="NetSDK" SAPWD="yourSAPassword"



where yourSAPassword is your actual system administrator password. This
password is needed only to install MDSE, not to use it. Access to MSDE is
controlled by normal "NT Security" which should allow users access based on
network logon and password. It is very important the the INSTANCENAME
parameter be NetSDK, as this name will enable you to generate the sample
databases automatically instead of having to run SQL scripts from the
command line.



6. Once installation is complete, you must reboot the PC before you will see
MSDE. After the reboot, you should see the MSDE icon in SysTray."



If you continue to encounter difficulties, I suggest you consider posting
in:



microsoft.public.sqlserver.msde


--
Peter [MVP Visual Developer]
Jack of all trades, master of none.


.



Relevant Pages

  • Re: Walkthroughs
    ... SQL Server Service Manager window. ... This step does not install MSDE (although the dialogs ... > where yourSAPassword is your actual system administrator password. ...
    (microsoft.public.dotnet.academic)
  • Re: What is SAPWD and how to use it
    ... > install the MSDE 2000. ... default administrator account. ... system administrator password as part of the command: ...
    (microsoft.public.dotnet.framework.adonet)
  • RE: MSDE setup failure
    ... Please follow these steps to reinstall the MSDE ... Use the Verbose log option to capture the setup log, ... If the install still fails, Please post the msdestp.log ... command prompt: setup SAPWD="abc" ...
    (microsoft.public.sqlserver.setup)
  • Re: Changing SA password
    ... OP needs to review the install "command" line options for MSDE - SA ... After typing "osql -U sa" at the ...
    (microsoft.public.windowsxp.security_admin)
  • Re: MSDE 2000 and Default Database
    ... That application uses a Database created for the application's ... To let the end user install the MSDE on their PCs, ... Setup /settings setup.ini command line... ... Master and Default databases but I can not find the way to make it install ...
    (microsoft.public.sqlserver.setup)