Last change
on this file since 22875 was 11982, checked in by vboxsync, 16 years ago |
All: license header changes for 2.0 (OSE headers, add Sun GPL/LGPL disclaimer)
|
File size:
973 bytes
|
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-2007 Sun Microsystems, Inc.
|
---|
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 (GPL) as published by the Free Software
|
---|
15 | REM Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
16 | REM VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
17 | REM hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
18 | REM
|
---|
19 | REM Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
|
---|
20 | REM Clara, CA 95054 USA or visit http://www.sun.com if you need
|
---|
21 | REM additional information or have any questions.
|
---|
22 | REM
|
---|
23 | REM */
|
---|
24 |
|
---|
25 |
|
---|
26 | VBoxSVC.exe /ReregServer
|
---|
27 |
|
---|
28 | regsvr32 /s /u VBoxC.dll
|
---|
29 | regsvr32 /s VBoxC.dll
|
---|
Note:
See
TracBrowser
for help on using the repository browser.