Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can wix prompt for a windows service username/password?

I am using Wix to install a windows service. The service will need to run under a non system/service account that is set up by the user.

Is it possible to have it prompt for the username/password for the service login?

like image 432
NotDan Avatar asked Mar 20 '11 02:03

NotDan


1 Answers

The Community MSI Extensions on GitHub contains a ServiceCredDlg dialog for prompting username and password. According to the docs, it can test the credentials are valid and that user has 'logon as a service' rights.

like image 111
David Gardiner Avatar answered Nov 07 '22 04:11

David Gardiner