Hi,
My key value will be [PhysicalMemory][VirtualMemory]
Advanced Installer adds that value to the registry during installation
My .exe is launched and it looks in the registry first. It reads the value that was created during installation, breaks it down in two values and them go get those values on the registry to compare with the ones it got from breaking down the key. The question is, where are those information ([PhysicalMemory][VirtualMemory]) located within the registry?
I'm not sure I understand your question. If you want to write custom information into the registry you can use the
Registry page. Since you create the registry entries, you decide where they will be created.
Regards,
Cosmin