Quantcast
Channel: Configuration Manager 2012 - Application Management forum
Viewing all articles
Browse latest Browse all 4762

NET 4.5.1 failing to be discovered

$
0
0

Hello!

I'm deploying App-V 5.0 SP3 at a customer, however I'm having some issues with the .NET Framework 4.5.1 requirement.

In AppDiscovery.log I keep getting:
Entering ExecQueryAsync for query "select * from CCM_AppDeliveryType where (AppDeliveryTypeId = "ScopeId_A27D2197-89CA-4A34-A912-B0DECE545FD3/DeploymentType_fc35a445-996c-491e-a5a6-a6db2ff27d1e" AND Revision = 12)"
    Performing detection of app deployment type .NET Framework 4.5.1(ScopeId_A27D2197-89CA-4A34-A912-B0DECE545FD3/DeploymentType_fc35a445-996c-491e-a5a6-a6db2ff27d1e, revision 12) for system.
+++ Application not discovered. [AppDT Id: ScopeId_A27D2197-89CA-4A34-A912-B0DECE545FD3/DeploymentType_fc35a445-996c-491e-a5a6-a6db2ff27d1e, Revision: 12]
+++ Did not detect app deployment type .NET Framework 4.5.1(ScopeId_A27D2197-89CA-4A34-A912-B0DECE545FD3/DeploymentType_fc35a445-996c-491e-a5a6-a6db2ff27d1e, revision 12) for system.

So I went back to my .NET Framework 4.5.1 application.
For installation I'm using a VBS script:

'-------------------------
WshShell.Run currentDirectory & "NDP451-KB2858728-x86-x64-AllOS-ENU.exe /q /norestart /ChainingPackage ADMINDEPLOYMENT", 6, True
WScript.Quit(ErrorCode) 'added so the script pass the errorcode to sccm
'-------------------------
I'm using a VBS script because of this: https://social.technet.microsoft.com/Forums/pt-BR/4808233e-1410-4305-a8d1-0e88f3a6fdc8/net-451-install-only-works-when-running-on-a-ui-session?forum=configmanagerapps

And the Detection Method I'm using:

HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Client\Release
Greater or equals to: 378675

OR

HKLM\SOFTWARE\Classes\Installer\Products\BE4EBED704B66673BB53C5BB3C58AD73\ProductName
Value: Microsoft .NET Framework 4.5.1
I'm trying to use this one because I'm getting "Application not discovered" in AppDiscovery.log.

Customer's environment is SCCM2012 R2 CU4.

Any ideas?


Alexander S.


Viewing all articles
Browse latest Browse all 4762

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>