Question. On 64 bit operating systems:

I need to get an entry under HKLM\Software\Product\etc

However, when you run the following command SHELL "regedit /s update.reg", the registry setting gets redirected to HKLM\Software\Wow6432Node\Product\etc.

This particular software needs the registry entry under HKLM\Software\Product\etc. But what's strange is that when you double click on the *.reg file directly, it goes to the place specified in the reg file. Is there some swtic or something in Kixtart to make it go to the specified place?

Thanks,

Jeff