From: Gero Kuehn Date: Sat, 10 Jul 2004 22:27:18 +0000 (+0000) Subject: added SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall X-Git-Tag: backups/vfat_fast_26072004@12471~115 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=b563ceb9af9d81bed5bc497a694663e99b65ff8a added SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall svn path=/trunk/; revision=10073 --- diff --git a/reactos/bootdata/hivesft.inf b/reactos/bootdata/hivesft.inf index 3814479b776..16bda7e32cd 100644 --- a/reactos/bootdata/hivesft.inf +++ b/reactos/bootdata/hivesft.inf @@ -19,11 +19,16 @@ HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Common HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Common Templates",0x00020000,"%ALLUSERSPROFILE%\Templates" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Personal",0x00020000,"%ALLUSERSPROFILE%\My Documents" +; Uninstall Application list +HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall",,0x00000010 + + ; Version Information HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion","CurrentVersion",0x00020000,"4.0" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion","CSDVersion",0x00020000,"Service Pack 6" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion","CurrentBuildNumber",0x00020000,"1381" + ; Image File Execution Options (NtGlobalFlag with FLG_SHOW_LDR_SNAPS set for loadlib.exe) HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\loadlib.exe","GlobalFlag",0x00000000,"0x00000002" ;HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\loaddll.exe","GlobalFlag",0x00000000,"0x00000002"