> Dmitry, I tried this in both cases the Dll registers successfully,
> however the Toolbar does not appear in Outlook/Project under Vista. I
> guess my only option is to try to install development environment and
> debug this in Vista. If anybody has any clues, I would really
> appreciate any input.
>
> Many thanks,
>
> Fima.
>
>
> On Jan 30, 12:44 pm, "Dmitry Streblechenko" <dmi...[ at ]dimastr.com>
> wrote:
>> Try to replace the HKCR part with the following (it will use
>> HKCU\Software\Classes instead of HKCR)
>>
>> HKCU
>> {
>> Software
>> {
>> Classes
>> {
>> XXAddOn.XXProjectAddOn.1 = s 'XXProjectAddOn Class'
>> {
>> CLSID = s '{xxxxxxxxxxxxxxxxxxxxxxxxxxxxx}'}
>>
>> XXAddOn.XXProjectAddOn = s 'XXProjectAddOn Class'
>> {
>> CLSID = s '{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}'
>> CurVer = s 'XXAddOn.XXProjectAddOn.1'}
>>
>> NoRemove CLSID
>> {
>> ForceRemove {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} = s 'XXProjectAddOn
>> Class'
>> {
>> ProgID = s 'XXAddOn.XXProjectAddOn.1'
>> VersionIndependentProgID = s 'XXAddOn.XXProjectAddOn'
>> ForceRemove 'Programmable'
>> InprocServer32 = s '%MODULE%'
>> {
>> val ThreadingModel = s 'Apartment'}
>>
>> 'TypeLib' = s '{xxxxxxxxxxxxxxxxxxxxxxxxx}'
>>
>> }
>> }
>> }
>> }
>> }
>>
>> Dmitry Streblechenko (MVP)
http://www.dimastr.com/>> OutlookSpy - Outlook, CDO
>> and MAPI Developer Tool
>>
>> "Fima Furman" <efimfur...[ at ]gmail.com> wrote in message
>>
>> news:1170176240.968544.155240[ at ]a34g2000cwb.googlegroups.com...
>>
>> > Dmitry,
>>
>> > here's an example of my registry settings for a MSProject addon which
>> > has the same problem.
>> > I am testing in administrator account:
>>
>> > HKCR
>> > {
>> > XXAddOn.XXProjectAddOn.1 = s 'XXProjectAddOn Class'
>> > {
>> > CLSID = s '{xxxxxxxxxxxxxxxxxxxxxxxxxxxxx}'
>> > }
>> > XXAddOn.XXProjectAddOn = s 'XXProjectAddOn Class'
>> > {
>> > CLSID = s '{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}'
>> > CurVer = s 'XXAddOn.XXProjectAddOn.1'
>> > }
>> > NoRemove CLSID
>> > {
>> > ForceRemove {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} = s 'XXProjectAddOn
>> > Class'
>> > {
>> > ProgID = s 'XXAddOn.XXProjectAddOn.1'
>> > VersionIndependentProgID = s 'XXAddOn.XXProjectAddOn'
>> > ForceRemove 'Programmable'
>> > InprocServer32 = s '%MODULE%'
>> > {
>> > val ThreadingModel = s 'Apartment'
>> > }
>> > 'TypeLib' = s '{xxxxxxxxxxxxxxxxxxxxxxxxx}'
>> > }
>> > }
>> > }
>>
>> > HKCU
>> > {
>> > Software
>> > {
>> > Microsoft
>> > {
>> > Office
>> > {
>> > 'MS Project'
>> > {
>> > Addins
>> > {
>> > 'XXAddOn.XXProjectAddOn'
>> > {
>> > val FriendlyName = s 'MyCompany MS Project Addin'
>> > val Description = s 'ATLCOM Project Addin'
>> > val LXXdBehavior = d '00000003'
>> > val CommandLineSafe = d '00000000'
>> > }
>> > }
>> > }
>> > }
>> > }
>> > }
>> > }
>>
>> > Thanks for your reply,
>>
>> > Fima.
>>
>> > On Jan 30, 11:42 am, "Dmitry Streblechenko" <dmi...[ at ]dimastr.com>
>> > wrote:
>> >> Did you check that you set the required registry entries?
>> >> If your addin installs itself in HKLM/HKCR instead of HKCU, the
>> >> registration
>> >> will fail if the current user does not have suffiient rights (as is
>> >> the
>> >> case
>> >> with the UAC enabled in Vista)
>>
>> >> Dmitry Streblechenko (MVP)
http://www.dimastr.com/>> >> OutlookSpy - Outlook, CDO
>> >> and MAPI Developer Tool
>>
>> >> "Fima Furman" <efimfur...[ at ]gmail.com> wrote in
>> >> messagenews:1170172075.856916.250100[ at ]q2g2000cwa.googlegroups.com...
>>
>> >> >I just discovered that my custom toolbar which works under Outlook
>> >> > 2000-2003 in XP/2000 does not appear under Windows Vista. I would
>> >> > appreciate any pointers.
>
>