Skip to content

Add a way to check compatibility with the target platform #437

@oleg-nenashev

Description

@oleg-nenashev

It is a follow-up to jenkinsci/jenkins#4554 by @NextTurn . It would be great if WinSW users were able to check that WinSW is compatible with their platform before actually doing the service installation. Things to consider: OS version, .NET version, Win32 API availability, etc.

Implementation options:

  • Separate executable, maybe written in a native code
  • NO GO we could invoke winsw.exe check-platform which would verify the system compatibility with the wrapper. The downside is that winsw would have to be runnable on lower .NET versions, and it is generally not possible unless you want to write unsafe main code or accept cryptic .NET startup messages

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions