Changeset 52418 in vbox
- Timestamp:
- Aug 19, 2014 3:38:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/win/comregister.cmd
r52397 r52418 19 19 20 20 setlocal 21 22 REM Check if the current user is an administrator. Otherwise 23 REM all the COM registration will fail silently. 24 NET FILE 1>NUL 2>NUL & IF ERRORLEVEL 1 ^ 25 (ECHO Must be run as Administrator. Exiting.) & GOTO end 21 26 22 27 REM
Note:
See TracChangeset
for help on using the changeset viewer.