VirtualBox

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

Last change on this file since 33517 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
3REM /*
4REM * Script to register the VirtualBox COM classes
5REM * (both inproc and out-of-process)
6REM */
7
8REM /*
9REM Copyright (C) 2006-2007 Oracle Corporation
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