【win11】Mouse without Borders安裝問題&以管理員權限安裝msi文件
- Mouse without Borders安裝問題
- 解決&以管理員權限安裝msi文件
- 啟動Windows Installer服務
- 以管理員權限安裝msi文件
- 參考文獻
Mouse without Borders安裝問題
在win11下我雙擊MouseWithoutBorders2.2.1.327.msi
進入安裝后的顯示安裝遇到錯誤
具體內容如下
the installers has encountered an unexpected error installing this package. this may indicate a problem with this package. the error code is 2503
在參考文獻的帖子中查到 錯誤代碼 2503 通常與 Windows Installer 服務的權限問題有關
解決&以管理員權限安裝msi文件
啟動Windows Installer服務
在windows的搜索欄中搜索服務并打開
確保Windows Installer
服務已啟動
若為啟動則右鍵點擊啟動
以管理員權限安裝msi文件
1.以管理員權限運行命令提示符
2.安裝命令如下:
msiexec/package msi文件的絕對路徑\msi文件名
以我要安裝的文件為例
eg. msiexec/package D:\Chrome_download\MouseWithoutBorders2.2.1.327.msi
之后點擊 回車會彈出安裝界面,這時Mouse without Borders安裝不會報錯~
祝安裝順利~
參考文獻
- 微軟官方帖子錯誤代碼 2503 通常與 Windows Installer 服務的權限問題有關
- 無界鼠標安裝總流程以及安裝出現的問題(win10)
- win11如何安裝msi文件