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. Thank you. Renee Chris Howie wrote: > > On Mon, Jan 12, 2009 at 5:12 PM, rg1 <[email protected]> wrote: >> I am new to Mono, so please forgive me if this has been asked before >> >> I have read that on Linux, Mono expects an XML file as a simulation of >> the >> registry on Windows. Can someone please tell me the format the XML file >> should be in and where exactly the file should be placed? > > I don't think you have to tinker with this file at all, just use the > managed API to access the registry. Perhaps if you told us what > you're trying to do we could better suggest a course of action? > > -- > 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-tp21424976p21426735.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
