in reply to How to work with windows catalog files (catroot/nt5.cat)?

I cannot use Win API because I need access these files from linux.

Correct me if I'm wrong, but you actually need access to the info within these files from linux.

If you know how to access this data from the Windows API, it might be easier to extract the info using a program on Windows which either serves the data or dumps the data in a format you prefer.

  • Comment on Re: How to work with windows catalog files (catroot/nt5.cat)?

Replies are listed 'Best First'.
Re^2: How to work with windows catalog files (catroot/nt5.cat)?
by resistance (Beadle) on Jun 15, 2008 at 01:29 UTC
    @ikegami: you are right I'll try this way

    Wine: its seems wine have stub instead of working functions, but anyway thanks for idea.