reactos/dll/win32/syssetup
Jose Carlos Jesus 45c8e4dcd0
[NEWDEV][SHELL32][SYSSETUP] Improve browse driver folder dialog (#4293)
[NEWDEV] Enable OK button in "Browse For Folder" only when driver is found

Implement BrowseCallbackProc() function which sends BFFM_ENABLEOK message
to the browse dialog whether the driver is found in the selected folder.

Pass the search path to the browse dialog depending on the current index
of the drop down combobox. If the index is not set, just get window text.
Then, automatically expand the tree view to the specified path by sending
BFFM_SETSELECTION message.

Also fix a bug in SearchDriverRecursive() where a duplicate backslash
was added to the PathWithPattern string variable.

[SHELL32] Do not add Recycle Bin to the tree view items in FillTreeView()

[SYSSETUP] Add source path to the "Installation Sources" multi-string key

Each time the ProcessSetupInf() is being called, add the source path
to the "Installation Sources" registry key, if it's not added there yet.
The driver search path combobox will be then populated using its value.
2022-11-27 18:00:46 +03:00
..
lang [SYSSETUP] Update Polish (pl-PL) translation (#4859) 2022-11-10 02:10:19 +03:00
resources 🎊 🍾 🥳 Happy New Year 2022 to the ReactOS Community! 🎆 ⚛️ ☢️ 2022-01-01 00:00:00 +01:00
classinst.c
CMakeLists.txt
COPYING
dllmain.c
globals.h
install.c [SYSSETUP] Add support for shortcut arguments 2022-10-19 19:36:26 +02:00
logfile.c
netinstall.c
precomp.h
proppage.c
resource.h [SYSSETUP] Improve the Process Page 2022-01-09 14:29:17 +01:00
security.c [REACTOS] Fix a number of MSVC warnings 2021-07-23 22:03:48 +02:00
syssetup.rc [SYSSETUP] Add Tango Desktop Project to the list of used projects (#4676) 2022-09-11 15:54:02 +03:00
syssetup.spec
wizard.c [NEWDEV][SHELL32][SYSSETUP] Improve browse driver folder dialog (#4293) 2022-11-27 18:00:46 +03:00