48 DPRINT(
"InstallInfSections()\n");
50 if (InfSection ==
NULL)
85 DPRINT1(
"SetupInstallFromInfSectionW(%S) failed (Error %lx)\n", InfSection,
GetLastError());
106 DPRINT(
"InstallInfSections() done %u\n",
ret);
118 WCHAR szKeyBuffer[128];
126 DPRINT(
"CreateInstanceKey()\n");
128 *pInstanceKey =
NULL;
130 wcscpy(szKeyBuffer,
L"SYSTEM\\CurrentControlSet\\Control\\Network\\");
131 wcscat(szKeyBuffer, pComponentInfo->pszClassGuid);
138 DPRINT1(
"UuidCreate() failed with RPC status 0x%lx\n", RpcStatus);
145 DPRINT1(
"UuidToStringW() failed with RPC status 0x%lx\n", RpcStatus);
149 wcscat(szKeyBuffer, UuidString);
154 DPRINT(
"szKeyBuffer %S\n", szKeyBuffer);
167 DPRINT1(
"RegCreateKeyExW() failed with error 0x%lx\n", rc);
175 (
LPBYTE)&pComponentInfo->dwCharacteristics,
179 DPRINT1(
"RegSetValueExW() failed with error 0x%lx\n", rc);
187 (
LPBYTE)pComponentInfo->pszComponentId,
188 (
wcslen(pComponentInfo->pszComponentId) + 1) *
sizeof(
WCHAR));
191 DPRINT1(
"RegSetValueExW() failed with error 0x%lx\n", rc);
199 (
LPBYTE)pComponentInfo->pszDescription,
200 (
wcslen(pComponentInfo->pszDescription) + 1) *
sizeof(
WCHAR));
203 DPRINT1(
"RegSetValueExW() failed with error 0x%lx\n", rc);
211 (
LPBYTE)pComponentInfo->pszInfPath,
212 (
wcslen(pComponentInfo->pszInfPath) + 1) *
sizeof(
WCHAR));
215 DPRINT1(
"RegSetValueExW() failed with error 0x%lx\n", rc);
223 (
LPBYTE)pComponentInfo->pszInfSection,
224 (
wcslen(pComponentInfo->pszInfSection) + 1) *
sizeof(
WCHAR));
227 DPRINT1(
"RegSetValueExW() failed with error 0x%lx\n", rc);
231 *pInstanceKey = hInstanceKey;
238 DPRINT(
"CreateInstanceKey() done %u\n",
ret);
253 INFCONTEXT MfgContext, DevContext, MiscContext;
271 DPRINT(
"No Manufacurer section found!\n");
284 DPRINT(
"Manufacturer: %S\n", szLineBuffer);
300 DPRINT(
"Device: %S\n", szLineBuffer);
301 if (
_wcsicmp(szLineBuffer, pszComponentId) == 0)
315 if (pComponentInfo->pszInfSection)
319 pComponentInfo->pszInfSection,
334 if (pComponentInfo->pszDescription)
338 pComponentInfo->pszDescription,
358 if (pComponentInfo->pszInfSection)
362 pComponentInfo->pszClassGuid,
370 pComponentInfo->pszInfSection,
376 (
PINT)&pComponentInfo->dwCharacteristics);
415 wcscpy(szPathBuffer, szInfPath);
416 wcscat(szPathBuffer,
L"\\*.inf");
424 if (
wcscmp(fdw.cFileName,
L".") == 0 ||
425 wcscmp(fdw.cFileName,
L"..") == 0)
428 DPRINT(
"FileName: %S\n", fdw.cFileName);
430 wcscpy(szFullInfName, szInfPath);
432 wcscat(szFullInfName, fdw.cFileName);
434 DPRINT(
"Full Inf Name: %S\n", szFullInfName);
442 if (pComponentInfo->pszInfPath)
443 wcscpy(pComponentInfo->pszInfPath, fdw.cFileName);
448 if (pComponentInfo->pszComponentId)
449 wcscpy(pComponentInfo->pszComponentId, pszComponentId);
474 DPRINT(
"InstallNetworkComponent(%S)\n", pszComponentId);
507 if (hInstanceKey !=
NULL)
#define RegCloseKey(hKey)
LONG WINAPI RegCreateKeyExW(_In_ HKEY hKey, _In_ LPCWSTR lpSubKey, _In_ DWORD Reserved, _In_opt_ LPWSTR lpClass, _In_ DWORD dwOptions, _In_ REGSAM samDesired, _In_opt_ LPSECURITY_ATTRIBUTES lpSecurityAttributes, _Out_ PHKEY phkResult, _Out_opt_ LPDWORD lpdwDisposition)
LONG WINAPI RegSetValueExW(_In_ HKEY hKey, _In_ LPCWSTR lpValueName, _In_ DWORD Reserved, _In_ DWORD dwType, _In_ CONST BYTE *lpData, _In_ DWORD cbData)
#define INVALID_HANDLE_VALUE
#define HeapFree(x, y, z)
static DWORD DWORD * dwLength
static void cleanup(void)
HANDLE WINAPI FindFirstFileW(IN LPCWSTR lpFileName, OUT LPWIN32_FIND_DATAW lpFindFileData)
BOOL WINAPI FindClose(HANDLE hFindFile)
BOOL WINAPI FindNextFileW(IN HANDLE hFindFile, OUT LPWIN32_FIND_DATAW lpFindFileData)
UINT WINAPI GetWindowsDirectoryW(OUT LPWSTR lpBuffer, IN UINT uSize)
BOOL WINAPI SetupInstallFromInfSectionW(HWND owner, HINF hinf, PCWSTR section, UINT flags, HKEY key_root, PCWSTR src_root, UINT copy_flags, PSP_FILE_CALLBACK_W callback, PVOID context, HDEVINFO devinfo, PSP_DEVINFO_DATA devinfo_data)
BOOL WINAPI SetupInstallServicesFromInfSectionW(_In_ HINF InfHandle, _In_ PCWSTR SectionName, _In_ DWORD Flags)
HINF WINAPI SetupOpenInfFileW(PCWSTR name, PCWSTR class, DWORD style, UINT *error)
UINT WINAPI SetupDefaultQueueCallbackW(PVOID context, UINT notification, UINT_PTR param1, UINT_PTR param2)
void WINAPI SetupTermDefaultQueueCallback(PVOID context)
PVOID WINAPI SetupInitDefaultQueueCallback(HWND owner)
_CRTIMP size_t __cdecl wcslen(_In_z_ const wchar_t *_Str)
BOOL InstallNetworkComponent(_In_ PCWSTR pszComponentId)
static BOOL ScanForInfFile(_In_ PCWSTR pszComponentId, _In_ PCOMPONENT_INFO pComponentInfo)
static BOOL InstallInfSections(_In_ HWND hWnd, _In_ HKEY hKey, _In_ LPCWSTR InfFile, _In_ LPCWSTR InfSection)
static BOOL CreateInstanceKey(_In_ PCOMPONENT_INFO pComponentInfo, _Out_ PHKEY pInstanceKey)
static BOOL CheckInfFile(_In_ PWSTR pszFullInfName, _In_ PCWSTR pszComponentId, _In_ PCOMPONENT_INFO pComponentInfo)
struct _COMPONENT_INFO COMPONENT_INFO
struct _COMPONENT_INFO * PCOMPONENT_INFO
#define KEY_CREATE_SUB_KEY
#define REG_OPTION_NON_VOLATILE
RPC_STATUS WINAPI UuidToStringW(UUID *Uuid, RPC_WSTR *StringUuid)
RPC_STATUS WINAPI RpcStringFreeW(RPC_WSTR *String)
RPC_STATUS WINAPI UuidCreate(UUID *Uuid)
_Check_return_ _CRTIMP int __cdecl _wcsicmp(_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
_Check_return_ _CRTIMP int __cdecl wcscmp(_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
BOOL WINAPI SetupGetStringFieldW(IN PINFCONTEXT Context, IN ULONG FieldIndex, OUT PWSTR ReturnBuffer, IN ULONG ReturnBufferSize, OUT PULONG RequiredSize)
BOOL WINAPI SetupFindFirstLineW(IN HINF InfHandle, IN PCWSTR Section, IN PCWSTR Key, IN OUT PINFCONTEXT Context)
BOOL WINAPI SetupGetIntField(IN PINFCONTEXT Context, IN ULONG FieldIndex, OUT INT *IntegerValue)
BOOL WINAPI SetupFindNextLine(IN PINFCONTEXT ContextIn, OUT PINFCONTEXT ContextOut)
VOID WINAPI SetupCloseInfFile(IN HINF InfHandle)
_In_ WDFMEMORY _Out_opt_ size_t * BufferSize
DWORD WINAPI GetLastError(void)
#define ERROR_GEN_FAILURE
#define RPC_S_UUID_LOCAL_ONLY
#define HKEY_LOCAL_MACHINE