VirtualBox

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

Last change on this file since 3254 was 2988, checked in by vboxsync, 17 years ago

InnoTek -> innotek part 4: more miscellaneous files.

File size: 1006 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 as published by the Free Software Foundation,
15REM * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
16REM * distribution. VirtualBox OSE is distributed in the hope that it will
17REM * be useful, but WITHOUT ANY WARRANTY of any kind.
18REM *
19REM * If you received this file as part of a commercial VirtualBox
20REM * distribution, then only the terms of your commercial VirtualBox
21REM * license agreement apply instead of the previous paragraph.
22REM */
23
24
25VBoxSVC.exe /ReregServer
26
27regsvr32 /s /u VBoxC.dll
28regsvr32 /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