Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows XP > Windows XP Embedded

Notices

Reply

Which component needed for enabling file sharing in explorer?

 

LinkBack Thread Tools Display Modes
Old 04-08-2004, 03:41 PM   #1 (permalink)
Default Which component needed for enabling file sharing in explorer?

On my target, I cannot enable directories or files for sharing on the attached network
The steps I'm doing
1) In Explorer, I select a directory which I want to share, e.g. "Program Files"
2) In the "File" menu, I select the menuline "Program Files", and then "Sharing and Security >
3) Then nothing happen
In XP (Pro), you get a window where you can do the share settings, but not in the XPe I built
I think I'm missing one or more components. I included almost everything for MS Networks, file sharing etc, but without succes
Anyone

Ed de Vries
Guest
 
Posts: n/a
Reply With Quote  
Old 04-09-2004, 02:53 AM   #2 (permalink)
Default Re: Which component needed for enabling file sharing in explorer?

Ed de Vries,

1. Verify that "Security Shell Extension" component is included in the
configuration, and then add the
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandler s\Sharing],
@={f81e9010-6ea4-11ce-a7ff-00aa003ca9f6} registry key to add the sharing
context menu item.
To add the Sharing tab in the properties add
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandl ers\Sharing]
@="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6".

2. Add "Map Network Drives/Network Places Wizard" and "Primitive:MPRUI"
components and see if it helps.

3. Search this NG google archive for more info.

KM
Quote:
> On my target, I cannot enable directories or files for sharing on the
attached network.
Quote:
> The steps I'm doing:
> 1) In Explorer, I select a directory which I want to share, e.g. "Program
Files".
Quote:
> 2) In the "File" menu, I select the menuline "Program Files", and then
"Sharing and Security >"
Quote:
> 3) Then nothing happens
> In XP (Pro), you get a window where you can do the share settings, but not
in the XPe I built.
Quote:
> I think I'm missing one or more components. I included almost everything
for MS Networks, file sharing etc, but without succes.
Quote:
> Anyone?
>

KM
Guest
 
Posts: n/a
Reply With Quote  
Old 04-09-2004, 12:11 PM   #3 (permalink)
Default Re: Which component needed for enabling file sharing in explorer?

Well, I tried all of the above items 1) and 2), but without success. After clicking on "Sharing and Security >", the harddisk is doing something, but after a few seconds it stops and nothing else happens. Maybe I'm missing some more components


----- KM wrote: ----

Ed de Vries

1. Verify that "Security Shell Extension" component is included in th
configuration, and then add th
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandler s\Sharing]
@={f81e9010-6ea4-11ce-a7ff-00aa003ca9f6} registry key to add the sharin
context menu item
To add the Sharing tab in the properties ad
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandl ers\Sharing
@="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6"

2. Add "Map Network Drives/Network Places Wizard" and "Primitive:MPRUI
components and see if it helps

3. Search this NG google archive for more info

K
Quote:
> On my target, I cannot enable directories or files for sharing on th
attached network
Quote:
> The steps I'm doing
> 1) In Explorer, I select a directory which I want to share, e.g. "Progra
Files"
Quote:
> 2) In the "File" menu, I select the menuline "Program Files", and the
"Sharing and Security >
Quote:
> 3) Then nothing happen
> In XP (Pro), you get a window where you can do the share settings, but no
in the XPe I built
Quote:
> I think I'm missing one or more components. I included almost everythin
for MS Networks, file sharing etc, but without succes
Quote:
> Anyone
>
Ed de Vries
Guest
 
Posts: n/a
Reply With Quote  
Old 04-09-2004, 08:02 PM   #4 (permalink)
Default Re: Which component needed for enabling file sharing in explorer?

Ed de Vries,

