From e4c507c2f52e10b1dd5b96f5a7033fb59f0a597b Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Thu, 10 Nov 2005 13:27:12 +0000 Subject: [PATCH] set SystemSetupInProgress to 0x00000001 svn path=/trunk/; revision=19117 --- reactos/bootdata/hivesys.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/bootdata/hivesys.inf b/reactos/bootdata/hivesys.inf index ad23fb12c0b..ac4e0c62f50 100644 --- a/reactos/bootdata/hivesys.inf +++ b/reactos/bootdata/hivesys.inf @@ -769,5 +769,5 @@ HKLM,"SYSTEM\Setup","CmdLine",0x00000000,"setup -newsetup" HKLM,"SYSTEM\Setup","OsLoaderPath",0x00000000,"\" HKLM,"SYSTEM\Setup","SetupType",0x00010001,0x00000001 HKLM,"SYSTEM\Setup","SystemPartition",0x00000000,"\Device\Harddisk0\Partition1" -HKLM,"SYSTEM\Setup","SystemSetupInProgress",0x00010001,0x00000000 +HKLM,"SYSTEM\Setup","SystemSetupInProgress",0x00010001,0x00000001 ; EOF -- 2.17.1