I have a problem on a 64 bits machine when i want to create a key in HKEY_LOCAL_MACHINE\SOFTWARE\MyApplication\Client with
Registry.SetValue(HKEY_LOCAL_MACHINE, "SOFTWARE\\MyApplication\\Client", "Multistart", "1", REG_SZ);
the setup create the keys in
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Digicom\Client
how can i solve this problem?

Reply With Quote
