in reply to Re^2: access 64bit registry from 32 bit Perl
in thread access 64bit registry from 32 bit Perl

I dont understand what you want to do. You have a .reg file, that needs to be applied, without redirection, to the registry? Then use the 64bit regedit. If your .reg file is getting the redirection, then you are calling the 32 bit regedit. You have to use an absolute path with "Sysnative" folder (google it) in it to reach the 64 bit regedit from a 32 bit perl.
  • Comment on Re^3: access 64bit registry from 32 bit Perl

Replies are listed 'Best First'.
Re^4: access 64bit registry from 32 bit Perl
by anaconda_wly (Scribe) on Dec 06, 2012 at 02:14 UTC
    OK, I googled and understand your meaning. But strange my Win7 didn't got a Sysnative folder, I only see system32 and sysWOW64.