We have this installer(Installshield) successfully installed in previous build of Windows 10, but this time failed with 1073 which has build in .NET Framework of v4.7
The log indicated:
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
and the following returned:
[ResponseResult]
ResultCode=-3
The installer project has the following Installation requirements and all the containing binaries are build with .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
any ideas?