From 995909042baa76eb8818863c9f5464829b0b8bcb Mon Sep 17 00:00:00 2001 From: cproudlock Date: Wed, 3 Jun 2026 17:04:17 -0400 Subject: [PATCH] preinstall: install Oracle Client 11.2 on Part Marker + HeatTreat bays The preinstall Oracle entry (run off the PXE pre-install share during shopfloor setup, NOT the runtime enforcer) gated PCTypes to the old taxonomy only - Standard/CMM/Genspect/Keyence/WaxAndTrace/Display - so gea-shopfloor-partmarker and gea-shopfloor-heattreat bays were pc-filtered and never installed Oracle. These two pctypes were added after the rename reorg and only exist as gea-shopfloor-* names, so they were missing from the legacy-named list. Added both. Already deployed live to the PXE enrollment share's preinstall.json. Co-Authored-By: Claude Opus 4.8 (1M context) --- playbook/preinstall/preinstall.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook/preinstall/preinstall.json b/playbook/preinstall/preinstall.json index 7343097..9c4a4b4 100644 --- a/playbook/preinstall/preinstall.json +++ b/playbook/preinstall/preinstall.json @@ -24,7 +24,7 @@ "DetectionPath": "HKLM:\\SOFTWARE\\WOW6432Node\\Oracle\\KEY_OraClient11g_home1", "DetectionName": "ORACLE_HOME_NAME", "DetectionValue": "OraClient11g_home1", - "PCTypes": ["Standard", "CMM", "Genspect", "Keyence", "WaxAndTrace", "Display"] + "PCTypes": ["Standard", "CMM", "Genspect", "Keyence", "WaxAndTrace", "Display", "gea-shopfloor-partmarker", "gea-shopfloor-heattreat"] }, { "_comment": "VC++ 2008 SP1 x86 - the bootstrapper (vcredist2008_x86.exe) ignores /norestart and triggers an immediate Windows reboot when files are in use (per Aaron Stebner's MSDN docs). Fix: install the extracted vc_red.msi directly with REBOOT=ReallySuppress, which IS hard-honored by Windows Installer. msiexec may return 3010 (would-have-rebooted-but-suppressed) but won't actually reboot. cab name 'vc_red.cab' is hardcoded in the MSI's Media table - do not rename.",