Windows Vista addin problem.

G

Guest

I just discovered that my custom toolbar which works under MS Project
2000-2003 in XP/2000 does not appear under Windows Vista. I would
appreciate any pointers.

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'
}
}
}
}
}
}

}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top