
Advanced SystemCare
Paquet d’installation silencieuse pour Advanced SystemCare
18.0.1-1
- package: tis-advanced-systemcare
- name: Advanced SystemCare
- version: 18.0.1-1
- categories: System and network
- maintainer: WAPT Team,Tranquil IT,Amel FRADJ,
- licence: opensource_free,wapt_private
- target_os: windows
- architecture: all
- signature_date:
- size: 56.92 Mo
- homepage : https://www.iobit.com/en/advancedsystemcarefree.php
package : tis-advanced-systemcare
version : 18.0.1-1
architecture : all
section : base
priority : optional
name : Advanced SystemCare
categories : System and network
maintainer : WAPT Team,Tranquil IT,Amel FRADJ,
description : Speed up your computer, clean up your PC and protect your private data. AI makes everything easier and more extraordinary
depends :
conflicts :
maturity : PROD
locale :
target_os : windows
min_wapt_version : 2.3
sources :
installed_size :
impacted_process :
description_fr : Accélérez votre ordinateur, nettoyez votre PC et protégez vos données privées. L'IA rend tout plus facile et extraordinaire
description_pl : Przyspiesz swój komputer, oczyść go i chroń swoje prywatne dane. Sztuczna inteligencja sprawia, że wszystko jest łatwiejsze i bardziej niezwykłe
description_de : Beschleunigen Sie Ihren Computer, räumen Sie Ihren PC auf und schützen Sie Ihre privaten Daten. KI macht alles einfacher und außergewöhnlich
description_es : Acelera tu ordenador, limpia tu PC y protege tus datos privados. La IA lo hace todo más fácil y extraordinario
description_pt : Acelere o seu computador, limpe o seu PC e proteja os seus dados privados. A IA torna tudo mais fácil e extraordinário
description_it : Velocizzare il computer, ripulirlo e proteggere i dati privati. L'intelligenza artificiale rende tutto più facile e straordinario
description_nl : Versnel je computer, maak je pc schoon en bescherm je privégegevens. AI maakt alles eenvoudiger en bijzonderder
description_ru : Ускорьте работу компьютера, очистите его и защитите свои личные данные. ИИ делает все проще и необычнее
audit_schedule :
editor :
keywords :
licence : opensource_free,wapt_private
homepage : https://www.iobit.com/en/advancedsystemcarefree.php
package_uuid : ece450ff-6e1b-45a4-99ec-c9a4b3c8955f
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : 7e9875b0aec7a35be299259b87ba80a1e1842609007586fe3b0991898947819c
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2024-10-15T08:05:58.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 : KFQC9e8efaIFXd7Qv8RpYqN48pHQiWiNDnzd7H9yW3g1lkxcdA70OawF0vu1Xzgjrba5IXmKAqzF9g0nntWHrhZn0hrHRk1108eBenR5URHLa96XdEY/zZsslEoQr96SkDJrJXEDCfc3bwt1L/Hh+VJQPWtjMp9jps4DTy/0Twucau98zBrswTKW807QJbhUECDu4LwbAxYAV/sFmQjAIucu8HhN05kuyprXa1/oGWzWweJgli3FLSVG6OZTimOrwh0WFD77RvwejOENYoA7RMHb61Gh0XJh2UMO6V1aEn3UQi8w00E/ma+0M1p9A3WWKlQ6OCRhPhuP3FhRIJP9pg==
# -*- coding: utf-8 -*-
from setuphelpers import *
r"""
Usable WAPT package functions: install(), uninstall(), session_setup(), audit(), update_package()
{
"key":"Advanced SystemCare_is1",
"name":"Advanced SystemCare",
"version":"17.6.0",
"install_date":"2024-08-29 00:00:00",
"install_location":"C:\\Program Files (x86)\\IObit\\Advanced SystemCare\\",
"uninstall_string":"\"C:\\Program Files (x86)\\IObit\\Advanced SystemCare\\unins000.exe\"",
"publisher":"IObit",
"system_component":0,
"win64":false
}
"""
# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls
def install():
# Declaring local variables
# Installing the software
print("Installing: advanced-systemcare-setup.exe")
install_exe_if_needed(
"advanced-systemcare-setup.exe",
silentflags="/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-",
key="Advanced SystemCare_is1",
min_version=control.get_software_version(),
)
# -*- coding: utf-8 -*-
from setuphelpers import *
from setupdevhelpers import *
import glob
def update_package():
# Declaring local variables
package_updated = False
proxies = get_proxies_from_wapt_console()
if not proxies:
proxies = get_proxies()
download_url = "https://cdn.iobit.com/dl/advanced-systemcare-setup.exe"
latest_bin = download_url.split("/")[-1]
# Downloading latest binaries
print("Download URL is: %s" % download_url)
if not isfile(latest_bin):
print("Downloading: %s" % latest_bin)
wget(download_url, latest_bin, proxies=proxies)
package_updated = True
else:
print("Binary is present: %s" % latest_bin)
# Deleting outdated binaries
for f in glob.glob("*.exe"):
if f != latest_bin:
remove_file(f)
version = get_version_from_binary(latest_bin)
# Mettre à jour le package
control.set_software_version(version)
control.save_control_to_wapt()
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
2d9ed0c707041882ea3fcd342994567a84defb44298e6c0b4c9fe58ca300276d : WAPT/control
7e9875b0aec7a35be299259b87ba80a1e1842609007586fe3b0991898947819c : WAPT/icon.png
2f3b4f40999231d5efbfaa037b440f09492f84885fdb57115671a4840843ea4d : advanced-systemcare-setup.exe
953db7780058c47f2de7bafadb67ef3d1c2eadc011a8f3da7ed9a4a509e34968 : luti.json
c6a0e16226a117b8c34276a08d3ed45372bd961426845cd6534d79237e306fb4 : setup.py
b2d4241fab70d7ad3a20651f79c855d2214c3ac9bfc194e32911303b4a371c2f : update_package.py