G
Guest
Guest
Archived from groups: microsoft.public.windowsnt.terminalserver.connectivity (More info?)
My task is to give support to terminal service(TS) for a non-TS application.
In this application at the time of install via a member DLL of the application, Registory is populated to HKEY_CURRENT_USERS\Softeare...
But when I try to install it on the TS, there registory entry dont get written. I have userd the RegCreateKeyEx() function still its a problem.
To test the RegCreateKeyEx() I have created a simple application which will create this registory key in the registory. this test.EXE application works properly.
Please guice me what to be done... is there is any specific parameter I have to check.
PS: Install is going through the user having ADMINISTRATOR rights.
regards
Bipin
My task is to give support to terminal service(TS) for a non-TS application.
In this application at the time of install via a member DLL of the application, Registory is populated to HKEY_CURRENT_USERS\Softeare...
But when I try to install it on the TS, there registory entry dont get written. I have userd the RegCreateKeyEx() function still its a problem.
To test the RegCreateKeyEx() I have created a simple application which will create this registory key in the registory. this test.EXE application works properly.
Please guice me what to be done... is there is any specific parameter I have to check.
PS: Install is going through the user having ADMINISTRATOR rights.
regards
Bipin