当前位置:网站首页>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

直接执行语句,之后就会跳出安装界面,正常安装就行了!!!
注:安装的文件包需要放到指定的目录里面。
边栏推荐
- s7700设备如何清除console密码
- JS regular case-
- Go language foundation ----- 08 ----- interface
- Pat class a 1030 travel plan
- Uniapp learning records
- Redis batch startup and shutdown script
- [MySQL 14] use dbeaver tool to remotely backup and restore MySQL database (Linux Environment)
- [at] abc 258G - Triangle 三元组可达-暴力
- go语言-循环语句
- PHP常用排序算法
猜你喜欢

Go language foundation ------ 12 ------ JSON

什么是数据类型?数据类型有什么用?

Screenshot tool snipaste

OSPF experiment

Pat grade a 1029 median

IP production stream is so close to me

What to do after the browser enters the URL

【cocos creator】点击按钮切换界面

Technical dry goods Shengsi mindspire dynamic transformer with variable sequence length has been released!

Pat class a 1032 sharing
随机推荐
HDMI2.1与HDMI2.0的区别以及转换PD信号。
Pat grade a 1029 median
How to configure GDAL under idea
JS regular case-
P2704 [NOI2001] 炮兵阵地(状压dp)
An article for you to understand - Manchester code
vcs import src < ros2. Repos failed
Go language foundation ----- 01 ----- go language features
Demonstration of plug-in use of ventuz basic series
tslib库的移植
Huawei switches are configured with SSH login remote management switches
STM32F103 SPI (pit Diary)
Go language foundation ----- 13 ----- file
Huawei s5700 switch initialization and configuration SSH and telnet remote login methods
E: 无法定位软件包 ros-melodic-desktop-full
Quelle est la définition? Qu'est - ce qu'une déclaration? Quelle est la différence?
方正锐利重磅升级到12.0版本,包装印前处理更加便捷、高效!
Go language foundation ----- 08 ----- interface
Static keyword
PHP微信抢红包的算法