I have created VSTO Word Add-Ins. It provides extra Tab for formatting. I have created setup file by InstallShield Windows Installer.
I have installed setup and it installed successfully. But it doesn't show the extra Tab.
Do I need to active that Add-Ins from Ms Word? Or Is there any setting need to do to get functionality of the Add-Ins?
Can any body suggest me what I am missing here?
Without seeing your installshield setup, it is likely it's simply not doing what is needed (regardless of whether it "installed"). The key points are to make sure you set you have added the correct registry keys, and the vsto/files are in the correct location.
Recommend double checking any setting: https://msdn.microsoft.com/en-us/library/bb386106.aspx
Note, depending on whether it's 64/32 bit, the registry/default locations are different.