Skip to content

Commit 93f6596

Browse files
authored
Update system_tasks.py
1 parent 950a458 commit 93f6596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation_and_upgrade/ibex_install_utils/tasks/system_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def check_java_installation(self) -> None:
136136

137137
if os.path.exists(installer):
138138
print(f"Running installer at ({installer})...")
139-
subprocess.call(f"msiexec /i {installer}")
139+
subprocess.call(f'msiexec /i {installer} ADDLOCAL=FeatureMain,FeatureEnvironment,FeatureJarFileRunWith,FeatureJavaHome INSTALLDIR="c:\\Program Files\\Eclipse Adoptium\\" /quiet')
140140
self.prompt.prompt_and_raise_if_not_yes(
141141
"Make sure java installed correctly.\r\n"
142142
"After following the installer, ensure you close and then re-open"

0 commit comments

Comments
 (0)