为什么小狼毫能安装不能卸载呢?
Closed this issue · 5 comments
Cope9560 commented
PS C:\Windows\system32> scoop uninstall weasel
Uninstalling 'weasel' (0.14.3.0).
Running uninstaller... error.
ERROR 使用“0”个参数调用“Start”时发生异常:“拒绝访问。”
Uninstallation aborted.
用管理员ps和非管理员都试过了不行呢
ivaquero commented
这个我不确定,需要一些时间探究,我更新了一下脚本,你再试一下
ivaquero commented
我这边可以以管理员身份卸载,但是得两遍,我不大清楚原因。
Cope9560 commented
我后来在安装文件夹直接运行uninstall.exe卸载了
SiyuChen commented
可以使用
"uninstaller": {
"script": "Invoke-ExternalCommand "$dir\uninstall.exe"-ArgumentList '/S' -RunAs | Out-Null"
}
卸载
ivaquero commented
可以使用 "uninstaller": { "script": "Invoke-ExternalCommand "$dir\uninstall.exe"-ArgumentList '/S' -RunAs | Out-Null" } 卸载
感谢,已更新