我正在尝试安装Windows Service应用程序来发送邮件。但是,当我尝试从Windows 10上的命令提示符(甚至是管理员命令提示符)安装.exe文件时,出现以下错误。
Microsoft(R).NET Framework安装实用程序4.6.1038.0版 版权所有(C)Microsoft Corporation。保留所有权利。
运行事务处理的安装。
开始安装的安装阶段。 在安装阶段发生异常。 System.ComponentModel.Win32Exception:指定的服务已经存在
安装的回滚阶段已开始。 请参阅日志文件的内容,以了解F:\ My Challange \ DemoService \ DemoService \ bin \ Debug \ DemoService.exe程序集的进度。 该文件位于F:\ My Challange \ DemoService \ DemoService \ bin \ Debug \ DemoService.InstallLog。 回滚程序集'F:\ My Challange \ DemoService \ DemoService \ bin \ Debug \ DemoService.exe'。 受影响的参数是: logtoconsole = 日志文件= F:\ My Challange \ DemoService \ DemoService \ bin \ Debug \ DemoService.InstallLog assemblypath = F:\我的Challange \ DemoService \ DemoService \ bin \ Debug \ DemoService.exe 将事件日志恢复到源DemoService的先前状态。
回滚阶段成功完成。
交易安装已完成。
安装失败,并且已执行回滚。