![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Can someone explain the advantage to developing as VSTO Addin vs an
Extensiblity Addin? My target production environment has User's that do not have admistrator rights to load a VSTO Addin and it is my understanding that the VSTO Addin can only be loaded and work for the "Just for Me" option that puts the registry setting in HKEY_CURRENT_USER. Is there a way to get the advantage of the shim that is built into VSTO Addin's for the "Everyone" option (writing keys in HKEY_LOCAL_MACHINE)? Thank you for your time. -Morna |
Ads |
#2
|
|||
|
|||
![]()
It's my understanding from a comment posted by a member of the Outlook team
that Outlook 2007 will ignore any addin registered in HKLM when it starts up and will not start that addin. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "morna" wrote in message ups.com... Can someone explain the advantage to developing as VSTO Addin vs an Extensiblity Addin? My target production environment has User's that do not have admistrator rights to load a VSTO Addin and it is my understanding that the VSTO Addin can only be loaded and work for the "Just for Me" option that puts the registry setting in HKEY_CURRENT_USER. Is there a way to get the advantage of the shim that is built into VSTO Addin's for the "Everyone" option (writing keys in HKEY_LOCAL_MACHINE)? Thank you for your time. -Morna |
#3
|
|||
|
|||
![]()
Morna,
You can always use logon scripts to deploy your addin for your users. I used a VBScript that would check the presence of the addin on the user's profile and would install it if when not found. Rafael "morna" wrote in message ups.com... Can someone explain the advantage to developing as VSTO Addin vs an Extensiblity Addin? My target production environment has User's that do not have admistrator rights to load a VSTO Addin and it is my understanding that the VSTO Addin can only be loaded and work for the "Just for Me" option that puts the registry setting in HKEY_CURRENT_USER. Is there a way to get the advantage of the shim that is built into VSTO Addin's for the "Everyone" option (writing keys in HKEY_LOCAL_MACHINE)? Thank you for your time. -Morna |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
addin tab | Roy | Add-ins for Outlook | 11 | September 28th 06 11:09 PM |
Help with AddIn | nickdu | Add-ins for Outlook | 3 | September 28th 06 02:35 PM |
Another Addin Failure | gandolf | Add-ins for Outlook | 1 | September 7th 06 09:26 AM |
COM addin from VB.NET 2003 | Russ Green | Add-ins for Outlook | 1 | April 24th 06 01:25 PM |
Using Tab Control in Addin | Sanjay Singh | Add-ins for Outlook | 2 | March 9th 06 03:19 AM |