Changeset 53318 in vbox for trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp
- Timestamp:
- Nov 13, 2014 10:06:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp
r53090 r53318 498 498 499 499 #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 (?). */502 500 503 501 static MSIHANDLE g_hCurrentModule = NULL; … … 860 858 if (uErr == ERROR_SUCCESS) 861 859 { 862 WCHAR wszInfName[] = L"VBoxNetLwf.inf";860 WCHAR wszInfName[] = NETLWF_INF_NAME; 863 861 WCHAR wszInf[MAX_PATH]; 864 862 DWORD cchInf = RT_ELEMENTS(wszInf) - sizeof(NETLWF_INF_NAME) - 1;
Note:
See TracChangeset
for help on using the changeset viewer.