tis-intel-dsa
25.1.9.6-13
Assistant pilote et support Intel
4798 téléchargements
Télécharger
Voir le résultat de la construction Voir l'analyse de VirusTotal

- package : tis-intel-dsa
- name : Intel Driver & Support Assistant
- version : 25.1.9.6-13
- categories : System and network
- maintainer : WAPT Team,Tranquil IT,Jimmy PELÉ
- editor :
- licence :
- locale : all
- target_os : windows
- impacted_process : DSAService,DSAServiceHelper,DSATray,DSAUpdateService
- architecture : x64
- signature_date : 2025-03-02 18:00
- size : 3.38 Mo
- depends :
package : tis-intel-dsa
version : 25.1.9.6-13
architecture : x64
section : base
priority : optional
name : Intel Driver & Support Assistant
categories : System and network
maintainer : WAPT Team,Tranquil IT,Jimmy PELÉ
description : Intel Driver & Support Assistant
depends : tis-dotnetfx
conflicts :
maturity : PROD
locale : all
target_os : windows
min_wapt_version : 2.1
sources : https://downloadcenter.intel.com/download/28425/Intel-Driver-Support-Assistant
installed_size :
impacted_process : DSAService,DSAServiceHelper,DSATray,DSAUpdateService
description_fr : Assistant pilote et support Intel
description_pl : Intel Driver & Support Assistant
description_de : Intel Treiber & Support Assistent
description_es : Asistente de soporte y controladores Intel
description_pt : Motorista e assistente de suporte Intel
description_it : Assistente driver e supporto Intel
description_nl : Intel stuurprogramma en ondersteuningsassistent
description_ru : Intel Driver & Support Assistant
audit_schedule :
editor :
keywords :
licence :
homepage :
package_uuid : c08f3fbd-3585-4ee6-b135-1e6f2d5923a7
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : 588d2c5a22eca838bb1f20a6ed34c63cbf047b298c2d519bc337a73be41d65a9
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2025-03-02T18:00:12.000000
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
signature : UbHWXachon7sausdjhtcdNK44qgMygbZQjeQ+hvDtASTZWUW4MIY632rZAVksL0tCCHVWlb/yeBxqkAOJAD3qxH+B9AuO2XldeG0zJMzekeFnU4qyaMrH/e965i9PxxQRJZBwp5CCxjjt+IWaQyiLjRQXGe9+/e6uyc3PaGq7LDcJ/8+WHauZFRzxX+gjOwjv6WbpTTyghgcaqsZS/iH6j8HgacoW7njCz+dyy1JoSZFF9odBCAMv1YIt9PqGDllsQ6erC478UKXq9pBlV0p8hvz1y+UMkWqyZx4BJcKw6opPxf3vTSNHLvjeDdQZwYyjNEFL3ydCKvY9Dt1dg+CHg==
# -*- coding: utf-8 -*-
from setuphelpers import *
import bs4 as BeautifulSoup
def install():
# Declaring local variables
bin_name = glob.glob("*Intel-Driver-and-Support-Assistant-Installer*.exe")[0]
# Uninstalling the software on forced install
for uninstall in installed_softwares("Intel Driver & Support Assistant"):
if force:
for uninstall in installed_softwares(name="Intel® Driver & Support Assistant"):
print("Uninstalling: %s" % uninstall["name"])
run(uninstall_cmd(uninstall["key"]))
break
# Installing the software
print("Installing: %s" % bin_name)
install_exe_if_needed(
bin_name,
silentflags="-s -norestart",
# key=app_uninstallkey,
min_version=control.get_software_version(),
keywords="Intel Driver & Support Assistant",
)
# Disabling auto-update check and telemetry and autorun
registry_set(HKEY_LOCAL_MACHINE, r"SOFTWARE\Intel\Driver and Support Assistant\Settings", "NotificationFrequency", "0")
registry_set(HKEY_LOCAL_MACHINE, r"SOFTWARE\Intel\SUR\ICIP", "Consent", 0)
registry_delete(HKEY_LOCAL_MACHINE, r"SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run", "Intel Driver & Support Assistant")
def uninstall():
# Uninstalling the software
for uninstall in installed_softwares(name="Intel® Driver & Support Assistant"):
print("Uninstalling: %s" % uninstall["name"])
run(uninstall_cmd(uninstall["key"]))
# -*- 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()
binn = "Intel-Driver-and-Support-Assistant-Installer.exe"
url_dl = "https://dsadata.intel.com/installer"
print("Download url is: %s" % url_dl)
wget(url_dl, binn, proxies=proxies)
version = get_version_from_binary(binn)
# Changing version of the package
if Version(version) != Version(control.get_software_version()):
result = True
control.set_software_version(version)
control.save_control_to_wapt()
# Validating update-package-sources
return result
eb0f64839742edf69a72ea0c9c8106cd66eff7dfe9bf2f8edb6f789de90db9fe : Intel-Driver-and-Support-Assistant-Installer.exe
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
a790dd8f28d9f951f43f30e540c2743a51f123e2d9a058564c78fe265977fe0c : WAPT/control
588d2c5a22eca838bb1f20a6ed34c63cbf047b298c2d519bc337a73be41d65a9 : WAPT/icon.png
180a1600349993ef54c115ce9444daa5b284fc5de502412973c83e514dc1f5de : luti.json
f9ecea88506d6030a2283fe8ae3c2f26bcb8dd82cf47fdeaf047f610f9304041 : setup.py
32c33757eab256f2c2005187e32e48cfc5be35bc3e2d58c1b4c03cb42f91b7cb : update_package.py