mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
During 2nd stage setup, define also DNS hostname of the computer if possible
svn path=/trunk/; revision=18125
This commit is contained in:
parent
514cdac338
commit
e521cf2597
1 changed files with 2 additions and 0 deletions
|
@ -480,6 +480,8 @@ ComputerPageDlgProc(HWND hwndDlg,
|
||||||
SetWindowLong(hwndDlg, DWL_MSGRESULT, -1);
|
SetWindowLong(hwndDlg, DWL_MSGRESULT, -1);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
/* Try to also set DNS hostname */
|
||||||
|
SetComputerNameEx(ComputerNamePhysicalDnsHostname, ComputerName);
|
||||||
|
|
||||||
/* Check admin passwords */
|
/* Check admin passwords */
|
||||||
GetDlgItemText(hwndDlg, IDC_ADMINPASSWORD1, Password1, 15);
|
GetDlgItemText(hwndDlg, IDC_ADMINPASSWORD1, Password1, 15);
|
||||||
|
|
Loading…
Reference in a new issue