A
Aku
Hello,
In the 'old-days', WIN32-API/MFC, it is possible to create a temporary
key in the registry to satisfy a particular app.
It's done with 'SetEnvironmentVariable(name, value)".
Once the app ceased its activities, the environment vars are
automatically destroyed. It's also contained to that particular app only
- outside of it, they are unknown.
I'm searching a similar method within C#, using
Microsoft.Win32.Registry, but can't find an equivalent.
Somebody knows how?
Regards, Aku.
In the 'old-days', WIN32-API/MFC, it is possible to create a temporary
key in the registry to satisfy a particular app.
It's done with 'SetEnvironmentVariable(name, value)".
Once the app ceased its activities, the environment vars are
automatically destroyed. It's also contained to that particular app only
- outside of it, they are unknown.
I'm searching a similar method within C#, using
Microsoft.Win32.Registry, but can't find an equivalent.
Somebody knows how?
Regards, Aku.