From 41b7174628785e1ba62e23493ebbd43e690995c3 Mon Sep 17 00:00:00 2001 From: David Yoder Date: Fri, 26 Jan 2024 16:36:08 -0500 Subject: [PATCH] remove an old comment --- Tools.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools.ps1 b/Tools.ps1 index f42b92c..07427ad 100644 --- a/Tools.ps1 +++ b/Tools.ps1 @@ -885,7 +885,7 @@ Function Get-GUIDFromMSIUninstallString ([string]$str) { Return $retval } -#TODO: Rename this function to Uninstall-MSI once testing is complete. Until then, all calls to this function will fail. +# Function to uninstall an MSI package based on it's name Function Uninstall-MSI { param( [Parameter(ValueFromPipeline=$true,Mandatory=$true)][string[]]$APP_NAMES,