Changeset 32112 in vbox for trunk/src/VBox/Installer/win/InstallHelper
- Timestamp:
- Aug 31, 2010 8:44:09 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65386
- Location:
- trunk/src/VBox/Installer/win/InstallHelper
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/Makefile.kmk
r31859 r32112 5 5 6 6 # 7 # Copyright (C) 20 10 Oracle Corporation7 # Copyright (C) 2008-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 51 51 52 52 include $(KBUILD_PATH)/subfooter.kmk 53 -
trunk/src/VBox/Installer/win/InstallHelper/VBoxCommon.cpp
r31857 r32112 1 /* $Id :*/1 /* $Id$ */ 2 2 /** @file 3 * VBoxCommon - Misc helper routines for install helper.4 */3 * VBoxCommon - Misc helper routines for install helper. 4 */ 5 5 6 6 /* 7 * Copyright (C) 200 6-2010 Oracle Corporation7 * Copyright (C) 2008-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/win/InstallHelper/VBoxCommon.h
r32111 r32112 5 5 6 6 /* 7 * Copyright (C) 200 6-2010 Oracle Corporation7 * Copyright (C) 2008-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp
r32111 r32112 5 5 6 6 /* 7 * Copyright (C) 200 6-2010 Oracle Corporation7 * Copyright (C) 2008-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.def
r31858 r32112 5 5 6 6 ; 7 ; Copyright (C) 2008 Oracle Corporation7 ; Copyright (C) 2008-2010 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 28 28 CreateHostOnlyInterface 29 29 RemoveHostOnlyInterfaces 30
Note:
See TracChangeset
for help on using the changeset viewer.