Add package

This commit is contained in:
Kevin Guerineau
2019-06-15 23:07:44 +02:00
parent 0de09ad7d6
commit 2636a232fb
3 changed files with 345 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print('installing %s' % control.asrequirement())
print('To use this package configuration, please execute "wapt-get session-setup %s"' % control.package)
def session_setup():
print('Session setup for %s' % control.asrequirement())
registry_set(HKEY_CURRENT_USER,r'Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo',r'Enabled',0)