From 4e1ca021892db03a31e44f5f03b2a9839aa655c4 Mon Sep 17 00:00:00 2001 From: David Yoder Date: Wed, 1 Nov 2023 21:09:14 -0400 Subject: [PATCH] note to change func name --- Tools.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tools.ps1 b/Tools.ps1 index e6e7929..c7826a6 100644 --- a/Tools.ps1 +++ b/Tools.ps1 @@ -894,6 +894,8 @@ Function Get-GUIDFromMSIUninstallString ([string]$str) { If ( $retval.Length -ne 36 ) { $retval = $null } Return $retval } + +#TODO: Rename this function to Uninstall-MSI once testing is complete. Until then, all calls to this function will fail. Function Test-Uninstall-MSI { param( [Parameter(ValueFromPipeline=$true,Mandatory=$true)][string[]]$APP_NAMES,