Page 1 of 1

[Package]trust key manager

Published: October 19, 2023 - 8:40 AM
by skoizer
Good morning,
I'm offering you a package for Trust Key Manager
application to use USB keys for document signing or Chorus validation

Download the MSI file here
https://support.certeurope.fr/telechargement-3/

Code: Select all

bin_name = "TrustedKeyManager64.msi"
uninstallkey = "{B7789A48-5C5D-47C6-B1EF-B5990092198B}"
applicationfolder = "C:\Program Files\Trusted Key Manager"

def install():
    # Declaring local variables
    silentflags='APPLICATIONFOLDER="%s" /qn'%applicationfolder
    # Installing the software
    install_exe_if_needed(bin_name,
        silentflags=silentflags,
        key=uninstallkey,
    )

Please let me know if you can see better

Re: [Package] Trust Key Manager

Published: October 23, 2023 - 10:56 AM
by cbaziret
Hello,

Thank you for sharing this package with us!

The package has been created and will be uploaded to the WAPT store in a few days; it is currently in our testing repository.

Here is the link if you want to see what we've changed: https://wapt.tranquil.it/wapt-testing/t ... EPROD.wapt

Sincerely,
Clément BAZIRET