diff --git a/WAPT/control b/WAPT/control index 145a0f6..7ecc147 100644 --- a/WAPT/control +++ b/WAPT/control @@ -1,5 +1,5 @@ package : fws-remove-fwsupdates -version : 1 +version : 3 architecture : all section : base priority : optional diff --git a/setup.py b/setup.py index 5eacd54..0ea3406 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,8 @@ uninstallkey = [] def install(): print('Shutdown scripts') - remove_shutdown_script(r'fwsupdates.vbs') - remove_shutdown_script(r'wpkg.bat') + remove_shutdown_script(r'fwsupdates.vbs','') + remove_shutdown_script(r'wpkg.bat','') print('Removing start menu entries') if isfile(makepath(os.getenv('ALLUSERSPROFILE'),'Microsoft','Windows','Start Menu','Programs','Startup','chkupd_bgmon.vbs')):