9 lines
198 B
Python
9 lines
198 B
Python
# -*- coding: utf-8 -*-
|
|
from setuphelpers import *
|
|
|
|
uninstallkey = []
|
|
|
|
def install():
|
|
print('Disable Notify User')
|
|
inifile_writestring(WAPT.config_filename,'global','notify_user',0)
|