My Wix installed service is run in an user domain account. The user credentials (name+password) are hardcoded in the ServiceInstall element of my Wix file.
Will the service stop working if the user changes his password?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After the product is installed, there’s no connection left between the account credentials user provided during the installation and the account itself. It’s the same when you install a SQL database, provide the account for connection string and later on change that SQL server account password – the application won’t connect any longer and you would have to modify the connection string.