Files
pxe-server/playbook/shopfloor-setup/Display/09-Setup-Display.ps1
cproudlock 743bc91996 Shopfloor Display: move kiosk app install to preinstall system
Install-KioskApp.cmd wrapper reads display-type.txt and runs the
matching Inno Setup installer (Lobby or Dashboard). Replaces the
standalone 09-Setup-Display.ps1 for uniform app install pipeline.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 11:38:59 -04:00

10 lines
463 B
PowerShell

# 09-Setup-Display.ps1 -- Display-specific setup (runs after Shopfloor baseline)
#
# Kiosk app installation moved to preinstall.json (Install-KioskApp.cmd wrapper).
# The wrapper reads display-type.txt and installs the matching kiosk app during
# the baseline preinstall phase (00-PreInstall-MachineApps.ps1).
#
# This script is intentionally empty. Remove it once confirmed working.
Write-Host "=== Display Setup: kiosk app installed via preinstall system ==="