VirtualBox

Changeset 49911 in vbox for trunk/src/VBox/Main/src-all


Ignore:
Timestamp:
Dec 15, 2013 5:01:20 PM (11 years ago)
Author:
vboxsync
Message:

32-bit on 64-bit proxy dll (still disabled), made comregister.cmd register the proxy stuff when present.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/win/comregister.cmd

    r49537 r49911  
    102102%_VBOX_DIR%VBoxSVC.exe /UnregServer
    103103regsvr32 /s /u %_VBOX_DIR%VBoxC.dll
     104if exist %_VBOX_DIR%VBoxProxyStub.dll     %windir%\system32\regsvr32 /s /u %_VBOX_DIR%VBoxProxyStub.dll
    104105@if "%1" == "-u" goto end
    105106%_VBOX_DIR%VBoxSVC.exe /RegServer
    106107regsvr32 /s    %_VBOX_DIR%VBoxC.dll
     108@if "%1" == "--no-proxy" goto end
     109if exist %_VBOX_DIR%VBoxProxyStub.dll     %windir%\system32\regsvr32 /s %_VBOX_DIR%VBoxProxyStub.dll
    107110@echo off
    108111goto end
    109112
    110 REM Unregister both first, then register them. The order matters here.
     113REM Unregister all first, then register them. The order matters here.
    111114:register_amd64
    112115@echo on
     
    114117%windir%\syswow64\regsvr32 /s /u %_VBOX_DIR%x86\VBoxClient-x86.dll
    115118%windir%\system32\regsvr32 /s /u %_VBOX_DIR%VBoxC.dll
     119if exist %_VBOX_DIR%VBoxProxyStub.dll     %windir%\system32\regsvr32 /s /u %_VBOX_DIR%VBoxProxyStub.dll
     120if exist %_VBOX_DIR%VBoxProxyStub-x86.dll %windir%\system32\regsvr32 /s /u %_VBOX_DIR%VBoxProxyStub-x86.dll
    116121@if "%1" == "-u" goto end
    117122%_VBOX_DIR%VBoxSVC.exe /RegServer
    118123%windir%\system32\regsvr32 /s    %_VBOX_DIR%VBoxC.dll
    119124%windir%\syswow64\regsvr32 /s    %_VBOX_DIR%x86\VBoxClient-x86.dll
     125@if "%1" == "--no-proxy" goto end
     126if exist %_VBOX_DIR%VBoxProxyStub.dll     %windir%\system32\regsvr32 /s %_VBOX_DIR%VBoxProxyStub.dll
     127if exist %_VBOX_DIR%VBoxProxyStub-x86.dll %windir%\system32\regsvr32 /s %_VBOX_DIR%VBoxProxyStub-x86.dll
    120128@echo off
    121129
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette