search for: setupcopyoeminf

Displaying 5 results from an estimated 5 matches for "setupcopyoeminf".

2009 Nov 30
4
Attempts to install a Windows driver from WinPE
...The files, including the .inf file itself must be copied in to the correct places. In addition, information from the .inf file must be written to the registry. It is this last part which causes problems. From reading documentation, it appears that a driver would normally be installed using the SetupCopyOEMInf() library call. I wrote a simple wrapper round this and installed it in the Windows PE image, along with the VirtIO drivers. I booted into Windows PE and attempted to install the driver. As you might expect, the drivers were installed into the Windows PE image rather than the guest. I then trie...
2007 Mar 30
0
Wine release 0.9.34
...inf: Register Spooler service. wine.inf: Code clean up. mshtml: Added DispHTMLDocument dispinterface declaration. mshtml: Added DIID_DispHTMLDocument to QueryInterface. winnt.h: Added activation context structures declarations. James Hawkins (8): setupapi: Add missing SetupCopyOEMInf flags. setupapi: Add several tests for SetupCopyOEMInf, with fixes so the tests don't crash. setupapi: Handle the SP_COPY_NOOVERWRITE flag. setupapi: Don't allow relative paths in SetupCopyOEMInf. setupapi: The Inf file should be copied regardless of the destination...
2019 May 24
0
Wine release 4.9
...n to filter_get_pin. strmbase: Remove unnecessary calling convention from the filter_get_pin() callback. strmbase: Reimplement BaseFilterImpl_Release() using a destructor callback. quartz/filesource: Use BaseFilterImpl_Release(). setupapi/tests: Clean up and expand tests for SetupCopyOEMInf(). setupapi: Check all INF files in SetupCopyOEMInf(). setupapi: Always fill output parameters in SetupCopyOEMInfA(). setupapi: Fix error handling in SetupInstallServicesFromInfSection(). Zhiyi Zhang (7): gdi32/tests: Add D3DKMTOpenAdapterFromGdiDisplayName tests. gdi...
2007 Mar 02
0
Wine release 0.9.32
...etShareDel. Improve the stub for NetUserGetLocalGroups. msxml3: Stub out some more getters and setters of IXMLDOMDocument. wininet: Don't discard the extra info part of a URL in InternetOpenUrl. userenv: Implement ExpandEnvironmentStringsForUser{A,W}. setupapi: Implement SetupCopyOEMInf{A,W}. setupapi: Always return an empty list from SetupDiGetClassDevs. ws2_32: Handle NULL argument in inet_addr. gdi32: Implement GetFontUnicodeRanges. Huw Davies (6): oleaut32: Fix a TypeAttr leak. msxml3: Convert the domdoc object to use the IXMLDOMDocument2 interfa...
2009 Oct 09
0
Wine release 1.1.31
...omctl32/tests: Fix some test failures (MCM_SETUNICODEFORMAT and MCM_GETUNICODEFORMAT). comctl32/tests: Fix some test failures (MCM_GETSELRANGE). user32/tests: Fix some test failures with 9x/Me on VMware. kernel32/tests: Don't crash on WinMe. setupapi/tests: Cleanup after SetupCopyOEMInf() tests. comctl32/tests: Fix some test failures on older comctl32 versions. ddraw/tests: Fix some test failures on WinME/VMware. user32/tests: Skip some tests on Win9x/WinMe. shell32/tests: Fix some test failures on WinMe (FO_COPY). shell32/tests: Fix some test failure...