gminnick Posted April 13, 2007 Posted April 13, 2007 I am not sure if this should be in the bug forum since I am not sure if AutoIT is supported on Windows Server 2003 x64. Most of my AutoIT scripts work fine, but the RegWrite and RegDelete commands will not work. I get no error, it just does not update the registry keys. The program works fine on 2000 and 2003 Server.
jvanegmond Posted April 13, 2007 Posted April 13, 2007 (edited) I am not sure if this should be in the bug forum since I am not sure if AutoIT is supported on Windows Server 2003 x64. Most of my AutoIT scripts work fine, but the RegWrite and RegDelete commands will not work. I get no error, it just does not update the registry keys. The program works fine on 2000 and 2003 Server.Reg operations from 32 bit applications on a 64 bit windows OS are automatically directed to another path.. I just can't remember what path it was.It works though, several people have done it. Edited April 13, 2007 by Manadar github.com/jvanegmond
RvdH Posted April 16, 2007 Posted April 16, 2007 When running on 64-bit Windows if you want to write a key or value specific to the 64-bit environment you have to suffix the HK... with 64 i.e. HKLM64.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now