无界鼠标安装失败处理
在公司电脑安装时就出错了,直接报错了
Mouse Without Borders installation has ended prematurely.your computer has not been modified.to install mouse whitout borders as a later time please run the installer again
操作方法
- 01
直接运行MouseWithoutBordersSetup.msi安装报错
- 02
那就先解压,然后手动安装。 已管理员身份打开一个命令提示符,输入以下命令: msiexec /a g:\MouseWithoutBordersSetup.msi TARGETDIR=g:\555 /qb
- 03
安装服务 依然是管理员身份打开的命令提示符窗口,输入以下命令: C:\Windows\Microsoft.NET\Framework\v2.0.50727>InstallUtil.exe "g:\555\Microsoft Garage\Mouse without Borders\MouseWithoutBordersSvc.exe" 然后看到一连串的代码就说明安装成功了,见下图:
- 04
然后运行G:\555\Microsoft Garage\Mouse without Borders\MouseWithoutBorders.exe,进入无界鼠标页面。
赞 (0)