Line | |
---|
1 | @echo off
|
---|
2 |
|
---|
3 | REM /*
|
---|
4 | REM * Script to register the VirtualBox COM classes
|
---|
5 | REM * (both inproc and out-of-process)
|
---|
6 | REM */
|
---|
7 |
|
---|
8 | REM /*
|
---|
9 | REM * Copyright (C) 2006 InnoTek Systemberatung GmbH
|
---|
10 | REM *
|
---|
11 | REM * This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
12 | REM * available from http://www.virtualbox.org. This file is free software;
|
---|
13 | REM * you can redistribute it and/or modify it under the terms of the GNU
|
---|
14 | REM * General Public License as published by the Free Software Foundation,
|
---|
15 | REM * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
|
---|
16 | REM * distribution. VirtualBox OSE is distributed in the hope that it will
|
---|
17 | REM * be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
18 | REM *
|
---|
19 | REM * If you received this file as part of a commercial VirtualBox
|
---|
20 | REM * distribution, then only the terms of your commercial VirtualBox
|
---|
21 | REM * license agreement apply instead of the previous paragraph.
|
---|
22 | REM */
|
---|
23 |
|
---|
24 |
|
---|
25 | VBoxSVC.exe /ReregServer
|
---|
26 |
|
---|
27 | regsvr32 /s /u VBoxC.dll
|
---|
28 | regsvr32 /s VBoxC.dll
|
---|
Note:
See
TracBrowser
for help on using the repository browser.