Just in case, check if "Show context menu on Shell folders" option of "User Interface Core" component is set.
Actually, the "Security Shell Extension" component provides ISecurityInformation for the file system and printer. This component
displays the Security tab for file, folder, and printer objects. The Security tab allows users to view and edit permissions.
Please double check the "File Sharing" and "Security Shell Extension" (the component visibility is 200) are included and the
components' dependencies are resolved.
Try manually to register the rshx32.dll (with regsvr32, e.g.) (btw, do you use XPe/SP1?).

Then if nothing helps, you may want to monitor what is going on when you select "Sharing and Security..." context menu item. Use
Filemon/Regmon tools (www.sysinternals.com) to see what is missing from your image.

--
KM,
BSquare Corporation
Quote:
> Well, I tried all of the above items 1) and 2), but without success. After clicking on "Sharing and Security >", the harddisk is
doing something, but after a few seconds it stops and nothing else happens. Maybe I'm missing some more components?
Quote:
>
>
> ----- KM wrote: -----
>
> Ed de Vries,
>
> 1. Verify that "Security Shell Extension" component is included in the
> configuration, and then add the
> [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandler s\Sharing],
> @={f81e9010-6ea4-11ce-a7ff-00aa003ca9f6} registry key to add the sharing
> context menu item.
> To add the Sharing tab in the properties add
> [HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandl ers\Sharing]
> @="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6".
>
> 2. Add "Map Network Drives/Network Places Wizard" and "Primitive:MPRUI"
> components and see if it helps.
>
> 3. Search this NG google archive for more info.
>
> KM
>
Quote:
> > On my target, I cannot enable directories or files for sharing on the
> attached network.
Quote:
> > The steps I'm doing:
> > 1) In Explorer, I select a directory which I want to share, e.g. "Program
> Files".
Quote:
> > 2) In the "File" menu, I select the menuline "Program Files", and then
> "Sharing and Security >"
Quote:
> > 3) Then nothing happens
> > In XP (Pro), you get a window where you can do the share settings, but not
> in the XPe I built.
Quote:
> > I think I'm missing one or more components. I included almost everything
> for MS Networks, file sharing etc, but without succes.
Quote:
> > Anyone?
> >

KM
Guest
 
Posts: n/a
Reply With Quote  
Old 04-09-2004, 09:00 PM   #5 (permalink)
Default Re: Which component needed for enabling file sharing in explorer?

I think there is a missing component that isn't pulled in by the dependancy
check. My notes aren't clear, but I think it was Primitive: MPRUI.

--
Regards.
Mark K Vallevand
"Ed de Vries" <anonymous@discussions.microsoft.com> wrote in message
news:F8332AD0-9ED5-4A1B-B880-F5FA6DABF25A@microsoft.com...
Quote:
> On my target, I cannot enable directories or files for sharing on the
attached network.
Quote:
> The steps I'm doing:
> 1) In Explorer, I select a directory which I want to share, e.g. "Program
Files".
Quote:
> 2) In the "File" menu, I select the menuline "Program Files", and then
"Sharing and Security >"
Quote:
> 3) Then nothing happens
> In XP (Pro), you get a window where you can do the share settings, but not
in the XPe I built.
Quote:
> I think I'm missing one or more components. I included almost everything
for MS Networks, file sharing etc, but without succes.
Quote:
> Anyone?
>

Mark K Vallevand
Guest
 
Posts: n/a
Reply With Quote  
Old 04-09-2004, 09:15 PM   #6 (permalink)
Default Re: Which component needed for enabling file sharing in explorer?

Mark,

He said he included the component already.

