Hi,

using kixtart 4.60 the commands

 Code:
SetOption("WOW64FileRedirection","OFF")
SetOption("WOW64FileRedirection","ON")


don't cause any different behavior inside kixtart - all file access to "c:\program files" is never dynamically redirected to "c:\program files (x86)" independent of the current setoption value. The same time

 Code:
SetOption("WOW64AlternateRegView","OFF")
SetOption("WOW64AlternateRegView","ON")


work as expected and dynamically write to HKLM\SW or HKLM\SW\Wow6432Node.

That's an inconsistent behavior! thoughts?

Thorsten