9 lines
182 B
Python
9 lines
182 B
Python
# -*- coding: utf-8 -*-
|
|
from setuphelpers import *
|
|
|
|
uninstallkey = []
|
|
|
|
def install():
|
|
print('installing waptiut-gpo-activation-win10')
|
|
run(r'"activation-win10.bat"')
|