From 01f524e8b3d88da92b801020fd739833273275aa Mon Sep 17 00:00:00 2001 From: cproudlock Date: Thu, 23 Jul 2026 14:15:56 -0400 Subject: [PATCH] std/eng OpenText: use shopfloor Setup-OpenText.ps1 (fans office+shopfloor profiles to all users) Standard + Engineer imaged OpenText via the vendor Inno exe + unattended.bat, which left per-user profiles in SYSTEM's appdata (operators never saw keymaps/menus/macros) and only copied to Default+Shared. Switched their FlatUnattend to the shopfloor Setup-OpenText.cmd, which does the install via direct msiexec (OpenTextHostExplorer15x64.msi + ShopFloorx64.mst + SP1.msp) and fans the profile content (both office and shopfloor sets - Accessories/EB, Keymap, Menu, Profile) to ProgramData\Shared + Default user + every existing user. Kept both J2SE installs (Java). Dropped unattended.bat (its crude Default+Shared copy is superseded; NOTE its stale DNS SearchList reg add - old logon.ds.ge.com/rd.ds.ge.com domains - is no longer applied). Shopfloor opentext bundle staged into winpeapps/_shared/Applications/extra/opentext/. --- playbook/FlatUnattendW10.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/playbook/FlatUnattendW10.xml b/playbook/FlatUnattendW10.xml index cbdc316..c299645 100644 --- a/playbook/FlatUnattendW10.xml +++ b/playbook/FlatUnattendW10.xml @@ -152,19 +152,14 @@ 19 - C:\Deploy\Applications\extra\opentext\opentext_hostexplorer_sp1_15.0_v01.exe /quiet /norestart - Install OpenText HostExplorer SP1 + cmd /c "C:\Deploy\Applications\extra\opentext\Setup-OpenText.cmd" + Install OpenText HostExplorer SP1 - shopfloor method (Setup-OpenText.ps1: direct msiexec + fans office+shopfloor profiles to ProgramData\Shared, Default user, and every existing user). Replaces the vendor exe + unattended.bat that left profiles in SYSTEM's appdata. 20 C:\Deploy\Applications\extra\opentext\J2SE_Runtime_Environment_1.6.0_22_Static_Config_V2_Co-Exist.EXE /silent /norestart Install J2SE Runtime Environment 1.6.0_22 - - 21 - C:\Deploy\Applications\extra\opentext\unattended.bat - Install J2SE Runtime Environment 1.6.0_22 -