FIX: Auto mount offline network drives

This commit is contained in:
Alexander Koblov 2012-04-28 13:04:41 +00:00
commit 2acddc6e64

View file

@ -418,6 +418,7 @@ begin
DisplayName := DriveLetter;
DriveLabel := UTF8Encode(WideString(NetworkPath));
DriveType := dtNetwork;
AutoMount := True;
end;
end;
RegCloseKey(Key);
@ -1264,4 +1265,4 @@ end;
{$ENDIF}
end.