OT: Registry Files

  • Thread starter Thread starter Beebs
  • Start date Start date
B

Beebs

When I have some .reg files I need to install on a particular
handheld, how do I execute or run (install) a .reg on a PPC 2003
device, or can't I without a hack or secondary application?
 
Interesting that you should ask that, given what I've been working on the
last couple of days...

You write your own program which parses the reg file and makes suitable
entries in the registry for you. You could also do this with the various
text tools in C#/.NETCF. If you're going to handle a totally random reg
file, it's quite a bit of work.

Paul T.
 
Back
Top