tis-xp-rdp7
6.3.17-3
Mise à jour XP KB969084 pour permettre le RDP V7 vers serveur 2008 et W7
1281 downloads

Description
- package : tis-xp-rdp7
- version : 6.3.17-3
- architecture : x86
- categories :
- maintainer : Hubert TOUVET
- description : Mise à jour XP KB969084 pour permettre le RDP V7 vers serveur 2008 et W7
- locale :
- target_os :
- min_wapt_version :
- sources : https://srvdev/sources/tis-xp-rdp7-wapt/trunk
- installed_size :
- impacted_process :
- description_fr :
- description_pl :
- description_de :
- description_es :
- description_pt :
- description_it :
- description_nl :
- description_ru :
- editor :
- licence :
- signature_date : 2020-02-27T21:43:57.759030
Setup.py
# -*- coding: utf-8 -*-
from setuphelpers import *
# registry key(s) where WAPT will find how to remove the application(s)
uninstallkey = []
# command(s) to launch to remove the application(s)
uninstallstring = []
# list of required parameters names (string) which can be used during install
required_params = []
def install():
# if you want to modify the keys depending on environment (win32/win64... params..)
global uninstallkey
global uninstallstring
print('installing tis-xp-rdp7')
run('WindowsXP-KB969084-x86-fra.exe /quiet')
#Enable NLA auth
run('MicrosoftFixit50588.msi /Q')
print("You have to reboot your compter to complete process")