Index: install.c =================================================================== --- dll/win32/syssetup/install.c (revision 69633) +++ dll/win32/syssetup/install.c (working copy) @@ -1075,7 +1075,7 @@ /* ROS HACK, as long as NtUnloadKey is not implemented */ { NTSTATUS Status = NtUnloadKey(NULL); - if (Status == STATUS_NOT_IMPLEMENTED) + if (!NT_SUCCESS(Status)) { /* Create the Administrator profile */ PROFILEINFOW ProfileInfo;