I have a Setup made from scrash with just one prerequisit (Dotnet 4.7.2) and the Framework will not be correctly detected.
On my Windows Server 2016, the registry Entry for DotNet contains 394802
Code: Select all
PS C:\Users\Administrator> Get-ItemProperty -Path "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full" -Name Release
Release : 394802
PSPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework
Setup\NDP\v4\Full
PSParentPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4
PSChildName : Full
PSProvider : Microsoft.PowerShell.Core\Registry
Code: Select all
MSI (c) (14!E8) [16:52:40:037]: PROPERTY CHANGE: Adding AI_DETECTED_DOTNET_VERSION property. Its value is '4.6.2'.
Aktion beendet um 16:52:40: AI_DetectSoftware. Rückgabewert 1.
MSI (c) (14:4C) [16:52:40:037]: Doing action: AI_AppSearchEx
Aktion 16:52:40: AI_AppSearchEx.
Aktion gestartet um 16:52:40: AI_AppSearchEx.
MSI (c) (14:A0) [16:52:40:037]: Invoking remote custom action. DLL: C:\Users\ADMINI~1\AppData\Local\Temp\2\MSIA244.tmp, Entrypoint: DoAppSearchEx
Aktion 16:52:40: AI_AppSearchEx. Installierte Anwendungsprogramme werden gesucht
MSI (c) (14!D4) [16:52:40:037]: Note: 1: 2262 2: AI_AppSearchEx 3: -2147287038
Aktion 16:52:40: .
:
MSI (c) (14!D4) [16:52:40:037]: Note: 1: 2262 2: AI_PreRequisite 3: -2147287038
MSI (c) (14!D4) [16:52:40:037]: PROPERTY CHANGE: Adding AI_PrereqsFulfilled property. Its value is '1'.It seams to me that this is an issue for Advanced Installer.
Regards, Éric.
FOLLOW US