| Current Path : C:/Windows/diagnostics/system/PCW/ |
| Current File : C:/Windows/diagnostics/system/PCW/VF_ProgramCompatibilityWizard.ps1 |
# Copyright � 2008, Microsoft Corporation. All rights reserved.
#if this environment variable is set, we say that we don't detect the problem anymore so it will
#show as fixed in the final screen
PARAM($appName)
$detected = $true
if ($Env:AppFixed -eq $true)
{
$detected = $false
}
Update-DiagRootCause -id "RC_IncompatibleApplication" -iid $appName -Detected $detected
#RS_ProgramCompatibilityWizard
#rparsons - 05 May 2008