{ "Version": "2.0", "_comment": "Wax/Trace (Mitutoyo FormTracePak v6.0) imaging-time prereq manifest. Consumed by 09-Setup-WaxAndTrace.ps1 reading from C:\\WaxTrace-Install\\. Covers BOTH CV-3000/4000 and SV-C3000/4000 series bays since the master install merges them. Does NOT run Mitutoyo's appSetup.exe / Setup.exe wrappers - those are CD-ROM-bound + dongle-gated + unreliable on Win11. The actual FormTracePak install replay (Program Files xcopy + HKLM reg import) is handled by 09-Setup-WaxAndTrace.ps1 directly, after this manifest installs the prereqs.", "Applications": [ { "_comment": "Visual C++ 2008 x86 redist. Mitutoyo's vcredist_x86.exe (2008 SP1 vintage) at Lang\\English\\ on the FormTracePak ISO. /q is the 2005-era silent flag still supported by 2008 redist EXEs.", "Name": "Microsoft Visual C++ 2008 Redistributable - x86", "Installer": "prereqs\\vcredist_x86.exe", "Type": "EXE", "InstallArgs": "/q", "DetectionMethod": "Registry", "DetectionPath": "HKLM:\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{9BE518E6-ECC6-35A9-88E4-87755C07200F}", "DetectionName": "DisplayVersion", "DetectionValue": "9.0.30729" }, { "_comment": "Visual C++ 2008 x64 redist.", "Name": "Microsoft Visual C++ 2008 Redistributable - x64", "Installer": "prereqs\\vcredist_x64.exe", "Type": "EXE", "InstallArgs": "/q", "DetectionMethod": "Registry", "DetectionPath": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{8220EEFE-38CD-377E-8595-13398D740ACE}", "DetectionName": "DisplayVersion", "DetectionValue": "9.0.21022" }, { "_comment": "Visual C++ 2017 x86 redist (14.15.26706 = VS2017 Update 7 era). Mitutoyo's vc_redist.x86.exe at Lang\\English\\ on the FormTracePak ISO. Uses VS2015+ universal redist installer flag set.", "Name": "Microsoft Visual C++ 2017 Redistributable (x86)", "Installer": "prereqs\\vc_redist.x86.exe", "Type": "EXE", "InstallArgs": "/quiet /norestart", "DetectionMethod": "Registry", "DetectionPath": "HKLM:\\SOFTWARE\\WOW6432Node\\Microsoft\\VisualStudio\\14.0\\VC\\Runtimes\\x86", "DetectionName": "Version", "DetectionValue": "v14.15.26706" }, { "_comment": "Visual C++ 2017 x64 redist.", "Name": "Microsoft Visual C++ 2017 Redistributable (x64)", "Installer": "prereqs\\vc_redist.x64.exe", "Type": "EXE", "InstallArgs": "/quiet /norestart", "DetectionMethod": "Registry", "DetectionPath": "HKLM:\\SOFTWARE\\WOW6432Node\\Microsoft\\VisualStudio\\14.0\\VC\\Runtimes\\x64", "DetectionName": "Version", "DetectionValue": "v14.15.26706" }, { "_comment": "Sentinel Runtime / HASP USB dongle driver from Gemalto (now Thales). Vintage 2019 InstallShield wrapper, classic InstallShield silent install via /s + nested /v args. FormTracePak licensing is dongle-bound; the runtime + drivers must be present before Formtracepak.exe will run. Tech inserts physical HASP USB dongle on the bay post-imaging to license.", "Name": "Sentinel Runtime (HASP)", "Installer": "prereqs\\HASPUserSetup.exe", "Type": "EXE", "InstallArgs": "/s /v/qn /v/norestart", "DetectionMethod": "Registry", "DetectionPath": "HKLM:\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{C8903CCB-67B6-4801-AA7B-B4E54E2B8406}", "DetectionName": "DisplayVersion", "DetectionValue": "7.92.28470.60000" } ] }