My addin (XLL) installer works for non-admin & admin. However when an admin installs the addin for all-users(per-machine). It works for the admin only. When any other user logins, he/she can't see the addin admin installed. It is common for clients that IT people installs the addin and it is expected to be availabe to regular users (w/o admin right). Is there a way to do this? thanks
Edit I saw active setup @ http://bonemanblog.blogspot.com/2004/12/active-setup-registry-keys-and-their.html and wonder if that's a way I added a key Test with a string StubPath in local machine-> Software-> Microsoft->Acitve Setup, as c:\program...\install.xls, but it seems this does not work.
Edit I see http://www.add-in-express.com/forum/read.php?FID=5&TID=7933 It seems there's only one way, loop through registry and add entries for each user hmm, this is the last I want to do.