tis-audit-adobe-version icon

Audit Adobe version

Silent install package for Audit Adobe version

0-4

  • package: tis-audit-adobe-version
  • name: Audit Adobe version
  • version: 0-4
  • categories: System and network
  • maintainer: WAPT Team,Tranquil IT,Ingrid TALBOT
  • licence: wapt_public
  • locale: all
  • target_os: windows
  • architecture: all
  • signature_date:
  • size: 5.36 Ko

package           : tis-audit-adobe-version
version           : 0-4
architecture      : all
section           : base
priority          : optional
name              : Audit Adobe version
categories        : System and network
maintainer        : WAPT Team,Tranquil IT,Ingrid TALBOT
description       : An audit package to check if installed Adobe version is Acrobat Pro or Adobe Reader
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : windows
min_wapt_version  : 2.3
sources           : 
installed_size    : 
impacted_process  : 
description_fr    : 
description_pl    : 
description_de    : 
description_es    : 
description_pt    : 
description_it    : 
description_nl    : 
description_ru    : 
audit_schedule    : 
editor            : 
keywords          : audit,adobe
licence           : wapt_public
homepage          : 
package_uuid      : bae1d096-55c7-4d20-a4b6-53897622b41b
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : 0c223120ac1a6e4cd0d0abe04cd831c7d4a4c2661947e758c0f703b656933d9a
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date    : 2025-05-22T08:00:16.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature         : YlkoRjfWio7Kj/YiXg3l+7UJsIzC9EzVzdMfhu0qUltw3NrBWP8wnsIBPuD8FUCTLN8+Mcvs5y8OiELFe/kBkr91bLRd+ROWrm1hmpxeU8Scke6FFcZQiJmHEPKSAMbdEQK6szeBIzQjjACvmhWZZPUj4ZUlhDQ42xLTiTu9ZfmSNiUeQh5lIhZZBF2pADi55qxNqBFpPtmwmE6ZtjtdAW12IMno4rqmPHNbS0gnHOQY3YMN9PzCtNRWxYt7bIm4G3xETSpH/k0ehj0MiHw1sCd75ZU6yRJrH1M6/CvKR3y77GsJepCmMTlE9dZABVCto27bqn9AyaFStSFNybBlZQ==

# -*- coding: utf-8 -*-
from setuphelpers import *

def install():
    pass

def audit():
    result_audit = None
    installer_key = None

    #Getting some info in registry key to know which version of Adobe is installed
    try:
        key = reg_openkey_noredir(HKEY_LOCAL_MACHINE, fr'SOFTWARE\Adobe\Adobe Acrobat\DC\Installer')
        installer_key = reg_getvalue(key, "shAlfSdPackCab")
    except WindowsError as e:
        pass

    if installer_key:
        if reg_getvalue(key, "shAlfSdPackCab") != "NULL" :
            result_audit = 'Adobe Acrobat Pro'
        else :
            result_audit = 'Adobe Acrobat Reader'

    WAPT.write_audit_data_if_changed("audit-adobe-version", "audit-adobe-version", result_audit)

    return "OK"

38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
a5c3b95e04af43a5a44ef2f88a8ac2f779ad8859fc8f8d6f784ee2a9b0667728 : WAPT/control
0c223120ac1a6e4cd0d0abe04cd831c7d4a4c2661947e758c0f703b656933d9a : WAPT/icon.png
2fa309503a3246f9f8c2c06dab5c620aa61577931957985e7fd66ec897bf9eec : luti.json
33eecd4d58ed7ba5c8c5de736e08552d06d2ff76e66ba4ae63e9206dc606352f : setup.py