diff --git a/meta-isar/recipes-installer/deploy-image/deploy-image_0.1.bb b/meta-isar/recipes-installer/deploy-image/deploy-image_0.1.bb
index 03b082a9..ef161ebd 100644
--- a/meta-isar/recipes-installer/deploy-image/deploy-image_0.1.bb
+++ b/meta-isar/recipes-installer/deploy-image/deploy-image_0.1.bb
@@ -1,5 +1,5 @@
 # This software is a part of Isar.
-# Copyright (C) Siemens AG, 2024
+# Copyright (C) Siemens AG, 2026
 #
 # SPDX-License-Identifier: MIT
 
@@ -9,6 +9,8 @@ MAINTAINER = "isar-users <isar-users@googlegroups.com>"
 inherit dpkg-raw
 
 SRC_URI = "file://usr/bin/deploy-image-wic.sh \
+           file://usr/bin/sys_api.sh \
+           file://usr/bin/installer_ui.sh \
            file://usr/lib/deploy-image-wic/handle-config.sh \
           "
 
@@ -20,5 +22,7 @@ do_install[cleandirs] = "${D}/usr/bin/ \
                         "
 do_install() {
     install -m 0755  ${WORKDIR}/usr/bin/deploy-image-wic.sh ${D}/usr/bin/deploy-image-wic.sh
+    install -m 0755  ${WORKDIR}/usr/bin/sys_api.sh ${D}/usr/bin/sys_api.sh
+    install -m 0755  ${WORKDIR}/usr/bin/installer_ui.sh ${D}/usr/bin/installer_ui.sh
     install -m 0755  ${WORKDIR}/usr/lib/deploy-image-wic/handle-config.sh ${D}/usr/lib/deploy-image-wic/handle-config.sh
 }
