当前位置:网站首页>the installer has encountered an unexpected error installing this package
the installer has encountered an unexpected error installing this package
2022-07-03 07:56:00 【三岁Funny】
the installer has encountered an unexpected error installing this package. this may indicate a problem with this package
报错信息
我们平时在安装一些msi类型 软件(例如:SVN,GIT,Mysql)
时候会遇到一些报错如下:
问题解析
出错原因是因为更新了windows系统或者重装了WIN10之后盘序号乱了,先安装TorttoiseGit之后改了盘符序号,导致之前的无法使用,然后删掉了之前的TortoiseGit。删除是没办法直接删掉的,因为盘符改了之后安装位置找不到了。
解决方案
cmd窗口管理员进入–》输入 msiexec /package + 安装程序所在的绝对路径,
如: msiexec /package F:\DownLoad\TortoiseSVN_1.9.4.27285_x64.msi
直接执行语句,之后就会跳出安装界面,正常安装就行了!!!
注:安装的文件包需要放到指定的目录里面。
边栏推荐
- What is a data type? What is the use of data types?
- Huawei switches are configured with SSH login remote management switches
- [untitled]
- [at] abc 258G - Triangle 三元组可达-暴力
- Wechat applet taro learning record
- idea取消引用顯示效果
- 超限黑客认知
- 【踩坑系列】mysql 修改root密码失败
- 创业团队如何落地敏捷测试,提升质量效能?丨声网开发者创业讲堂 Vol.03
- 【LeetCode】4. Best time to buy and sell stock
猜你喜欢
Harmonyos third training notes
在浏览器输入url后执行什么
方正锐利重磅升级到12.0版本,包装印前处理更加便捷、高效!
[MySQL 14] use dbeaver tool to remotely backup and restore MySQL database (Linux Environment)
Ventuz Foundation Series "one step at the door"
vcs import src < ros2. Repos failed
[MySQL 12] MySQL 8.0.18 reinitialization
Viz artist advanced script video tutorial -- stringmap use and vertex operation
【踩坑系列】mysql 修改root密码失败
Usage of requests module
随机推荐
Microsoft Security Response Center
什麼是定義?什麼是聲明?它們有何區別?
PIP uses image website to solve the problem of slow network speed
Go language foundation ------ 14 ------ gotest
Getting started with minicom
Pat class a 1031 Hello world for u
How can entrepreneurial teams implement agile testing to improve quality and efficiency? Voice network developer entrepreneurship lecture Vol.03
VMware virtual machine configuration static IP
LwIP learning socket (API)
[MySQL 12] MySQL 8.0.18 reinitialization
Screenshot tool snipaste
华为交换机:配置telnet和ssh、web访问
Pat class a 1032 sharing
Huawei switch: configure Telnet, SSH and web access
Go language foundation ------ 12 ------ JSON
Usage of (case, when) in PostgreSQL
[USACO12MAR]Cows in a Skyscraper G(状态压缩dp)
JS to implement publish and subscribe
P2704 [NOI2001] 炮兵阵地(状压dp)
go语言-循环语句