Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING deploy and install windowsdesktop-runtime-10.0.8-win-x64.exe

  • Thread starter Thread starter tiger
  • Start date Start date
  • Replies Replies 3
  • Views Views 885

tiger

Member
Messages
8
Solutions
1
Reaction score
1
Points
3
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?
 
We install 8.0.27 currently:

Installation program: windowsdesktop-runtime-8.0.27-win-x64.exe /install /quiet /norestart

Detection: Same as you're doing, make sure Value and Data Type is Version, Greater than or equal to: 8.0.27

Install for System, whether user is logged in or not..

This just works

Supersedence is probably freaking out due to the detection method error (00324). Nail down your detection method and all should start working!
 
We install 8.0.27 currently:

Installation program: windowsdesktop-runtime-8.0.27-win-x64.exe /install /quiet /norestart

Detection: Same as you're doing, make sure Value and Data Type is Version, Greater than or equal to: 8.0.27

Install for System, whether user is logged in or not..

This just works

Supersedence is probably freaking out due to the detection method error (00324). Nail down your detection method and all should start working!
thanks.
i'll try to figure out what the problem is with the supersedence.

Isn't it strange that there isn't a MSI available of the .NET x64 software installation?
 
thanks.
i'll try to figure out what the problem is with the supersedence.

Isn't it strange that there isn't a MSI available of the .NET x64 software installation?
It IS odd! I love MSIs, since you just click next a few times and it's practically done for you!
 

Forum statistics

Threads
7,266
Messages
28,316
Members
18,569
Latest member
nasarreddy
Back
Top