C
Chris Bardon
Does anyone know of a document that lists the steps necessary to
deploy a COM addin manually? I need to create a setup project that
deploys several files, one of which is a shared COM addin. I'd rather
not have two separate installers, so I'd just like to be able to
recreate what the deployment project does in my other installer. I
should just have to copy the DLL to the target machine, register, and
then add the registry settings under HKCU\Software\Microsoft\Office
\Outlook\Addins, correct?
If I can do it from just a command line, then I can incorporate the
addin into a more complex instaler (I'm looking at building one with
Wix).
Thanks for the info!
Chris
deploy a COM addin manually? I need to create a setup project that
deploys several files, one of which is a shared COM addin. I'd rather
not have two separate installers, so I'd just like to be able to
recreate what the deployment project does in my other installer. I
should just have to copy the DLL to the target machine, register, and
then add the registry settings under HKCU\Software\Microsoft\Office
\Outlook\Addins, correct?
If I can do it from just a command line, then I can incorporate the
addin into a more complex instaler (I'm looking at building one with
Wix).
Thanks for the info!
Chris