Re: Win32::TieRegistry problem

2006-01-18 Thread OXx
Thanks very much Timothy, it is exactly what I want. In fact I forgotten to check the Key with definied I will add too strict and warnings to have a better code . It works fine, I will continue my tests. Best Regards OxX 2006/1/18, Timothy Johnson <[EMAIL PROTECTED]>: > > > Is there a value cal

RE: Win32::TieRegistry problem

2006-01-17 Thread Timothy Johnson
Is there a value called DisplayName in every key under Uninstall? My guess is that you will find on the computers where this fails that there is a key that is "incomplete", either from a partial uninstall or a badly installed program. By the way, I don't think you actually need to call the GetVa

Re: Win32::TieRegistry

2003-12-23 Thread Rob Dixon
"Neill Taylor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > I have read the man page on using Win32::TieRegistry to find two variables > in the registry, I think I may have missed the point somewhere but I don't > seem to be able to read the keys. > > any clues ? > > # Obtain

Re: Win32::TieRegistry

2002-04-23 Thread Jorge Goncalvez
Hi, i have this snippet (perl module) which uses Win32::registry(obsolete) but it didn't worked very well,I wonder how to get his job with Win32::tieRegistry. package NIC98; require Win32::Registry; sub GetNICName() { my $Register = "System\\CurrentControlSet\\Services\\Class\\Net\\";