I have 2 issues with deploying a exe-.NET_windowsdesktop-runtime application.
1:
I want to install .NET windowsdesktop-runtime 10.0.8-x64-EXE (windows11-client).
The install is started and at the end succeeded but in the software center you see the status (even after a reboot of the win11 client)
'expired, will be retried'
details: 0x87D00324(-2016410844)
This is a script installer program.
"windowsdesktop-runtime-10.0.8-win-x64.exe" /quiet /norestart
Detection method: Registry
HKEY_LOCAL_MACHINE\SOFTWARE\dotnet\Setup\InstalledVersions\x64\sharedhost
10.0.8
2nd issue: the Supersedence doesn't work of a former .NET windows desktop 9.0.8 x64-version.
This older version isn't removed while the new version is installed.
Manually the uninstall works fine ("windowsdesktop-runtime-9.0.8-win-x64.exe" /uninstall /quiet /norestart)
Can somebody give my some advice about deploying this .NET_windowsdektop-runtime EXE-application to solve this issues?
1:
I want to install .NET windowsdesktop-runtime 10.0.8-x64-EXE (windows11-client).
The install is started and at the end succeeded but in the software center you see the status (even after a reboot of the win11 client)
'expired, will be retried'
details: 0x87D00324(-2016410844)
This is a script installer program.
"windowsdesktop-runtime-10.0.8-win-x64.exe" /quiet /norestart
Detection method: Registry
HKEY_LOCAL_MACHINE\SOFTWARE\dotnet\Setup\InstalledVersions\x64\sharedhost
10.0.8
2nd issue: the Supersedence doesn't work of a former .NET windows desktop 9.0.8 x64-version.
This older version isn't removed while the new version is installed.
Manually the uninstall works fine ("windowsdesktop-runtime-9.0.8-win-x64.exe" /uninstall /quiet /norestart)
Can somebody give my some advice about deploying this .NET_windowsdektop-runtime EXE-application to solve this issues?