openrobertaconnector + jre

This commit is contained in:
Alexander Gabriel 2025-02-27 05:19:30 +01:00
parent 51000b03c0
commit db9c16057e
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,9 @@
adoptium_jre:
'11.0.26.4':
full_name: 'Eclipse Temurin JRE mit Hotspot 11.0.26+4 (x64)'
installer: 'https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.26%2B4/OpenJDK11U-jre_x64_windows_hotspot_11.0.26_4.msi'
install_flags: '/qn /norestart ADDLOCAL=ALL'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False

View File

@ -6,7 +6,7 @@ openrobertaconnector:
{%- endload %}
{%- for version in versions %}
'{{version}}':
full_name: 'Open Roberta Connector {{version}}'
full_name: 'Open Roberta Connector'
installer: '{{ source_path }}{{version}}/OpenRobertaConnectorSetupDE-v{{version}}.msi'
uninstaller: '{{ source_path }}{{version}}/OpenRobertaConnectorSetupDE-v{{version}}.msi'
install_flags: '/qn /norestart'