VirtualBox

source: vbox/trunk/src/VBox/Main/win/comregister.cmd@ 16560

Last change on this file since 16560 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
3REM /*
4REM * Script to register the VirtualBox COM classes
5REM * (both inproc and out-of-process)
6REM */
7
8REM /*
9REM Copyright (C) 2006-2007 Sun Microsystems, Inc.
10REM
11REM This file is part of VirtualBox Open Source Edition (OSE), as
12REM available from http://www.virtualbox.org. This file is free software;
13REM you can redistribute it and/or modify it under the terms of the GNU
14REM General Public License (GPL) as published by the Free Software
15REM Foundation, in version 2 as it comes in the "COPYING" file of the
16REM VirtualBox OSE distribution. VirtualBox OSE is distributed in the
17REM hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
18REM
19REM Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
20REM Clara, CA 95054 USA or visit http://www.sun.com if you need
21REM additional information or have any questions.
22REM
23REM */
24
25
26VBoxSVC.exe /ReregServer
27
28regsvr32 /s /u VBoxC.dll
29regsvr32 /s VBoxC.dll
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use