tis-kb5015684 icon

Enablement Package KB (EKB),windows 10 21H2 to windows 10 22H2

Paquet d’installation silencieuse pour Enablement Package KB (EKB),windows 10 21H2 to windows 10 22H2

15-1

  • package: tis-kb5015684
  • name: Enablement Package KB (EKB),windows 10 21H2 to windows 10 22H2
  • version: 15-1
  • categories: Security,System and network
  • maintainer: WAPT Team,Tranquil IT,Jimmy PELÉ
  • editor: Microsoft
  • locale: all
  • target_os: windows
  • architecture: x64
  • signature_date:
  • size: 185.86 Ko

package           : tis-kb5015684
version           : 15-1
architecture      : x64
section           : base
priority          : optional
name              : Enablement Package KB (EKB),windows 10 21H2 to windows 10 22H2
categories        : Security,System and network
maintainer        : WAPT Team,Tranquil IT,Jimmy PELÉ
description       : 
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : windows
min_wapt_version  : 2.0
sources           : 
installed_size    : 
impacted_process  : 
description_fr    : 
description_pl    : 
description_de    : 
description_es    : 
description_pt    : 
description_it    : 
description_nl    : 
description_ru    : 
audit_schedule    : 
editor            : Microsoft
keywords          : 
licence           : 
homepage          : 
package_uuid      : 40ade1c9-50d4-412c-a489-8f089b6d1e70
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 10.0.19044
max_os_version    : 10.0.19045
icon_sha256sum    : 50ebc8b391d1e8930ff6b89e962c0af3c804cab454c62d13514438f4dd703e60
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature         : rBJ3rmkvZ4CviWJ61599d//+/q7RfHu+CeujtoTAUy6HJyo9uE9XN69l7tlXuYpWJBTuZCoOWWJeiSutoBLtR3vGqSrdqNeQJ2nL6e7RII/Wq81WFIC8xk/5avjHTtKXOf4xSOPpffosMtl0t7umKj7wRie3xjbgLym5oZMtEBcaB7VHjI79Z/q4MiIUtWZ8o7HQjVYGxg04N1ynQds6G1PLnLLJPKpY0Yx965c25K+nGdtiMx4b6+buvayyB+6wXv1iL092JLCb6GF1ca6L5lhJYuqXx9ylVBHMJQ2dozd4MOeEwZhRcTrEYDQxbXX8ClYcHEFOj4kMlX2FCFaY/Q==
signature_date    : 2023-11-07T10:01:06.639051
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

from setuphelpers import *
import re

r"""
Usable WAPT package functions: install(), uninstall(), session_setup(), audit(), update_package()

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


def install():
    with EnsureWUAUServRunning():
        kb_files = [
            'windows10.0-kb5015684-x64_523c039b86ca98f2d818c4e6706e2cc94b634c4a.msu',
            ]
        for kb_file in kb_files:
            kb_guess = re.findall(r'^.*-(KB.*)-',kb_file)
            if not kb_guess or not is_kb_installed(kb_guess[0]):
                print("Installing {}".format(kb_file))
                run('wusa.exe "{}" /quiet /norestart'.format(kb_file), accept_returncodes=[0, 3010, 2359302, -2145124329], timeout=1800)
            else:
                print("{} already installed".format(kb_file))

    if is_pending_reboot():
        print("A reboot is needed !")



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


def update_package():
    # Initializing variables
    url_dl = "https://catalog.s.download.windowsupdate.com/c/upgr/2022/07/windows10.0-kb5015684-x64_523c039b86ca98f2d818c4e6706e2cc94b634c4a.msu"
    proxies = get_proxies()
    latest_bin = url_dl.split('/')[1]
    version = control.get_software_version()

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

    # Changing version of the package
    control.version = "%s-%s" % (version, int(control.version.split("-")[-1]) + 1)
    control.save_control_to_wapt()
    print("Changing version to: %s in WAPT\\control" % control.version)

c31dadbee341344aed0a9b8e4f803fb38877aadf9566afbb8d15c96c68a5968c : setup.py
cc1a32fff2700b70c2e6c1a70485f2c0b9c12374f420f13e764850b0a8bf7c89 : windows10.0-kb5015684-x64_523c039b86ca98f2d818c4e6706e2cc94b634c4a.msu
a2d5d12b3503ea510691ef744819742a98a17434c70505d1f009a730b1a3d343 : update_package.py
50ebc8b391d1e8930ff6b89e962c0af3c804cab454c62d13514438f4dd703e60 : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
fea4f4a5d8972a5d2c0852894fff73d866a3a547636558ffdd0fabd8d6d72f09 : luti.json
22754f7d969ca74364572aa40f7e891a32c0ad3f55f417bb23d73d1dcea5faff : WAPT/control