Service Installer Credentials Dialog

J

James

I've created an installer for a windows service. When you install the
service, the user is prompted for Windows Service credentials. If the
username and/or password don't match (ie mispelling), the installer
does a rollback. How do you prevent this from happening? Instead, I
want the installer to allow the user to put in the correct information
or cancel if they want to back out.

Thanks for any help.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

What if the user do not put the correct info? The rollback is a Cancel after
all

have you consider using a ssytem account instead?
 

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