Message 1 of 4
Path to create the registry entries for load a .dll (vb.net file)

Not applicable
05-19-2011
07:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi:
I want to create a .reg file to load automatically a dll.
I would like to generate this file from Autocad (using a subroutine).
The entries are:
[HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R18.1\ACAD-9002:40A\Applications\SIMNET]
"DESCRIPTION"="Carga el archivo SIM.DLL"
"LOADCTRLS"=dword:00000002
"LOADER"="E:\\acaddlls\\SIM.dll"
"MANAGED"=dword:00000001
And I need to obtain from autocad next path " \Autodesk\AutoCAD\R18.1\ACAD-9002:40A" (is different for any versión of autocad).
How can I obtain it?
thanks
karea