remove an old comment

This commit is contained in:
2024-01-26 16:36:08 -05:00
parent ec568adef4
commit 41b7174628
+1 -1
View File
@@ -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,