You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
Describe the bug
Setup fails to install if there any any substitute/virtual drives with the message: Invalid Drive: X:\
I guess this isn't a bug with the driver itself but more of the setup, but I couldn't find a repository for that.
To Reproduce
Create a substitute drive, e.g. subst X: C:\SomeFolder
Run the setup
See the error message box appear when the status "Computing space requirements" is shown
Expected behavior
The setup shouldn't crash when trying to compute space requirements for substituted drives
Screenshots
System details (please complete the following information):
OS: Windows 10 Pro (18363)
Driver Version: 1.16.116
Workaround
A simple workaround is simply to delete the substituted drive with e.g. subst /D X: but this is undesirable.
The text was updated successfully, but these errors were encountered:
Describe the bug
Setup fails to install if there any any substitute/virtual drives with the message:
Invalid Drive: X:\
I guess this isn't a bug with the driver itself but more of the setup, but I couldn't find a repository for that.
To Reproduce
subst X: C:\SomeFolder
Expected behavior
The setup shouldn't crash when trying to compute space requirements for substituted drives
Screenshots
System details (please complete the following information):
Workaround
A simple workaround is simply to delete the substituted drive with e.g.
subst /D X:
but this is undesirable.The text was updated successfully, but these errors were encountered: