{ "Version": "1.0", "Site": "West Jefferson", "Applications": [ { "Name": "Oracle Client 10.2.0.3", "Installer": "Oracle 10.2.0.3.msi", "Type": "MSI", "InstallArgs": "/qn /norestart", "DetectionMethod": "Registry", "DetectionPath": "HKLM:\\SOFTWARE\\WOW6432Node\\ORACLE\\KEY_OraClientInfra10_2_0", "DetectionName": "ORACLE_HOME_NAME", "DetectionValue": "OraClientInfra10_2_0", "PCTypes": ["*"] }, { "Name": "VC++ Redistributable 2010 x86", "Installer": "vcredist2010_x86.exe", "Type": "EXE", "InstallArgs": "/quiet /norestart", "DetectionMethod": "Registry", "DetectionPath": "HKLM:\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}", "PCTypes": ["*"] }, { "Name": "VC++ Redistributable 2012 x86", "Installer": "vcredist2012_x86.exe", "Type": "EXE", "InstallArgs": "/quiet /norestart", "DetectionMethod": "Registry", "DetectionPath": "HKLM:\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{BD95A8CD-1D9F-35AD-981A-3E7925026EBB}", "PCTypes": ["*"] }, { "Name": "VC++ Redistributable 2013 x86", "Installer": "vcredist2013_x86.exe", "Type": "EXE", "InstallArgs": "/quiet /norestart", "DetectionMethod": "Registry", "DetectionPath": "HKLM:\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{13A4EE12-23EA-3371-91EE-EFB36DDFFF3E}", "PCTypes": ["*"] }, { "Name": "VC++ Redistributable 2015-2022 x86", "Installer": "vcredist2015_2017_2019_2022_x86.exe", "Type": "EXE", "InstallArgs": "/install /quiet /norestart", "DetectionMethod": "Registry", "DetectionPath": "HKLM:\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{922480B5-CAEB-4B1B-AAA4-9716EFDCE26B}", "PCTypes": ["*"] }, { "Name": "UDC", "Installer": "UDC_Setup.exe", "Type": "EXE", "InstallArgs": "\"West Jefferson\" 9999", "DetectionMethod": "Registry", "DetectionPath": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\UDC", "PCTypes": ["Standard"] }, { "_comment": "VC++ 2008 — installed via the extracted vc_red.msi (NOT the bootstrapper) because vcredist2008_x86.exe ignores /norestart (per Aaron Stebner's Microsoft docs). REBOOT=ReallySuppress is a Windows Installer property that hard-blocks reboots even when files are in use; msiexec may return 3010 but won't actually reboot. vc_red.cab must live in the same directory as vc_red.msi or msiexec can't find the data files.", "Name": "VC++ Redistributable 2008 x86", "Installer": "vc_red.msi", "Type": "MSI", "InstallArgs": "/qn /norestart REBOOT=ReallySuppress", "DetectionMethod": "Registry", "DetectionPath": "HKLM:\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{9BE518E6-ECC6-35A9-88E4-87755C07200F}", "PCTypes": ["*"] } ] }