addin load/unload

addin load/unload

Anonymous
Not applicable
346 Views
4 Replies
Message 1 of 5

addin load/unload

Anonymous
Not applicable
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"
0 Likes
347 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
Is this add-in for Inventor 8? If so, the CLSID is wrong. It should be {39AD2B5C-7A29-11D6-8E0A-0010B541CAA8}, not {E357129A-DB40-11D2-B783-0060B0F159EF}.
0 Likes
Message 3 of 5

Anonymous
Not applicable
I don't know if it's necessary, but at the bottom of the .reg file (in the [HKEY_CLASSES_ROOT\CLSID\{your clsid}\Settings] key), there should be: "Supported SoftwareVersionGreaterThan" = "5.." or "5.3." or "6..", whichever minimum version your addin requires.
0 Likes
Message 4 of 5

Anonymous
Not applicable
This is for Inventor 8 So I used the CLSID {39AD2B5C-7A29-11D6-8E0A-0010B541CAA8}
in the install
when i go into inventor 8 i see the addin but it is still unloaded
do i need to uninstall first

any ideas
0 Likes
Message 5 of 5

Anonymous
Not applicable
Hello, Run regsvr32 on the DLL before you uninstall everything, tripped me up a couple of times, very similar symptons as you explain. HTH Scott
0 Likes