--- a/uninstall.py Fri Nov 13 23:07:16 2015 +0100 +++ b/uninstall.py Sat Nov 14 14:39:01 2015 +0100 @@ -192,6 +192,8 @@ ]: if os.path.exists(bundlePath): shutil.rmtree(bundlePath) + + print("\nUninstallation completed") except (IOError, OSError) as msg: sys.stderr.write( 'Error: {0}\nTry uninstall with admin rights.\n'.format(msg))