Thanks Ken - its very hard to know which advice is still current and which
has been superseded by later releases or service packs.
The article says for Outlook 2003 I just need to modify the setup procedure
to put keys into HKLM instead of HKCU but it doesn't work for me.
I wonder if the author means for "COM Add-ins for OL2003" ?
VSTO 2005 SE produces managed code add-ins for OL 2003 and thats what I'm
trying to deploy - but the other deployment instructions which involve
writing code to create the Keys in HKCU during application start-up say they
are for OL 2007 - the instructions also leave a lot for me to work out for
myself which will be difficult and time consuming and then possibly not
relevant. I'm concerned they rely on features only available in OL2007.
I've tried the other forum as you suggested.
thanks
Alan
"Ken Slovak - [MVP - Outlook]" wrote:
That answer was provided before that MSDN article or the blog posts Misha
made telling how to deploy a VSTO addin for all users. At that point the
official word was that VSTO addins only could be deployed for current user.
So yes, following all the steps in that deployment article should allow your
addin to work when installed for all users.
For more explicit information on the problem you're having I'd suggest
posting to the VSTO forum on MSDN, the VSTO team answers questions there and
should be able to provide answers for you:
http://forums.microsoft.com/MSDN/Sho...ID=16&SiteID=1
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"AlanGlover" wrote in message
...
I want to install my addin to HKLM rather than HKCU so that all users can
use
it. I can make the necessary registry changes to the setup project and
install it as administrator and it works OK for all users - but only if
they
are administrators.
There is conflicting evidence on the web: this MS article tells you how to
do it - so you would figure it was supported:
http://msdn.microsoft.com/en-us/libr...nf orAllUsers
but I have seen Ken Slovak responses suggesting this is not
supported...eg:
http://help.lockergnome.com/office/V...ict942994.html
Can anyone give me a definitive answer on this? Is there any way out?
I hope so because it will cost me a 6 figure sale - not to mention the six
months of work thats gone into it. Help!