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
