Prob Installing vb.net service on win2k Server

J

J

hi,
I'm having a problem installing a service created in vb.net 2003 on a
windows 2000 server. I have installed the service on a few XP machines with
out any problems...but the 2 servers (win 2000 server sp4) I have triend
have the same error (both are on diffrent domains and have framework v1.1
installed; 1 is a domain controler, the other is not)

An exception occurred during the Install phase.
System.ComponentModel.Win32Exception: The account name is invalid or does
not exist, or the password is invalid for the account name specified

The logged in user has local and network admin rights; i have found a
few posts that just suggest to use a diffrent username when prompted....but
i never get a prompt to try a diffrent user

I installed the service from a command prmpt using installutil.exe; below is
the entire output of the install.


Thanks for any help in advance,

Jason
(e-mail address removed)


*******************************************
Microsoft (R) .NET Framework Installation utility Version 1.1.4322.573
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.


Running a transacted installation.

Beginning the Install phase of the installation.
See the contents of the log file for the e:\grms\progsnew\services\imdaa.exe
assembly's progress.
The file is located at e:\grms\progsnew\services\imdaa.InstallLog.
Installing assembly 'e:\grms\progsnew\services\imdaa.exe'.
Affected parameters are:
assemblypath = e:\grms\progsnew\services\imdaa.exe
logfile = e:\grms\progsnew\services\imdaa.InstallLog
Installing service DAA Import Watcher...
Creating EventLog source DAA Import Watcher in log Application...

An exception occurred during the Install phase.
System.ComponentModel.Win32Exception: The account name is invalid or does
not exist, or the password is invalid for the account name specified

The Rollback phase of the installation is beginning.
See the contents of the log file for the e:\grms\progsnew\services\imdaa.exe
assembly's progress.
The file is located at e:\grms\progsnew\services\imdaa.InstallLog.
Rolling back assembly 'e:\grms\progsnew\services\imdaa.exe'.
Affected parameters are:
assemblypath = e:\grms\progsnew\services\imdaa.exe
logfile = e:\grms\progsnew\services\imdaa.InstallLog
Restoring event log to previous state for source DAA Import Watcher.

The Rollback phase completed successfully.

The transacted install has completed.
The installation failed, and the rollback has been performed.
************************************************
 
C

Chris Haas

Under the properties of your ServiceProcessInstaller you can specify the
Account the login with. If you choose User and don't specify a
Username/password you'll be prompted at install time.

<ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfsystemserviceprocessserviceprocessinstallerclassusernametopic.htm>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top