Last change
on this file since 29034 was 28800, checked in by vboxsync, 15 years ago |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
-
Property svn:eol-style
set to
CRLF
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
788 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 Oracle Corporation
|
---|
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 */
|
---|
20 |
|
---|
21 |
|
---|
22 | VBoxSVC.exe /ReregServer
|
---|
23 |
|
---|
24 | regsvr32 /s /u VBoxC.dll
|
---|
25 | regsvr32 /s VBoxC.dll
|
---|
Note:
See
TracBrowser
for help on using the repository browser.