我们已在先前版本的Windows 10中成功安装此安装程序(Installshield),但这次使用在.NET Framework v4.7中构建的1073失败
日志显示:
InstallShield 1:22:39: Setting external UI handler...
InstallShield 1:22:39: Ready to launch program block.
1: You must install the .NET Framework v4.5
并返回以下内容:
[ResponseResult]
ResultCode=-3
安装程序项目具有以下安装要求,并且所有包含二进制文件都是使用.NET Framework v4.5构建的:
1.Does your application require any specific operating system - No
2.Does your application require any software to be installed on the machine - No
任何想法?