【发布时间】:2013-11-26 18:08:17
【问题描述】:
我正在尝试卸载最近安装的服务,我正在命令行中运行它:
c:\Windows\Microsoft.NET\Framework\v4.0.30319>installutil.exe /u "C:\inetpub\www
root\xxx\xxx\xxx.exe"
但我得到了这个:
The uninstall has completed.
An exception occurred while uninstalling. This exception will be ignored and the
uninstall will continue. However, the application might not be fully uninstalle
d after the uninstall is complete.
还有这个:
Removing EventLog source xxx.
An exception occurred during the uninstallation of the System.Diagnostics.EventL
ogInstaller installer.
System.Security.SecurityException: Requested registry access is not allowed.
An exception occurred while uninstalling. This exception will be ignored and the
uninstall will continue. However, the application might not be fully uninstalle
d after the uninstall is complete.
我不知道从哪里开始,我真的需要卸载这些,所以感谢任何帮助
【问题讨论】:
-
您是否有权修改该机器上的注册表?
-
是的,我有权修改注册表
-
尝试在管理员模式下运行命令提示符。
-
您好,我不知道为什么会这样,但是当我运行 installutil 而不是 installutil.exe 时,它会起作用。感谢您回答我的问题
标签: service windows-server-2012