I'm not completely following - Is there no way to continue to use Registry.LocalMachine.OpenSubKey() followed by a set of GetValue() calls?
Even if I write a program to set the values -where are the values put? What file and what location is used? Thank you. Renee Chris Howie wrote: > > On Mon, Jan 12, 2009 at 6:58 PM, rg1 <[email protected]> wrote: >> I have a set of values that on Windows I read from >> HKEY_LOCAL_MACHINE\Software\my Product >> >> I use the .NET registry API (GetValue) to read in these values. These >> are >> values that are manually set on Windows prior to an install and deploy of >> our product. I want to do the equivalent on Linux, but don't know to set >> up >> a file that mimics the registry. > > It would probably be worth your while to write a program that sets the > values you need in the registry. Then you can use that on Windows and > Linux. > > -- > Chris Howie > http://www.chrishowie.com > http://en.wikipedia.org/wiki/User:Crazycomputers > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > -- View this message in context: http://www.nabble.com/Registry-questions-tp21424976p21428178.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
