We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paste the output here
WINDOWS 10
The installation fails on WINDOWS if the local user's password contains a comma (this is my case).
The test credantials function works but the service does not start and the installation procedure cannot continue.
The user's password must be retyped in the Jenkins service settings for the service to start.
I already saw the problem in previous release.
The text was updated successfully, but these errors were encountered:
Can you generate a log for the installation by running it from the command line?
msiexec /i "C:\MyPackage\Example.msi" /L*V "C:\log\example.log"
Make sure to scrub the logfile just in case any information that should remain secret stays secret.
Sorry, something went wrong.
No branches or pull requests
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
WINDOWS 10
Reproduction steps
Expected Results
Actual Results
Anything else?
The installation fails on WINDOWS if the local user's password contains a comma (this is my case).
The test credantials function works but the service does not start and the installation procedure cannot continue.
The user's password must be retyped in the Jenkins service settings for the service to start.
I already saw the problem in previous release.
The text was updated successfully, but these errors were encountered: