Sean
Nov 24th, 1999, 09:31 PM
I'm using the registry functions in VB to indicate if an installation has been registered. ie On registration of an installation a value will be saved to the registry. This value is also saved to the database. When the application is statred up again the two values will be compared. If the value is not the same or does not exist in the registry a dialog box "Please register" will appear.
The problem occurs with roaming profiles on a network. If the installation is installed and registered when a particular user is logged on and a different user logs on and starts up the applicaation the message "Please register" pops up.
When using the VB registry functions where are the values saved to (off what directory in the registry HKEY_CURRENT_USER, HKEY_LOCAL_MACHINE ect)?
Will installing and registering the application when logged on as administrator
solve this problem?
Thanks for your help.
Sean.
The problem occurs with roaming profiles on a network. If the installation is installed and registered when a particular user is logged on and a different user logs on and starts up the applicaation the message "Please register" pops up.
When using the VB registry functions where are the values saved to (off what directory in the registry HKEY_CURRENT_USER, HKEY_LOCAL_MACHINE ect)?
Will installing and registering the application when logged on as administrator
solve this problem?
Thanks for your help.
Sean.