tis-photo-reducteur icon

Photo Réducteur

Paquet d’installation silencieuse pour Photo Réducteur

4.15-1

  • package: tis-photo-reducteur
  • name: Photo Réducteur
  • version: 4.15-1
  • categories: Office,Utilities
  • maintainer: WAPT Team,Tranquil IT,Jimmy PELÉ
  • locale: all
  • target_os: windows
  • impacted_process: photo
  • architecture: all
  • signature_date:
  • size: 35.79 Mo
  • installed_size: 85.57 Mo

package           : tis-photo-reducteur
version           : 4.15-1
architecture      : all
section           : base
priority          : optional
name              : Photo Réducteur
categories        : Office,Utilities
maintainer        : WAPT Team,Tranquil IT,Jimmy PELÉ
description       : Photo Réducteur (Emjysoft)
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : windows
min_wapt_version  : 2.0
sources           : https://www.emjysoft.com/logiciel-photo-reducteur/
installed_size    : 85565440
impacted_process  : photo
description_fr    : 
description_pl    : 
description_de    : 
description_es    : 
description_pt    : 
description_it    : 
description_nl    : 
description_ru    : 
audit_schedule    : 
editor            : 
keywords          : 
licence           : 
homepage          : 
package_uuid      : f9dc0e80-92e9-4411-9ae6-5d7e25838487
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : be229f734247f7deefa4c3ab1e293752f8cc41e95ef6d71149b18092080433d7
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature         : Ad5UGwXkDOXDdrW16yDG2H08XF94rceoXxE0wC5d4ImChb1wEem4dJgC6e5pPGAKp5rtvYmseBj7SWdLYYX+sxWOZAYWvNoreeD/g8LPa3AcU+Q3uhFIrq2n/elvftZysoLilMKtOk30z0BYth47auVWX4vue3j0Q10z79SSrEl+x1ONn8Mp2j8wDSKqjOS2ptM8aqXsHDsf+CoKojJPWG8Fs+9HML1g1BcHqw3FyRAmCDyfiVRXQCIiJR27u8JfqymnuhZYB68x8iIOErrEibfhV+8928kShVbloiRzULJ/qe/FdMsF59bUgpRJlp6oyonsv5HYqN9kAi3Vp8nzmA==
signature_date    : 2022-08-02T02:02:09.100082
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():
    # Declaring local variables
    bin_name = glob.glob("*photo-reducteur*.exe")[0]

    # Installing the software
    print("Installing: %s " % bin_name)
    install_exe_if_needed(
        bin_name,
        silentflags='/VERYSILENT /SP- /NOCANCEL /NORESTART /SUPPRESSMSGBOXES /NOLAUNCH /LOADINF="photo-reducteur_setup.conf"',
        key="{DCCC5C32-2C99-485B-9386-D5DF5D0810B1}_is1",
        min_version=control.get_software_version(),
    )

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

# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls
bin_contains = "photo-reducteur"


def update_package():
    # Declaring local variables
    result = False
    proxies = get_proxies()
    if not proxies:
        proxies = get_proxies_from_wapt_console()
    app_name = control.name
    url = "https://www.emjysoft.com/logiciel-photo-reducteur/"
    download_url = "https://www.emjysoft.com/logiciels/photo-reducteur.exe"
    latest_bin = download_url.split("/")[-1]

    # print("Latest %s version is: %s" % (app_name, version))
    print("Download URL is: %s" % download_url)

    # Downloading latest binaries
    if not isfile(latest_bin):
        remove_file(latest_bin)
    if not isfile(latest_bin):
        print("Downloading: %s" % latest_bin)
        wget(download_url, latest_bin, proxies=proxies)

    # Checking version from file
    version_from_file = get_version_from_binary(latest_bin)
    version = version_from_file

    # Changing version of the package
    if Version(version) > Version(control.get_software_version()):
        print("Software version updated (from: %s to: %s)" % (control.get_software_version(), Version(version)))
        result = True
    else:
        print("Software version up-to-date (%s)" % Version(version))
    control.version = "%s-%s" % (Version(version), control.version.split("-", 1)[-1])
    # control.set_software_version(version)
    control.save_control_to_wapt()

    # Deleting outdated binaries
    remove_outdated_binaries(version)

    # Validating or not update-package-sources
    return result

22d2ef8fb16077eea07e44878fa4160e29403f4f4382c321086ba617e3f48127 : setup.py
8964ddff2941e6026975df815279aa31e9739f7eacbf1884f3fc7306516d6b8e : photo-reducteur.exe
03fbc778a6e39d0084151fb0d0306ad84e249919055c73a37ba480bf829b82bb : update_package.py
be229f734247f7deefa4c3ab1e293752f8cc41e95ef6d71149b18092080433d7 : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
401fe5df0cf6bed8ec55399567dea5bddd08c1e658dfd2be9bd853ac732641fd : luti.json
0fe7fb07bd89244ad9de719a4a5aa27ede069fbfd54190b8935b94be168cc7b0 : photo-reducteur_install.conf
b25cbad09a1ec4d5b360076783c46d6b0f8684b787ce7f67c6c270d065e4f7db : WAPT/control