VirtualBox

Ignore:
Timestamp:
Nov 13, 2014 10:06:29 AM (10 years ago)
Author:
vboxsync
Message:

NDIS6/NetLwf: Use new component id (oracle_VBoxNetLwf) instead of old sun_VBoxNetFlt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp

    r53090 r53318  
    498498
    499499#define NETLWF_INF_NAME L"VBoxNetLwf.inf"
    500 #define NETLWF_ID       L"sun_VBoxNetLwf" /** @todo Needs to be changed (?). */
    501 #define NETADP6_ID      L"sun_VBoxNetAdp6" /** @todo Needs to be changed (?). */
    502500
    503501static MSIHANDLE g_hCurrentModule = NULL;
     
    860858        if (uErr == ERROR_SUCCESS)
    861859        {
    862             WCHAR wszInfName[] = L"VBoxNetLwf.inf";
     860            WCHAR wszInfName[] = NETLWF_INF_NAME;
    863861            WCHAR wszInf[MAX_PATH];
    864862            DWORD cchInf = RT_ELEMENTS(wszInf) - sizeof(NETLWF_INF_NAME) - 1;
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