Where do I install Add-Ins?

S

Sam Santiago

I am creating a COM Add-In and was wondering about installation standards. Is there a recommended directory structure when installing COM Add-ins? Should these be installed as a sub-directory in the Visio directory or should they be installed in their own directory elsewhere such as the Program Files directory?

Thanks,

Sam

--
_______________________________
Sam Santiago
[email protected]
http://www.SoftiTechture.com
_______________________________
 
A

Al Edlund

Since the add-in is usually an exe that is loaded when visio starts it probably doesn't matter. The default for when using vs.net to create it ends up being a program files subdirectory.
al

I am creating a COM Add-In and was wondering about installation standards. Is there a recommended directory structure when installing COM Add-ins? Should these be installed as a sub-directory in the Visio directory or should they be installed in their own directory elsewhere such as the Program Files directory?

Thanks,

Sam

--
_______________________________
Sam Santiago
[email protected]
http://www.SoftiTechture.com
_______________________________
 
Top