Changeset 49911 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Dec 15, 2013 5:01:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/win/comregister.cmd
r49537 r49911 102 102 %_VBOX_DIR%VBoxSVC.exe /UnregServer 103 103 regsvr32 /s /u %_VBOX_DIR%VBoxC.dll 104 if exist %_VBOX_DIR%VBoxProxyStub.dll %windir%\system32\regsvr32 /s /u %_VBOX_DIR%VBoxProxyStub.dll 104 105 @if "%1" == "-u" goto end 105 106 %_VBOX_DIR%VBoxSVC.exe /RegServer 106 107 regsvr32 /s %_VBOX_DIR%VBoxC.dll 108 @if "%1" == "--no-proxy" goto end 109 if exist %_VBOX_DIR%VBoxProxyStub.dll %windir%\system32\regsvr32 /s %_VBOX_DIR%VBoxProxyStub.dll 107 110 @echo off 108 111 goto end 109 112 110 REM Unregister bothfirst, then register them. The order matters here.113 REM Unregister all first, then register them. The order matters here. 111 114 :register_amd64 112 115 @echo on … … 114 117 %windir%\syswow64\regsvr32 /s /u %_VBOX_DIR%x86\VBoxClient-x86.dll 115 118 %windir%\system32\regsvr32 /s /u %_VBOX_DIR%VBoxC.dll 119 if exist %_VBOX_DIR%VBoxProxyStub.dll %windir%\system32\regsvr32 /s /u %_VBOX_DIR%VBoxProxyStub.dll 120 if exist %_VBOX_DIR%VBoxProxyStub-x86.dll %windir%\system32\regsvr32 /s /u %_VBOX_DIR%VBoxProxyStub-x86.dll 116 121 @if "%1" == "-u" goto end 117 122 %_VBOX_DIR%VBoxSVC.exe /RegServer 118 123 %windir%\system32\regsvr32 /s %_VBOX_DIR%VBoxC.dll 119 124 %windir%\syswow64\regsvr32 /s %_VBOX_DIR%x86\VBoxClient-x86.dll 125 @if "%1" == "--no-proxy" goto end 126 if exist %_VBOX_DIR%VBoxProxyStub.dll %windir%\system32\regsvr32 /s %_VBOX_DIR%VBoxProxyStub.dll 127 if exist %_VBOX_DIR%VBoxProxyStub-x86.dll %windir%\system32\regsvr32 /s %_VBOX_DIR%VBoxProxyStub-x86.dll 120 128 @echo off 121 129
Note:
See TracChangeset
for help on using the changeset viewer.