Sign in
goma
/
wine
/
9c95761d9e3d9f38490efdb2f81c08b38c40c54c
/
dlls
/
setupapi
/
install.c
05a308a
setupapi: Implement SetupGetInfFileListA.
by Stefan Leichter
· 15 years ago
6836990
setupapi: Only cleanup fake dlls once the whole section has been executed.
by Alexandre Julliard
· 15 years ago
f6b3dba
setupapi: Add support for creating registry symlinks from a .inf file.
by Alexandre Julliard
· 15 years ago
9db754f
setupapi: Implement SetupGetInfFileListW.
by Stefan Leichter
· 15 years ago
381221d
setupapi: Add stub and some tests for SetupGetInfFileListW.
by Stefan Leichter
· 15 years ago
4ae262d
setupapi: Create fake dlls before performing dll registration.
by Alexandre Julliard
· 15 years ago
11d66a8
setupapi: Use a global buffer to read fake dll files and free it only once we are done with all the fake dlls.
by Alexandre Julliard
· 15 years ago
8b3f3ef
setupapi: Use FAILED instead of !SUCCEEDED.
by Michael Stefaniuc
· 16 years ago
b7fe5e0
setupapi: Implement FLG_PROFITEM_GROUP.
by Vincent Povirk
· 16 years ago
23f54c9
setupapi: Add a matching CoUninitialize call.
by Vincent Povirk
· 16 years ago
6c38046
setupapi: Implement ProfileItems directive.
by Vincent Povirk
· 16 years ago
c7e661b
setupapi: Install services in InstallHinfSection.
by Alexandre Julliard
· 17 years ago
cf78e6c
setupapi: Implemented SetupInstallServicesFromInfSectionW.
by Alexandre Julliard
· 17 years ago
f14eecd
setupapi: Forward SetupInstallServicesFromInfSectionA to W-function.
by Paul Vriens
· 17 years ago
4d721de
setupapi: Add stub for SetupInstallServicesFromInfSectionW.
by Chris Robinson
· 17 years ago
1c7891f
setupapi: Add stub for SetupInstallServicesFromInfSectionA.
by Louis Lenders
· 17 years ago
28025d6
setupapi: Use NtDeleteKey instead of an invalid RegDeleteKeyW.
by Damjan Jovanovic
· 18 years ago
0e36958
setupapi: Simplify code as native setupapi does not handle quoted paths.
by Misha Koshelev
· 18 years ago
41fd380
setupapi: Handle unquoted paths in InstallHinfSection as native.
by Misha Koshelev
· 18 years ago
66d5cb2
setupapi: The inf file containing the SourceDisksFiles and SourceDisksNames sections is the same as hinf if there is no layout file specified.
by Rob Shearman
· 18 years ago
8cfd025
setupapi: Fix handling of 'CopyFiles=@file'.
by Francois Gouget
· 18 years ago
709735e
setupapi: The inf section suffix that corresponds to __x86_64 is .ntamd64.
by Hans Leidekker
· 18 years ago
ab83183
setupapi: Fix a typo.
by Dmitry Timoshkov
· 18 years ago
79ecfaf
setupapi: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
3b7fb55
setupapi: Fix handling of inf paths that are quoted (due to spaces, typically).
by Francois Gouget
· 19 years ago
5602629
Remove more redundant NULL checks before HeapFree (found by Smatch).
by Michael Stefaniuc
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
8b478a7
setupapi: Added support for creating fake dlls at install time.
by Alexandre Julliard
· 19 years ago
c67728f
setupapi: Added support for calling executables in a RegisterDlls section.
by Alexandre Julliard
· 19 years ago
4f128fa
Added support for optional section.ntx86 and section.nt in
by Alexandre Julliard
· 19 years ago
748d23a
Base of REG_DWORD entries must be auto-detected.
by Ge van Geldorp
· 20 years ago
0a25896
Const correctness fixes.
by Eric Pouech
· 20 years ago
8887d74
SPINST_UNREGSVR must use the UnregisterDlls section, not the RegisterDlls one.
by Alexandre Julliard
· 21 years ago
5a15762
Implemented InstallHinfSection (based on a patch by Chris Morgan).
by Alexandre Julliard
· 21 years ago
cb28348
Added support for the RegisterDlls section (partly based on a patch by
by Alexandre Julliard
· 21 years ago
b2b7262
Porting fixes.
by Steven Edwards
· 22 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
0704955
Use strtoulW instead of strtolW for DWORD conversion.
by Huw Davies
· 22 years ago
b34fb35
Fixed warnings caused by conversion to -DSTRICT.
by Alexandre Julliard
· 22 years ago
9c1de6d
Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h.
by Patrik Stridvall
· 23 years ago
5de3334
When processing the reg section we need to delete before adding.
by Aric Stewart
· 23 years ago
9b6f433
Implemented strtolW/strtoulW in libwine_unicode and used it to replace
by Alexandre Julliard
· 23 years ago
5068347
Implemented a large number of the 32-bit setupapi functions.
by Alexandre Julliard
· 23 years ago