-
Notifications
You must be signed in to change notification settings - Fork 185
Description
I started upgrading my systems to LogExpert 1.30 yesterday and am struggling with /silent (and /verysilent) and dotnet detection in my update batches.
Even though dotnet 10.0.3 is installed, LogExpert-Setup complains in a dialog, it is missing.
-
/silent or /verysilent should not prompt for anything, and if they do in a background task the task is stuck (no timeouts etc.)
-
dotnet --list-runtimes results in:
Microsoft.AspNetCore.App 3.1.32 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.1.32 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.36 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 10.0.3 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 3.1.32 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 6.0.36 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 10.0.3 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
The installer I downloaded and installed is windowsdesktop-runtime-10.0.3-win-x64.exe. I read #513 and don´t know why it complains about .net missing.