[Package]trust key manager
Published: October 19, 2023 - 8:40 AM
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/
Please let me know if you can see better
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,
)