tis-audit-adobe-version icon

Audit Adobe version

Silent install package for Audit Adobe version

0-3

  • package: tis-audit-adobe-version
  • name: Audit Adobe version
  • version: 0-3
  • 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.33 Ko

package           : tis-audit-adobe-version
version           : 0-3
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      : 20f6bb24-bc93-4a4e-b8c8-e213a00bedf4
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-21T16:00:20.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         : WaGjoRUXzud3/7fc1s5L8FMfgd7eyksf4n6vqmf0pGBCSvCY+mpeUuWv4V50ji7q3EPfBnmTvtI305w3dLj2/J/1okH1yO7VoSxhonP63AklziNiwqeUsgNBkOARVX7YUl8KbSONU/WEYVvRWim+qTq1zTwarLoC7ekCb9is97TP7pQZyv7DlR2GfP3wz00cNm8rt0ohul4QNqruY4mKIyzfq2FSpP2zPvOR4LHryzrlrPhhZxOTqbfCByagC99yva0IfgX7caeQFGD6mFdHdppRSzCriKEwiLCToOdxE2EalE1cB9tAl1L5idxYN1JrrY3Hxbo2knpbmwleHVfNcw==

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


def install():
    pass

def audit():
    result_audit = 'None'

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

    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
ee3eb78f8924ae3f877dce4934842dfcf0f707afbf4415478d40b8ff1ed60d83 : WAPT/control
0c223120ac1a6e4cd0d0abe04cd831c7d4a4c2661947e758c0f703b656933d9a : WAPT/icon.png
31a567f0c0ba90bbbff22e47c708ee7853891ee3ebd66692080bc8e7b6992c64 : luti.json
6410154602ee5f0d0737789e44d963ff96796f1195741ae02b50ff1c0841c37c : setup.py