in reply to Win32::TieRegistry and DLL information
Now, my question is - how do I get the actual category names out of 'C:\WINNT\System32\MSDTCPRX.DLL'? Is this possible with Win32::TieRegistry (or another Win32 module)? Any and all help much appreciated. Regards, DanIf the data is in the registry, then you get it out of the registry. If it's not, you find out where it is, and get it out (it's up to you to research this). Modules of interest are Win32::API, ?Win32::File::VersionInfo.... Win32::
|
|---|