VirtualBox

Changeset 52418 in vbox


Ignore:
Timestamp:
Aug 19, 2014 3:38:59 PM (11 years ago)
Author:
vboxsync
Message:

comregister.cmd: Check if the current user is an administrator. Otherwise all the COM registration will fail silently.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/win/comregister.cmd

    r52397 r52418  
    1919
    2020setlocal
     21
     22REM Check if the current user is an administrator. Otherwise
     23REM all the COM registration will fail silently.
     24NET FILE 1>NUL 2>NUL & IF ERRORLEVEL 1 ^
     25    (ECHO Must be run as Administrator. Exiting.) & GOTO end
    2126
    2227REM
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