(Msg. 2) Posted: Fri Jun 19, 2009 10:23 am
Post subject: Re: PowerPoint Addin - AutoStart [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
In article <eKqeb2M8JHA.1336.TakeThisOut@TK2MSFTNGP05.phx.gbl>, TheNugget2007 wrote:
> Hi
>
> I have developed a PowerPoint Addin with a Custom Toolbar.
>
> Where do I place the PowerPoint Addin to automatically load with no user
> interaction
PowerPoint won't automatically load add-ins based on where you store them.
You have to create a couple of registry entries instead. For 2003, leave
the 11.0 as is; change it to 12.0 for PPT 2007, 10.0 for 2002 etc.
Name: Path
Type: REG_SZ
Data: [full path to your addin file.ppa]
Value 1
Name: AutoLoad
Type: REG_DWORD
Data: 1
=============================
Easiest way to regenerate this info is to manually add your add-in (Tools,
Addins) and then look at the registry. PowerPoint will have created the
necessary entries for you.
(Msg. 3) Posted: Sat Jun 20, 2009 4:35 pm
Post subject: Re: PowerPoint Addin - AutoStart [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
In addition to Steve's information:
Replace HKEY_CURRENT_USER with HKEY_LOCAL_MACHINE if you want your add-in to
be installed for all users instead of just the current user.
Luca
"Steve Rindsberg" wrote:
> In article <eKqeb2M8JHA.1336 DeleteThis @TK2MSFTNGP05.phx.gbl>, TheNugget2007 wrote:
> > Hi
> >
> > I have developed a PowerPoint Addin with a Custom Toolbar.
> >
> > Where do I place the PowerPoint Addin to automatically load with no user
> > interaction
>
> PowerPoint won't automatically load add-ins based on where you store them.
>
> You have to create a couple of registry entries instead. For 2003, leave
> the 11.0 as is; change it to 12.0 for PPT 2007, 10.0 for 2002 etc.
>
> Key Name: HKEY_CURRENT_USER\Software\Microsoft\Office\11.0
> \PowerPoint\AddIns\[YOUR ADDIN NAME]
>
> Name: Path
> Type: REG_SZ
> Data: [full path to your addin file.ppa]
>
> Value 1
> Name: AutoLoad
> Type: REG_DWORD
> Data: 1
>
>
> =============================
>
> Easiest way to regenerate this info is to manually add your add-in (Tools,
> Addins) and then look at the registry. PowerPoint will have created the
> necessary entries for you.
>
>
>
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum