- add a default page file entry to the registry also during unattended setup
CORE-8074

svn path=/trunk/; revision=62769
This commit is contained in:
Kamil Hornicek 2014-04-17 21:32:35 +00:00
parent f9f5063b79
commit 8f32653a21

View file

@ -1524,6 +1524,8 @@ SelectPartitionPage(PINPUT_RECORD Ir)
MaxSize,
TRUE);
DestinationDriveLetter = (WCHAR)PartitionList->CurrentPartition->DriveLetter[0];
return SELECT_FILE_SYSTEM_PAGE;
}
}
@ -1535,6 +1537,8 @@ SelectPartitionPage(PINPUT_RECORD Ir)
return SELECT_PARTITION_PAGE; /* let the user select another partition */
}
DestinationDriveLetter = (WCHAR)PartitionList->CurrentPartition->DriveLetter[0];
return SELECT_FILE_SYSTEM_PAGE;
}
}