Link to home
Start Free TrialLog in
Avatar of nesifa
nesifa

asked on

How can I create an RDS key in adclaunch programmatically.

How can I create an RDS key in adclaunch programmatically.
Also is it any way how to programmatically register a dll in MTS/com+ or register a dll in the registry.

Any partial answer is appreciated.

Thank You

Nesifa
ASKER CERTIFIED SOLUTION
Avatar of Dave_Greene
Dave_Greene

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hes
See here for an example of register dll's/ocx's from code

http://www.freevbcode.com/ShowCode.Asp?ID=437
Avatar of rkot2000
rkot2000

RDS ...................

You can download RegObj.dll - ActiveX Manipulation of the Registry - X86 Version

from http://msdn.microsoft.com/vbasic/downloads/download.asp?ID=026

and use it to add the following to the registry HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters\ADCLaunch\ProgID.ClassID

Register Components COM + .........................
C:\Program Files\Mts\Samples has sample *.vbs files