Hi! I'm trying to combine actions Registry.GetValue & File.Copy to automatise installation process. Is it possible?
This button On Click script doesn't work. But I can't understand how to solve this problem
resultINSTL = Registry.GetValue(HKEY_LOCAL_MACHINE, "SOFTWARE\\Great Oaks\\DNA Compiler", "Install Location", true);
File.Copy("AutoPlay\\Docs\\dnac.exe", "resultINSTL", true, true, false, true, nil);
Please help me.


lol