Skip to content
New issue

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

choco install jre8 fails on Travis CI Windows #28

Open
cclauss opened this issue May 9, 2019 · 2 comments
Open

choco install jre8 fails on Travis CI Windows #28

cclauss opened this issue May 9, 2019 · 2 comments

Comments

@cclauss
Copy link

cclauss commented May 9, 2019

https://docs.travis-ci.com/user/reference/windows see #27
https://travis-ci.com/cclauss/ChocoPackages/jobs/198870792#L50

$ cat /c/Users/travis/AppData/Local/Temp/chocolatey/MSI*.LOG

Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action installexe, location: C:\Program Files (x86)\Java\jre1.8.0_211\installer.exe, command: /s INSTALLDIR="C:\Program Files (x86)\Java\jre1.8.0_211\" INSTALL_SILENT=1 AUTO_UPDATE=0 SPONSORS=0 REPAIRMODE=0 ProductCode={26A24AE4-039D-4CA4-87B4-2F32180211F0}

Perhaps INSTALL_SILENT=1 should be reconsidered.

@proudcanadianeh
Copy link
Owner

I have to say, I am curious as to how you are running this?
The install script should be downloading the installer, putting it into your temp files, and executing it from there. After that point, the installer should do its thing.

@cclauss
Copy link
Author

cclauss commented May 17, 2019

#27 is the way that I am running it.

Output is https://travis-ci.com/cclauss/ChocoPackages/jobs/198870792#L50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants