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>
10 lines
463 B
PowerShell
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 ==="
|