Author: gedmurphy Date: Mon Jul 23 22:23:15 2007 New Revision: 27790
URL: http://svn.reactos.org/svn/reactos?rev=27790&view=rev Log: don't add explorer to the start menu as the link is broken. Thomas has a fix for this, but it's a rather large shell32 patch which most likely won't be finding it's way into this branch.
Modified: branches/ros-branch-0_3_3/reactos/dll/win32/syssetup/install.c
Modified: branches/ros-branch-0_3_3/reactos/dll/win32/syssetup/install.c URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_3/reactos/dll/win... ============================================================================== --- branches/ros-branch-0_3_3/reactos/dll/win32/syssetup/install.c (original) +++ branches/ros-branch-0_3_3/reactos/dll/win32/syssetup/install.c Mon Jul 23 22:23:15 2007 @@ -596,7 +596,7 @@ CreateShortcut(CSIDL_DESKTOP, NULL, IDS_SHORT_CMD, _T("%SystemRoot%\system32\cmd.exe"), IDS_CMT_CMD, FALSE);
/* Create program startmenu shortcuts */ - CreateShortcut(CSIDL_PROGRAMS, NULL, IDS_SHORT_EXPLORER, _T("%SystemRoot%\explorer.exe"), IDS_CMT_EXPLORER, FALSE); + //CreateShortcut(CSIDL_PROGRAMS, NULL, IDS_SHORT_EXPLORER, _T("%SystemRoot%\explorer.exe"), IDS_CMT_EXPLORER, FALSE); CreateShortcut(CSIDL_PROGRAMS, NULL, IDS_SHORT_DOWNLOADER, _T("%SystemRoot%\system32\downloader.exe"), IDS_CMT_DOWNLOADER, TRUE);
/* Create administrative tools startmenu shortcuts */