How to display ribbon after powerpoint2007 startup?

  • Thread starter Thread starter Steven
  • Start date Start date
S

Steven

Dear all,

I develop a ribbon in powerpoint2007 with vsto2005 C#, I can create a msi
install project in my solution project, after I install this msi file on
other machine, I can't find this ribbon in powerpoint2007, I know I need
config register table in install package like

[HKEY_CURRENT_USER\Software\Microsoft\Office\PowerPoint\Addins\myribbon]
"LoadBehavior"=dword:00000002
"Manifest"="C:\myribbon1.dll.manifest"

How to config manifest path for install other machine path dynamic?

thanks!
 
The installer should be able provide the target folder that the user has
chosen to install into and you should be able to write the registry entries
accordingly.


--
Regards,
Shyam Pillai

Image Importer Wizard
http://skp.mvps.org/iiw.htm
 
Back
Top