Hi -
I am trying to create an installer for an application where I need to create a couple of ODBC connections for connecting Crystal Reports (version 8.5) to a SQL database.
I accomplished this in the AIP project, by importing the registry key from a machine where the ODBC connections were setup.
One of the problems that I am running into is that the server name needs to be dynamically set when the client application runs. This is not a problem where the user is an administrator, but in a Limited User Account (LUA) environment I need to set the permission of the registry key in order to allow users to set the value of this key.
But, when I set the permission KET_SET_VALUE the application installs fine on XP and when I go to run the application the install comes up again and cycles through the installer again. (As if the application were advertised, which it is not.)
Any thoughts?
Doug