tis-silverlight

5.1.50918.0-21
Silverlight is a plugin for cross-platform web browsers (Windows and Mac OS), which allows you to develop rich web applications in a vector rendering engine.
3598 downloads
Download
See build result See VirusTotal scan
tis-silverlight icon
  • package : tis-silverlight
  • name : Silverlight
  • version : 5.1.50918.0-21
  • categories : Internet,Media
  • maintainer : WAPT Team,Tranquil IT,Simon Fonteneau,Jimmy PELÉ
  • editor : Microsoft
  • licence : Proprietary
  • locale : all
  • target_os : windows
  • impacted_process : iexplorer,Silverlight.Configuration,sllauncher
  • architecture : x64
  • signature_date : 2022-07-31 02:18
  • size : 13.15 Mo
  • installed_size : 56.00 Mo
  • homepage : https://www.microsoft.com/getsilverlight/
package           : tis-silverlight
version           : 5.1.50918.0-21
architecture      : x64
section           : base
priority          : optional
name              : Silverlight
categories        : Internet,Media
maintainer        : WAPT Team,Tranquil IT,Simon Fonteneau,Jimmy PELÉ
description       : Silverlight is a plugin for cross-platform web browsers (Windows and Mac OS), which allows you to develop rich web applications in a vector rendering engine.
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : windows
min_wapt_version  : 2.2
sources           : go.microsoft.com/fwlink/?LinkID=86008
installed_size    : 56004608
impacted_process  : iexplorer,Silverlight.Configuration,sllauncher
description_fr    : Silverlight est un plugin pour navigateur Web multi-plateforme (Windows et Mac OS), qui permet de développer des applications Web riches dans un moteur de rendu vectoriel.
description_pl    : Silverlight to wtyczka do wieloplatformowych przeglądarek internetowych (Windows i Mac OS), która pozwala na tworzenie bogatych aplikacji internetowych w silniku renderingu wektorowego.
description_de    : Silverlight ist ein Plugin für plattformübergreifende Webbrowser (Windows und Mac OS), mit dem Sie umfangreiche Webanwendungen in einer Vektor-Rendering-Engine entwickeln können.
description_es    : Silverlight es un plugin para navegadores web multiplataforma (Windows y Mac OS), que le permite desarrollar aplicaciones web sofisticadas en un motor de renderizado vectorial.
description_pt    : Silverlight é um plugin para navegadores web de plataforma cruzada (Windows e Mac OS), o que lhe permite desenvolver aplicações web ricas num motor de renderização vectorial
description_it    : Silverlight è un plugin per browser web multipiattaforma (Windows e Mac OS), che consente di sviluppare applicazioni web ricche con un motore di rendering vettoriale
description_nl    : Silverlight is een plugin voor cross-platform webbrowsers (Windows en Mac OS), waarmee u rijke webapplicaties kunt ontwikkelen in een vector rendering engine
description_ru    : Silverlight - это плагин для кроссплатформенных веб-браузеров (Windows и Mac OS), который позволяет разрабатывать насыщенные веб-приложения на векторном движке рендеринга
audit_schedule    : 
editor            : Microsoft
keywords          : 
licence           : Proprietary
homepage          : https://www.microsoft.com/getsilverlight/
package_uuid      : 32805dc0-3d2c-4b71-9082-bd058c0e1841
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : c008ccad68bc4213130ad3ccb1a697bdef4cce521fa5824266aa3c39813602e2
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature         : OeQBRqFjRr373oG0dzNaN73h3tBWiDz24wO58PZ+tN30061P3d0wFDv7TF5qoSzwmHm1vDcrVUTLLgEFO6GbBvB4lx0eD+3bRVHmS/qUgPxReMOPFai3Nwv/pK7mYruwT7wJuwedSlm9uBYS1TQc/adamnycFlRG1/Rs4Itg8qwaLQpz7RniwXorIYSKGSxPc7BWQsc4PbdaEGUdg/Cnj2pLI/zibDpTC5wh3+N5lInH0tAwIFfM6Y9Cd11lm/aZTZ42TXlASzl+rMd0psPhmPToybe6XjLWUT/ehtqfYLrgXW8rVDwilRrJv8UtugagnjujEu9im4TdHXePkW0cvg==
signature_date    : 2022-07-31T02:18:22.344074
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 *

# Defining variables
bin_name = "Silverlight.exe"


def install():
    # Installing the package
    print("Installing %s" % bin_name)
    install_exe_if_needed(
        bin_name,
        silentflags="/q /noupdate",
        key="{89F4137D-6C26-4A84-BDB8-2E5A4BB71E00}",
        min_version=control.get_software_version(),
    )


def session_setup():
    print("Disabling: check for updates")
    registry_set(HKEY_CURRENT_USER, r"SOFTWARE\Microsoft\Silverlight", "UpdateMode", 2, type=REG_DWORD)
    # registry_set(HKEY_CURRENT_USER, r'SOFTWARE\Microsoft\Silverlight', 'GPUVideoDecodeEnabled', 0, type=REG_DWORD)
    # registry_set(HKEY_CURRENT_USER, r'SOFTWARE\Microsoft\Silverlight', 'DRMEnabled', 0, type=REG_DWORD)
    registry_delete(HKEY_CURRENT_USER, r"SOFTWARE\Microsoft\Silverlight", "DRMEnabled")
# -*- coding: utf-8 -*-
from setuphelpers import *

# Defining variables
bin_name = "Silverlight.exe"


def update_package():
    # Initializing variables
    proxies = get_proxies()
    if not proxies:
        proxies = get_proxies_from_wapt_console()

    wget(
        "https://web.archive.org/web/20211013031912if_/https://download.microsoft.com/download/D/D/F/DDF23DF4-0186-495D-AA35-C93569204409/50918.00/Silverlight_x64.exe",
        bin_name,
        proxies=proxies,
    )
649a87fa9bd04f5083f20f20f3eb85ceda5eef7b6b8306d63ab4558ee76b5ef3 : setup.py
e38bfd12960c1170cef666a01cc4e0c578d57b54d1967bff4d58c51a17bd1211 : update_package.py
c008ccad68bc4213130ad3ccb1a697bdef4cce521fa5824266aa3c39813602e2 : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
8eb0fc1163330294d62f8cbdb1088fc3af7ab552c544f2ec1d29f3f48e199c8f : Silverlight.exe
c47e82ce93c146ad3e2dd89a6bf83e7b6630f25826bbace35d46b598955fa14a : luti.json
48f67955ad5014d69b2489c76d2b5964dd28e17ce897b5a1e2d2ff8ee76a6a52 : WAPT/control