D
David Fuchs
Hello. I've written a .NET CF application that uses the registry to store
configuration data. There are five configuration profiles for this
application - each configuration profile has a separate .REG file. In
development, when I want to switch between them, I simply click on the
appropriate .REG file in File Explorer (a dialog pops up, and I just hit OK).
This method works fine for development, however it will not suffice for
production use.
In production, I'll be deploying to Symbol mobile devices, and the last
thing I want is users clicking .REG files and interacting with registry
import dialogs. (Actually, these devices don't give users access to the file
system anyway.) As such, I need to code the application to give them a
selection and automatically import the appropriate registry data. The
question is... how?
It seems that there is no registry import tool on the Windows Mobile 5.0
devices I'm using, so I can't pass a .REG file an external process.
Additionally, I can't see any API methods that would take a .REG file and
import the settings. The registry is such an important piece of the Windows
foundation that there must be an option here I'm missing. Any
recommendations?
configuration data. There are five configuration profiles for this
application - each configuration profile has a separate .REG file. In
development, when I want to switch between them, I simply click on the
appropriate .REG file in File Explorer (a dialog pops up, and I just hit OK).
This method works fine for development, however it will not suffice for
production use.
In production, I'll be deploying to Symbol mobile devices, and the last
thing I want is users clicking .REG files and interacting with registry
import dialogs. (Actually, these devices don't give users access to the file
system anyway.) As such, I need to code the application to give them a
selection and automatically import the appropriate registry data. The
question is... how?
It seems that there is no registry import tool on the Windows Mobile 5.0
devices I'm using, so I can't pass a .REG file an external process.
Additionally, I can't see any API methods that would take a .REG file and
import the settings. The registry is such an important piece of the Windows
foundation that there must be an option here I'm missing. Any
recommendations?