Page 1 of 1

32 bit registry values

Posted: Wed Jul 27, 2016 7:41 am
by donbrookes
Hi, I need to read 32 bit legacy registry values in my install script. I want all of my install to be in 64 bit mode, except for the reading of these legacy 32 bit values. So what I do is set the mode to 32 bit (if the machine is 64 bit), read my legacy 32 bit registry values, then switch the mode back to 64 bit mode. This appears to work and I read the help file and it appears to be a valid scenario, but I wanted to confirm it.

Re: 32 bit registry values

Posted: Wed Jul 27, 2016 1:05 pm
by FrancescoT
Yes, it's correct!

Regards

Re: 32 bit registry values

Posted: Wed Jul 27, 2016 1:13 pm
by donbrookes
Thanks! :D