Skip to content

/silent and dotnet detection #542

@jol64

Description

@jol64

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.

  1. /silent or /verysilent should not prompt for anything, and if they do in a background task the task is stuck (no timeouts etc.)

  2. 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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions