码迷,mamicode.com
首页 > Windows程序 > 详细

Win8.1安装VirtualSVN Server发生service visualSVN Server failed to start解决办法

时间:2015-06-21 19:48:16      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:

Service ‘VisualSVN Server‘ failed to start. Please check VisualSVN Server log in Event Viewer for more details.  错误

      各种百度,都不得其解,神马手动启动VisualSVN Server  service,勾选本地系统账户登录,还有一些其他姿势、手法,都闹不住。也就这个地方http://www.dnetzj.com/Content/246.html说的全乎点,结果找到原贴后发现人家那是在WindowsServer2008上的。

       最后谷歌了一会,终于在这http://stackoverflow.com/questions/2944267/visualsvn-server-service-start-failure-on-install-or-update找到了解决办法,那就是控制台进入到安装包的文件夹下 用命令行的方式安装

msiexec /i VisualSVN-Server-2.7.3.msi NO_START_SERVICES=1

终于搞定了,嘎嘎!

 

原文地址:

Win8(.1) 安装VirtualSVN Server发生service visualSVN Server failed to start解决办法 - 钢铁鸭 - ITeye技术网站
http://shenchuochuo.iteye.com/blog/1999642#bc2353480

 

我的是

msiexec /i VisualSVN-Server-3.3.1-x64.msi NO_START_SERVICES=1

Win8.1安装VirtualSVN Server发生service visualSVN Server failed to start解决办法

标签:

原文地址:http://www.cnblogs.com/wangshunli/p/4592299.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!