|
|
@ -5,8 +5,8 @@ uninstallkey = [] |
|
|
|
|
|
|
|
|
|
|
|
def install(): |
|
|
|
def install(): |
|
|
|
print('Shutdown scripts') |
|
|
|
print('Shutdown scripts') |
|
|
|
remove_shutdown_script(r'fwsupdates.vbs') |
|
|
|
remove_shutdown_script(r'fwsupdates.vbs','') |
|
|
|
remove_shutdown_script(r'wpkg.bat') |
|
|
|
remove_shutdown_script(r'wpkg.bat','') |
|
|
|
|
|
|
|
|
|
|
|
print('Removing start menu entries') |
|
|
|
print('Removing start menu entries') |
|
|
|
if isfile(makepath(os.getenv('ALLUSERSPROFILE'),'Microsoft','Windows','Start Menu','Programs','Startup','chkupd_bgmon.vbs')): |
|
|
|
if isfile(makepath(os.getenv('ALLUSERSPROFILE'),'Microsoft','Windows','Start Menu','Programs','Startup','chkupd_bgmon.vbs')): |
|
|
|