Inno Setup 出现 the drive or unc share you selected does not exist or is not accessible 解决记录

背景

软件是使用Inno Setup的,且安装后,再次安装是默认安装到历史路径。一次用户电脑维修后,发现再次安装后报错

 Inno Setup 出现 the drive or unc share you selected does not exist or is not accessible 解决记录

 解决办法

 取消自动安装到默认路径就好了~

UsePreviousAppDir=no

 

上一篇:Vue3.0(1):组合式API


下一篇:【pytest】使用parametrize将参数化变量传递到fixture