install ibrowser.exe in system32 dir Modified: trunk/reactos/bootdata/packages/reactos.dff Modified: trunk/reactos/subsys/system/ibrowser/Makefile _____
Modified: trunk/reactos/bootdata/packages/reactos.dff --- trunk/reactos/bootdata/packages/reactos.dff 2005-03-05 15:38:22 UTC (rev 13828) +++ trunk/reactos/bootdata/packages/reactos.dff 2005-03-05 17:27:21 UTC (rev 13829) @@ -146,6 +146,7 @@
subsys\system\explorer\explorer.exe 4 subsys\system\explorer\explorer-cfg-template.xml 4 subsys\system\explorer\notifyhook\notifyhook.dll 1 +subsys\system\ibrowser\ibrowser.exe 1 subsys\system\format\format.exe 1 subsys\system\notepad\notepad.exe 1 subsys\system\regedit\regedit.exe 4 _____
Modified: trunk/reactos/subsys/system/ibrowser/Makefile --- trunk/reactos/subsys/system/ibrowser/Makefile 2005-03-05 15:38:22 UTC (rev 13828) +++ trunk/reactos/subsys/system/ibrowser/Makefile 2005-03-05 17:27:21 UTC (rev 13829) @@ -12,7 +12,7 @@
TARGET_NAME := ibrowser
-TARGET_INSTALLDIR := . +TARGET_INSTALLDIR := system32
TARGET_CFLAGS := \ -D__USE_W32API -DWIN32 -D_ROS_ \