Hello I had a Windows XP x86 machine where I used this script.
Now I changed to a Windows 7 x64 machine and this do not work. Can anyone help me to make this compatible with Windows 7 and Win7 x64 if there is any difference between those. Thank you!Code:runmode = Registry.GetValue(HKEY_LOCAL_MACHINE, "Software\\Test Prog\\Node", "Mode", true); -- Display the value read from the Registry in a dialog. if mode=="65747" then Paragraph.SetText("Paragraph3", ">> Beta mode <<"); end if mode=="16" then Paragraph.SetText("Paragraph3", ">> Normal mode <<"); end

Reply With Quote
Thank you
