[HIVESFT]
authorSylvain Petreolle <spetreolle@yahoo.fr>
Thu, 18 Apr 2013 12:14:47 +0000 (12:14 +0000)
committerSylvain Petreolle <spetreolle@yahoo.fr>
Thu, 18 Apr 2013 12:14:47 +0000 (12:14 +0000)
Fix RunOnce for iexplore.
iexplore is now correctly moved into %ProgramFiles%\Internet Explorer.

svn path=/trunk/; revision=58777

reactos/boot/bootdata/hivesft.inf

index d8a76a7..da6a030 100644 (file)
@@ -104,7 +104,7 @@ HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDlls",,0x00000012
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions",,0x00000012\r
 \r
 ; FIXME - usetup doesn't handle extra paths\r
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions",,0x00000012\r
 \r
 ; FIXME - usetup doesn't handle extra paths\r
-HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","",0x00000000,"cmd /c md ""%programfiles%\Internet Explorer\"" && move %windir%\system32\iexplore.exe ""%programfiles%\Internet Explorer\"""\r
+HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","",0x00000000,"cmd /c md ""%programfiles%\Internet Explorer\"" && move %windir%\iexplore.exe ""%programfiles%\Internet Explorer\"""\r
 ; Create .NET Framework InstallRoot key, reg_sz & full path\r
 ;HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","InstallRoot.NET",0x00000000,"cmd /c reg add HKLM\SOFTWARE\Microsoft\.NETFramework /v InstallRoot /t REG_SZ /d %SystemRoot%\Microsoft.NET\Framework\"\r
 \r
 ; Create .NET Framework InstallRoot key, reg_sz & full path\r
 ;HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","InstallRoot.NET",0x00000000,"cmd /c reg add HKLM\SOFTWARE\Microsoft\.NETFramework /v InstallRoot /t REG_SZ /d %SystemRoot%\Microsoft.NET\Framework\"\r
 \r