Author: spetreolle
Date: Thu Apr 18 12:14:47 2013
New Revision: 58777

URL: http://svn.reactos.org/svn/reactos?rev=58777&view=rev
Log:
[HIVESFT]
Fix RunOnce for iexplore.
iexplore is now correctly moved into %ProgramFiles%\Internet Explorer.

Modified:
    trunk/reactos/boot/bootdata/hivesft.inf

Modified: trunk/reactos/boot/bootdata/hivesft.inf
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivesft.inf?rev=58777&r1=58776&r2=58777&view=diff
==============================================================================
--- trunk/reactos/boot/bootdata/hivesft.inf [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/hivesft.inf [iso-8859-1] Thu Apr 18 12:14:47 
2013
@@ -104,7 +104,7 @@
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions",,0x00000012
 
 ; FIXME - usetup doesn't handle extra paths
-HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","",0x00000000,"cmd /c 
md ""%programfiles%\Internet Explorer\"" && move %windir%\system32\iexplore.exe 
""%programfiles%\Internet Explorer\"""
+HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","",0x00000000,"cmd /c 
md ""%programfiles%\Internet Explorer\"" && move %windir%\iexplore.exe 
""%programfiles%\Internet Explorer\"""
 ; Create .NET Framework InstallRoot key, reg_sz & full path
 
;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\"
 


Reply via email to