Message 1 of 5
addin load/unload

Not applicable
06-21-2004
12:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i am using inventor 8
i have created an addin using vb
i run the following code to install
when i see in inventor8 it says the addin is there but it is unloaded
any ideas
here is my install
REGEDIT4
[HKEY_CLASSES_ROOT\CLSID\{C814233A-7747-4318-8EAE-252F8EC8A172}]
@="EriezPropertiesAddIn"
[HKEY_CLASSES_ROOT\CLSID\{C814233A-7747-4318-8EAE-252F8EC8A172}\Description]
@="This is an addin for Eriez Properties."
[HKEY_CLASSES_ROOT\CLSID\{C814233A-7747-4318-8EAE-252F8EC8A172}\Implemented Categories\{E357129A-DB40-11D2-B783-0060B0F159EF}]
[HKEY_CLASSES_ROOT\CLSID\{C814233A-7747-4318-8EAE-252F8EC8A172}\Required Categories]
[HKEY_CLASSES_ROOT\CLSID\{C814233A-7747-4318-8EAE-252F8EC8A172}\Required Categories\{E357129B-DB40-11D2-B783-0060B0F159EF}]
[HKEY_CLASSES_ROOT\CLSID\{C814233A-7747-4318-8EAE-252F8EC8A172}\Settings]
"LoadOnStartUp"="1"
"Type"="Standard"
i have created an addin using vb
i run the following code to install
when i see in inventor8 it says the addin is there but it is unloaded
any ideas
here is my install
REGEDIT4
[HKEY_CLASSES_ROOT\CLSID\{C814233A-7747-4318-8EAE-252F8EC8A172}]
@="EriezPropertiesAddIn"
[HKEY_CLASSES_ROOT\CLSID\{C814233A-7747-4318-8EAE-252F8EC8A172}\Description]
@="This is an addin for Eriez Properties."
[HKEY_CLASSES_ROOT\CLSID\{C814233A-7747-4318-8EAE-252F8EC8A172}\Implemented Categories\{E357129A-DB40-11D2-B783-0060B0F159EF}]
[HKEY_CLASSES_ROOT\CLSID\{C814233A-7747-4318-8EAE-252F8EC8A172}\Required Categories]
[HKEY_CLASSES_ROOT\CLSID\{C814233A-7747-4318-8EAE-252F8EC8A172}\Required Categories\{E357129B-DB40-11D2-B783-0060B0F159EF}]
[HKEY_CLASSES_ROOT\CLSID\{C814233A-7747-4318-8EAE-252F8EC8A172}\Settings]
"LoadOnStartUp"="1"
"Type"="Standard"