Pros & Cons of using windows Active Setup
Posted
by Deepak N
on Stack Overflow
See other posts from Stack Overflow
or by Deepak N
Published on 2010-05-29T11:57:44Z
Indexed on
2010/05/29
12:02 UTC
Read the original article
Hit count: 239
What are the known Pros/Cons of using windows active setup for deployment? Does Microsoft recommend/support using active set up?
If your are interested, here is the context: I'm working on outlook 2003 VSTO addin.The installer for this addin creates few registry entries either in HKCU or HKLM depending on "Single User" Or "All User" installation. We are planning not to use "All User" installation since the addins installed for all users does not show up in COM AddIns list in outlook.The alternate approach is to use active set to install for single user.
© Stack Overflow or respective owner