tis-active-directory-picture
1-6
adds support for active directory pictures
581 downloads
Download
See build result See VirusTotal scan

- package : tis-active-directory-picture
- name : active directory picture
- version : 1-6
- categories :
- maintainer : administrator
- installed_size :
- editor :
- licence :
- signature_date : 2022-07-25T04:25:54.975372
- size : 16.09 Ko
- locale : all
- target_os : windows
- impacted_process :
- architecture : x64
- Depends :
package : tis-active-directory-picture
version : 1-6
architecture : x64
section : base
priority : optional
name : active directory picture
categories :
maintainer : administrator
description : adds support for active directory pictures
depends : tis-dotnetfx,tis-rsat-w10-2004
conflicts :
maturity : PROD
locale : all
target_os : windows
min_wapt_version : 2.0
sources :
installed_size :
impacted_process :
description_fr : ajoute la prise en charge des images d'Active Directory
description_pl : dodaje wsparcie dla obrazów z katalogu aktywnego
description_de : Unterstützung für Active Directory-Bilder hinzugefügt
description_es : añade compatibilidad con las imágenes del directorio activo
description_pt : adiciona suporte para imagens de directórios activos
description_it : aggiunge il supporto per le immagini di Active Directory
description_nl : voegt ondersteuning toe voor actieve map afbeeldingen
description_ru : добавляет поддержку изображений активного каталога
audit_schedule :
editor :
keywords :
licence :
homepage :
package_uuid : 1a64d7b9-a168-44a4-b613-3e79e01a1034
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version : 10.0.19041
max_os_version :
icon_sha256sum : 6e05a7b1bcc71e6221106908aaff09541958095c0bfb1ae2562aa8637d894e82
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature : ha7JiBcVDa/d7Rf/Ajfk2+78PVqwsZlE/QS5xi34KJgX/q0YRhfG8Y5+vt0p3XjCj4A6chY41dqE5wvtDED4M8oss+XwRPqpTVFqsohwTaKqcp7xyLtTEoMAI9+LsVOYnjzORlfSNe82M+7Ks07gsciUY+ATlM4h53p9MVhF3eMh/NfTa5TO1BPNCpwyrrHtOazsdw+jjEjIteput8ulZ6rQhjMtlOon9DgIFRwOrK9G0GoqvP5RJU6+78m8KR1HEwl1S5PDjadXEFLiOjiIwdCgBYklWE7IIYSKfj82MBkm7LEDnc0ZANcmCtMwh/OZ7vT0NgYR5FO18qCMrmstxQ==
signature_date : 2022-07-25T04:25:54.975372
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
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
filecopyto("AdExt.dll", r"C:\Windows\Microsoft.NET\Framework64\AdExt.dll")
for e in glob.glob(r"C:\Windows\Microsoft.NET\Framework64\*\InstallUtil.exe"):
run(e + " C:\Windows\Microsoft.NET\Framework64\AdExt.dll")
def uninstall():
for e in glob.glob(r"C:\Windows\Microsoft.NET\Framework64\*\InstallUtil.exe"):
try:
run(e + r" /u C:\Windows\Microsoft.NET\Framework64\AdExt.dll")
except:
pass
def audit():
if not isfile(r"C:\Windows\Microsoft.NET\Framework64\AdExt.dll"):
print("File AdExt.dll not found")
return "ERROR"
else:
return "OK"
# -*- coding: utf-8 -*-
from setuphelpers import *
def update_package():
# Declaring local variables
result = False
proxies = get_proxies()
if not proxies:
proxies = get_proxies_from_wapt_console()
wget(r"https://github.com/ScribbleGhost/AdExt.dll/raw/master/AdExt.dll", "AdExt.dll", proxies=proxies)
994f5480b9bde8280566f5506bb5423346da1e594c6f4082728b34af87ecc7fb : setup.py
ece50da30a365ebd2516aa896f5b23d0679bed77ec19b3e972d4a2f2c7ea1892 : update_package.py
6e05a7b1bcc71e6221106908aaff09541958095c0bfb1ae2562aa8637d894e82 : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
536dbdce3d9f110c651da64d83d57b6c1a02eb88b370383700d8aecdc55ff1c9 : luti.json
5f466713262df49343b6e25ce1a11470c59099748729082ea1f65bdde9081281 : AdExt.dll
36b586626bd3948baabc614b9652b643c239dea34e979fdc47a2d360dd9d0fb5 : WAPT/control