update some logging messages
This commit is contained in:
@@ -8,7 +8,8 @@ $APP_PATH = "${Env:UserProfile}\AppData\Local\Apps\2.0"
|
||||
If ( Test-Path $APP_PATH )
|
||||
{
|
||||
## Delete the existing installed app
|
||||
LogMsg "Deleting ""${APP_PATH}"""
|
||||
Try { Remove-Item $APP_PATH -Recurse -Force }
|
||||
Catch { LogErr $_.Exception.Message }
|
||||
|
||||
} Else { LogMsg "${APP_PATH} does not exist!" }
|
||||
}
|
||||
Reference in New Issue
Block a user