--
KM,
BSquare Corporation
Quote:
> I think there is a missing component that isn't pulled in by the dependancy
> check. My notes aren't clear, but I think it was Primitive: MPRUI.
>
> --
> Regards.
> Mark K Vallevand
> "Ed de Vries" <anonymous@discussions.microsoft.com> wrote in message
> news:F8332AD0-9ED5-4A1B-B880-F5FA6DABF25A@microsoft.com...
Quote:
> > On my target, I cannot enable directories or files for sharing on the
> attached network.
Quote:
> > The steps I'm doing:
> > 1) In Explorer, I select a directory which I want to share, e.g. "Program
> Files".
Quote:
> > 2) In the "File" menu, I select the menuline "Program Files", and then
> "Sharing and Security >"
Quote:
> > 3) Then nothing happens
> > In XP (Pro), you get a window where you can do the share settings, but not
> in the XPe I built.
Quote:
> > I think I'm missing one or more components. I included almost everything
> for MS Networks, file sharing etc, but without succes.
Quote:
> > Anyone?
> >
>
>

KM
Guest
 
Posts: n/a
Reply With Quote  
Old 04-13-2004, 01:11 PM   #7 (permalink)
Default Re: Which component needed for enabling file sharing in explorer?

It works! KM, thanks VERY much! The "Just in case....." was the golden tip
I didn't know there are option settings in the "User Interface Core", thanks to the well-documented components ;-
I'm checking now if the other components do have option settings so I don't overlook these in the future
E


----- KM wrote: ----

Ed de Vries

Just in case, check if "Show context menu on Shell folders" option of "User Interface Core" component is set
Actually, the "Security Shell Extension" component provides ISecurityInformation for the file system and printer. This componen
displays the Security tab for file, folder, and printer objects. The Security tab allows users to view and edit permissions
Please double check the "File Sharing" and "Security Shell Extension" (the component visibility is 200) are included and th
components' dependencies are resolved
Try manually to register the rshx32.dll (with regsvr32, e.g.) (btw, do you use XPe/SP1?)

Then if nothing helps, you may want to monitor what is going on when you select "Sharing and Security..." context menu item. Us
Filemon/Regmon tools (www.sysinternals.com) to see what is missing from your image

-
KM
BSquare Corporatio
Quote:
> Well, I tried all of the above items 1) and 2), but without success. After clicking on "Sharing and Security >", the harddisk i
doing something, but after a few seconds it stops and nothing else happens. Maybe I'm missing some more components
Quote:
Quote:
Quote:
>>> ----- KM wrote: ----
>> Ed de Vries
>> 1. Verify that "Security Shell Extension" component is included in th
> configuration, and then add th
> [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandler s\Sharing]
> @={f81e9010-6ea4-11ce-a7ff-00aa003ca9f6} registry key to add the sharin
> context menu item
> To add the Sharing tab in the properties ad
> [HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandl ers\Sharing
> @="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6"
Quote:
>> 2. Add "Map Network Drives/Network Places Wizard" and "Primitive:MPRUI
> components and see if it helps
Quote:
>> 3. Search this NG google archive for more info
>> K
Quote:
>>> On my target, I cannot enable directories or files for sharing on th
> attached network
Quote:
>> The steps I'm doing
>> 1) In Explorer, I select a directory which I want to share, e.g. "Progra
> Files"
Quote:
>> 2) In the "File" menu, I select the menuline "Program Files", and the
> "Sharing and Security >
Quote:
>> 3) Then nothing happen
>> In XP (Pro), you get a window where you can do the share settings, but no
> in the XPe I built
Quote:
>> I think I'm missing one or more components. I included almost everythin
> for MS Networks, file sharing etc, but without succes
Quote:
>> Anyone
>>
Ed de Vries
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
help installing/enabling http ssl service for media sharing AJ Windows Vista Networking & Sharing 1 03-05-2008 05:24 PM
Internet Connection Sharing and Firewall Component TC Windows XP Embedded 1 11-28-2003 11:54 AM
component that needed to support mdb file extension Greg Chu Windows XP Embedded 0 11-12-2003 08:39 PM
HELP ! my File sharing is working but the internet connection sharing isnt sam Windows XP Help & Support 2 10-15-2003 11:06 PM
Enabling Automatic Update tab in the system properties and enabling the service. Ikram Windows XP Setup 2 08-24-2003 11:23 PM


All times are GMT. The time now is 04:54 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90