tis-audit-adobe-version icon

Audit Adobe version

Silent install package for Audit Adobe version

0-2

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

package           : tis-audit-adobe-version
version           : 0-2
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      : a6812090-ac99-48e0-a381-1d8369735603
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-28T08:58:40.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         : KScMVflEnQRFC4rE/h3F5oeRKub6qqYn0stEdrZ2vi7IP7jCIH2mIJ2bpgeJ6FYb2FjDVmbmhysR9GF46XnQb8DVY9TMo3sg1Pc2AR1DydX8FMkJwDMNAXgdYcNxSnJ6YR8YMUlzW08ek3Uw3GDjB2xbtWXZQSrjy3IDvWh6xtwlDkpmsot86vhpa6FcRW5sPe1p48x1Fefml2SpBPNwt0mSvykbRtXISWMgcwDuECM8XbgpEdOexkP1NTzRduBaL1Nl+YnBrUwuZ+5GDlldHksV3EFOzwdXJB3lBmnkW3Qj0Ij86q5e9KLWF3Jadsw6zptkEVdfkUbpfGF37oIRbw==

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


def install():
    pass

def audit():

    #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')
    if reg_getvalue(key, "shAlfSdPackCab") != "NULL" : 
        result_audit = 'Adobe Acrobat Pro'
    else :
        result_audit = 'Adobe Acrobat Reader'
    if not reg_getvalue(key, "shAlfSdPackCab")  : 
        print("Aucune version d'Adobe n'est installée")
    
    WAPT.write_audit_data_if_changed("audit-adobe-version", "audit-adobe-version", result_audit)
    
    return "OK"

38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
02abfcf462c8f196b87c0c101c5d7526a4d49b0740f3465d85770f293de96bee : WAPT/control
0c223120ac1a6e4cd0d0abe04cd831c7d4a4c2661947e758c0f703b656933d9a : WAPT/icon.png
7c5c75552d2e523d9096fe92e8605b04b7a19a2372d93706b243deb1606eb6e8 : luti.json
395879bf19f54d857fcb6eee62e14bd09f0c070b5ebfdf0da81db57a59646b5e : setup.py