
- package: tis-windows-photo-viewer
- name: Windows Photo Viewer
- version: 1.0-1
- categories: Utilities
- maintainer: WAPT Team,Tranquil IT
- target_os: windows
- architecture: all
- signature_date:
- size: 11.06 Ko
package : tis-windows-photo-viewer
version : 1.0-1
architecture : all
section : base
priority : optional
name : Windows Photo Viewer
categories : Utilities
maintainer : WAPT Team,Tranquil IT
description : Classic Windows Photo Viewer (Deprecated)
depends :
conflicts :
maturity : PROD
locale :
target_os : windows
min_wapt_version :
sources :
installed_size :
impacted_process :
description_fr : Visionneuse photo Windows classique
description_pl : Klasyczna przeglądarka zdjęć Windows
description_de : Klassischer Windows-Fotobetrachter
description_es : Visor de fotos clásico de Windows
description_pt : Visualizador de fotos clássico do Windows
description_it : Visualizzatore di foto classico di Windows
description_nl : Klassieke Windows fotoviewer
description_ru : Классический просмотрщик фотографий Windows
audit_schedule :
editor :
keywords :
licence :
homepage :
package_uuid : ea7a1ced-5ae1-45b3-9533-427f376921d2
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version : 10
max_os_version :
icon_sha256sum : ec8c168dd9de1ed273da6c2f97ab548e25e6865d8cf9f2b3e8000e644777e4af
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature : p/BW28248jBS996+9fj8nr3HXVwluP347n+BY3Jr8hpk9k5epPBjzlP3IK99ceWGJkLTEKI6OWTFwbPize5NZm/S3Ue9pbFE3VSRkBz1yCHKZT/IeWde3hgRyQlRSBczd4VQ6P3QIIuUltZCWzl11x/UMfeMBltRR7U5PhVuPdk0gO9IkiMNTG3nwEusPgLrPYPjq3rK4n6wZbjhszlhWcmUBnrSN+DgE3/uiwiiuCZZCC2rN/gdcTsEeZl1XLuHJQr23mpvGIw24Dr15zVdxYJyypODIRNlRXsyJJ9I5zwaVrYNY0HEx9T0oGwf/u04e7WfnWgS86COPJxsWqoo7Q==
signature_date : 2022-10-12T18:11:39.842838
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():
run(f"reg import {get_persistent_package_file('enable.reg')}")
def uninstall():
if reg_key_exists(HKEY_CLASSES_ROOT, "Applications\photoviewer.dll"):
print("Registry key found")
run(f"reg import {get_persistent_package_file('disable.reg')}")
else:
print("Registry key not found, re-run installation")
def audit():
if reg_key_exists(HKEY_CLASSES_ROOT, "Applications\photoviewer.dll"):
print("Reg key found")
return "OK"
else:
print("Reg key not found")
return "ERROR"
def get_persistent_package_file(fname):
if isdir(makepath(os.getcwd(), "WAPT", "persistent")):
return makepath(os.getcwd(), "WAPT", "persistent", fname)
else:
return makepath(WAPT.persistent_root_dir, control.package_uuid, fname)
def get_persistent_package_dir():
if isdir(makepath(os.getcwd(), "WAPT", "persistent")):
return makepath(os.getcwd(), "WAPT", "persistent")
else:
return makepath(WAPT.persistent_root_dir, control.package_uuid)
ab334a686ad23268c2b48c49ae7ac6665a348d22f257199772797315baed631d : setup.py
c6246be77fa0d87cb8860fc9de433dfc02b56edaaca368712d5b6267141eeee4 : WAPT/wapt.psproj
ec8c168dd9de1ed273da6c2f97ab548e25e6865d8cf9f2b3e8000e644777e4af : WAPT/icon.png
d439ef83716faffa76d59d422afbc4521563353b83c443c63534c241e933387a : WAPT/persistent/disable.reg
1e6ceb6fa1c7c517f0ae5200c0acd09399f1b61e9c661e8f4795bda77c7d7e59 : WAPT/persistent/enable.reg
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
d4082a7c32cbe9522bfe1b1f864c7677c156715f4c0ead0820832cab74681546 : luti.json
c7e95420a4be7e0dc530e74ce08b543e5b8cd78349f2bcc8ea7f9fa4cb6e4d5e : WAPT/control