

> Under Program's ENVIRONMENT Tab make sure you are running the program with user's rights Program can run only when a user is logged on. Sol: Create 2 programs for Installation (Install, InstallDBAdmin Module)ġ) Install- Write the script to install the registry key silently, Follow the Below Instructions to create a registry key(Questkey.reg) for invoking License.Ĥ.The tougher part is invoking the License using a deployment tool (SCCM 2007), SCCM installs the s/w using a system account and wheen it has to write to a current user.you will notice the registry settings are not created.as it is running under system account, and You don't want your users to invoke license manually.

Author an Install script it's simple Msiexec.exe /i "Application.msi" to installģ.

1. Go to the below link to extract the MSI's from the setup.exeĢ.
