File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,6 @@ Public Class ImportDrivers
6161 MsgBox(msg, vbOKOnly + vbCritical, Label1.Text)
6262 Exit Sub
6363 End If
64- DynaLog.LogMessage( "Checking drive type..." )
65- If Casters.CastDriveType(DIList(ListView1.FocusedItem.Index).DriveType) <> "Fixed" Then
66- DynaLog.LogMessage( "The source is not a fixed (non-removable) drive." )
67- msg = "The import source needs to be a fixed drive. Choose a different source and try again"
68- MsgBox(msg, vbOKOnly + vbCritical, Label1.Text)
69- Exit Sub
70- End If
7164 DynaLog.LogMessage( "Checking Windows installation in the drive..." )
7265 If Not File.Exists(ListView1.FocusedItem.SubItems( 0 ).Text & "\Windows\system32\ntoskrnl.exe" ) Then
7366 DynaLog.LogMessage( "The source drive does not contain ntoskrnl. There is either an utterly broken Windows installation or no installation at all." )
Original file line number Diff line number Diff line change @@ -211,10 +211,6 @@ Public Class OfflineInstDriveLister
211211 DynaLog.LogMessage( "The selected drive is not formatted with NTFS." )
212212 OK_Button.Enabled = False
213213 End If
214- If Casters.CastDriveType(DIList(x).DriveType) <> "Fixed" Then
215- DynaLog.LogMessage( "The selected drive is not a fixed (non-removable) drive." )
216- OK_Button.Enabled = False
217- End If
218214 If Not File.Exists(ListView1.FocusedItem.SubItems( 0 ).Text & "\Windows\system32\ntoskrnl.exe" ) Then
219215 DynaLog.LogMessage( "The selected drive does not contain ntoskrnl. There is either an utterly broken Windows installation or no installation at all." )
220216 OK_Button.Enabled = False
You can’t perform that action at this time.
0 commit comments