https://git.reactos.org/?p=reactos.git;a=commitdiff;h=81fd88e249e28aab275ebd...
commit 81fd88e249e28aab275ebd45cd31782051adc13b Author: Eric Kohl eric.kohl@reactos.org AuthorDate: Wed Apr 7 22:39:47 2021 +0200 Commit: Eric Kohl eric.kohl@reactos.org CommitDate: Wed Apr 7 22:39:47 2021 +0200
[INF] Disable the AddInterface directive temporarily, in order to install volume devices.
CORE-17530 --- media/inf/volume.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media/inf/volume.inf b/media/inf/volume.inf index 69a0b59aee4..c4f99022316 100644 --- a/media/inf/volume.inf +++ b/media/inf/volume.inf @@ -34,7 +34,7 @@ HKR, , SilentInstall, 0, "1" [VolumeInstall]
[VolumeInstall.Interfaces] -AddInterface = {53F5630D-B6BF-11D0-94F2-00A0C91EFb8B} +;AddInterface = {53F5630D-B6BF-11D0-94F2-00A0C91EFb8B}
;-------------------------------- STRINGS -------------------------------