VirtualBox

Changeset 66261 in vbox for trunk


Ignore:
Timestamp:
Mar 27, 2017 9:59:34 AM (8 years ago)
Author:
vboxsync
Message:

testdriver/vboxinstaller.py: all services must be gone to call uninstall a success

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py

    r66258 r66261  
    865865        for sService in self.kasWindowsServices:
    866866            fRc2, _ = self._sudoExecuteSync(['sc.exe', 'query', sService]);
    867             if fIgnoreServices is False and fRc2 is False:
     867            if fIgnoreServices is False and fRc2 is True:
    868868                fRc = False
    869869
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette