File tree 2 files changed +0
-11
lines changed
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,6 @@ Public Class ImportDrivers
61
61
MsgBox(msg, vbOKOnly + vbCritical, Label1.Text)
62
62
Exit Sub
63
63
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
71
64
DynaLog.LogMessage( "Checking Windows installation in the drive..." )
72
65
If Not File.Exists(ListView1.FocusedItem.SubItems( 0 ).Text & "\Windows\system32\ntoskrnl.exe" ) Then
73
66
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
211
211
DynaLog.LogMessage( "The selected drive is not formatted with NTFS." )
212
212
OK_Button.Enabled = False
213
213
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
218
214
If Not File.Exists(ListView1.FocusedItem.SubItems( 0 ).Text & "\Windows\system32\ntoskrnl.exe" ) Then
219
215
DynaLog.LogMessage( "The selected drive does not contain ntoskrnl. There is either an utterly broken Windows installation or no installation at all." )
220
216
OK_Button.Enabled = False
You can’t perform that action at this time.
0 commit comments