
Enablement Package KB (EKB),windows 10 1903 to windows 10 1909
Paquet d’installation silencieuse pour Enablement Package KB (EKB),windows 10 1903 to windows 10 1909
10-1
- package: tis-kb4517245
- name: Enablement Package KB (EKB),windows 10 1903 to windows 10 1909
- version: 10-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: 189.41 Ko
package : tis-kb4517245
version : 10-1
architecture : x64
section : base
priority : optional
name : Enablement Package KB (EKB),windows 10 1903 to windows 10 1909
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 : edbecedc-26ce-4e51-954d-7b6cb6243920
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version : 10.0.18362
max_os_version : 10.0.18363
icon_sha256sum : 50ebc8b391d1e8930ff6b89e962c0af3c804cab454c62d13514438f4dd703e60
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature : CtWOpVhvdgg+Zsmz0S5PEc0tF0L+WaP/BuSg/ejSB9qPr0+pYoHKRhmlC9o0DuKcfaCNtoQKpgCWL8i5aokvhXIu3RbzJRWNd4y+biQBVFCWce//zMEIQGclucQMGMA7aPTFEdS3oj7yaOz2rbHdwDEJ33iCkXu3RxOFN80UhwoiaZUPUj1yh1C5JYEzIZ/xOdr6EhY8OZdqTDTGg2CJ1LvbwMf/6m/bSWP0aaHhlO4SrwQZ8YzQfew975tfVkZN0c+2k2Sh7etjVC7kgFH+TRM5ibP5lptd/c2SIaA5+JpDm1pwzD6XAze6VtdfnouDhAptCTBfneA3YXAOFlbo+A==
signature_date : 2023-11-19T18:05:08.100970
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-kb4517245-x64_5dc34b6684b9135c5404b5ebb78555e97917aa90.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 = "http://b1.download.windowsupdate.com/d/upgr/2019/11/windows10.0-kb4517245-x64_5dc34b6684b9135c5404b5ebb78555e97917aa90.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)
8afcf6343b340ad8dc4414b8666d2b99e8be3210cccdcd90d85739407a9e212b : setup.py
faf7ab72cad285c48a8cd14a0c522d30a832ba0a147621cb920c645eaa77c63f : windows10.0-kb4517245-x64_5dc34b6684b9135c5404b5ebb78555e97917aa90.msu
beb1b4ba84c86f15ec30d5cac3b9aaefe481ffbef98b84623b4a627f4abaea4b : update_package.py
50ebc8b391d1e8930ff6b89e962c0af3c804cab454c62d13514438f4dd703e60 : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
4ec94f506ccd566e211d7c545fbc9400100b0ac878e7856bacffdc819d6b714d : luti.json
5372e6273e2b7f5fe54ca3b18dc443c28ee50efaff268b9897cac7155b760def : WAPT/control