Jump to content

Windows won't hide my optional component!


RyanVM

Recommended Posts

I've created an INF file that installs as a Windows component. I'm trying to get it to be hidden from the list of components, so I put a hide in it's line in sysoc.inf, but it still shows up in Add/Remove Windows Components. Is there a line that has to be in my component's INF file to have it hide?

I've been looking through the component INF files, but I can't find anything.

Link to comment
Share on other sites


:P

For anyone else who has this problem...

The name in your sysoc.inf file BEFORE the = sign MUST be the same as the heading in your component INF file.

eg.

sysoc.inf:

OEAccess=ocgen.dll,OcEntry,oeaccess.inf,,7

oeaccess.inf:

[Optional Component]

OEAccess

[OEAccess]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...