VirtualBox

source: vbox/trunk/src/VBox/Main/win32/comregister.cmd@ 7449

Last change on this file since 7449 was 5999, checked in by vboxsync, 17 years ago

The Giant CDDL Dual-License Header Change.

File size: 774 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 innotek GmbH
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 */
20
21
22VBoxSVC.exe /ReregServer
23
24regsvr32 /s /u VBoxC.dll
25regsvr32 /s VBoxC.dll
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette