[vbox-dev] [patch] remove VBCoInst.dll from VBoxGuest.inf

Byron Clark byron.clark at gmail.com
Thu Mar 1 04:05:04 GMT 2007


VBCoInst.dll does not appear in VirtualBox OSE.  The following patch
against subversion trunk removes it from VBoxGuest.inf:


Index: src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.inf
===================================================================
--- src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.inf    (revision 1076)
+++ src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.inf    (working copy)
@@ -26,7 +26,6 @@

 [DestinationDirs]
 DefaultDestDir = 12 ; drivers
-VBox_CoInstaller_CopyFiles = 11 ; system32
 VBoxService_CopyFiles = 11 ; system32

 [Manufacturer]
@@ -60,16 +59,6 @@
 [VBoxService_Add_Reg]
 HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, VBoxService,
0x00000000, %11%\VBoxService.exe

-[VBoxGuest_Install.CoInstallers]
-AddReg = VBoxGuest_Install_CoInstallers_reg
-CopyFiles = VBox_CoInstaller_CopyFiles
-
-[VBox_CoInstaller_CopyFiles]
-vbcoinst.dll
-
-[VBoxGuest_Install_CoInstallers_reg]
-HKR,,CoInstallers32,0x00010000,"vbcoinst.dll,VBoxCoInstaller"
-
 [Strings]
 INNOTEK_MFG = "InnoTek Systemberatung GmbH"
 INNOTEK = "InnoTek Systemberatung GmbH"




More information about the vbox-dev mailing list