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
 

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

Back
Top