Skip to Main Content
Patch My PC Ideas & Feedback

A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize requests, please see:

Sassafras K2 Client

This is a license management client.  We use this in place of sccm software metering.. And it can actually enforce limits (by multiple license models).

 

https://www.sassafras.com/support/

 

https://www.sassafras.com/links/K2Client.exe

https://www.sassafras.com/links/K2Client-x64.exe

keyconfig.exe https://www.sassafras.com/hrl/7.6/k2clientconfigW.html can be used to extract the msi files.

 

client settings can be set in the hklm registry.. so you can ignore all the info about configuring settings for the client.

  • Attach files
      Drop here to upload
    • P S
      Reply
      |
      Jun 13, 2024

      Definitely would like to see this. The KeyClient has a highly-configurable .MSI, so the existing customization with the Publishing Service should allow for most? (any?) configuration necessary.

      Here's an updated link to their download page: https://www.sassafras.com/client-download/
      And their command-line documentation for configuring the .exe-based installation without k2configure: https://www.sassafras.com/hrl/7.6/deployment.html
      (K2configure is still needed if you want to extract the .msi from the .exe to run directly.)

      Here's the scrape I've been using:
      Invoke-WebRequest 'https://www.sassafras.com/client-download/' -UseBasicParsing | select -expand Links | ?{$_.href -match 'x64'} | select -expand href

    • A P
      Reply
      |
      Aug 22, 2023

      I would like this added as our labs use it

    • +3