A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize request, please see:
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.
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
I would like this added as our labs use it