|
|
|
date: Tue, 22 Jul 2008 12:35:06 -0700,
group: microsoft.public.office.developer.com.add_ins
back
How do I set VSTO 2005SE Publisher, Version and contact?
(Reposted from Developer Discussions/VSTO)
I have written an Outlook 2007 add-in using VB .NET and VSTO 2005SE. My
solution has 3 projects: my add-un (duh), a SetSecurity project, and a Setup
project. When the add-in is installed on an XP PC, the add/remove programs
"support info" link shows Publisher, Version, and contact info. Can anybody
tell me where in my solution I set these values?
Thanks,
Mike
---------
Hi Kerem,
Thanks for your reply. Can you please be more specific - when I right-click
on my Setup project and select properties, I see a properties dialog box with
the following:
- Configuration drop-down box with the options: Active(Release), Debug,
Release, and All Configurations
- a Platform drop-down with N/A (ghosted)
- a Configuration Manager button
- a hierarchy list on the left with "Configuration properties" and "Build"
as a child
- Output file name in which I have entered "Release\MyAddInSetup.msi"
- "Package Files" drop down box
- Compression drop-down
- CAB size (ghosted)
- an Installation URL text box
- a Prerequisites button.
- OK, Cancel Apply buttons at the bottom.
Is this where I would find these properties, or is there another window/box
that I need to get to?
Thanks in advance,
Mike
"keremskusmezer@gmail.com" wrote:
> On Jul 16, 3:44 am, mikeo wrote:
> > I have written an Outlook 2007 add-in using VB .NET and VSTO 2005SE. My
> > solution has 3 projects: my add-un (duh), a SetSecurity project, and a Setup
> > project. When the add-in is installed on an XP PC, the add/remove programs
> > "support info" link shows Publisher, Version, and contact info. Can anybody
> > tell me where in my solution I set these values?
> >
> > Thanks,
> > Mike
>
> Just set this properties in the installer project properties.
>
> Best Regards
> Kerem Küsmezer
>
date: Tue, 22 Jul 2008 12:35:06 -0700
author: mikeo
Re: How do I set VSTO 2005SE Publisher, Version and contact?
Some of the settings you want to set in the AssemblyInfo file in the addin
assembly project. For the stuff you see in Add/Remove Programs select the
setup project and look at the Properties box that's usually just below the
Solution Explorer at the right side of the VS window (View, Properties
Window). Don't right-click on the setup project and select Properties, that
dialog doesn't have those settings.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"mikeo" wrote in message
news:1AB84B36-7AFB-461C-8F93-A9C7109FA1FC@microsoft.com...
> (Reposted from Developer Discussions/VSTO)
>
> I have written an Outlook 2007 add-in using VB .NET and VSTO 2005SE. My
> solution has 3 projects: my add-un (duh), a SetSecurity project, and a
> Setup
> project. When the add-in is installed on an XP PC, the add/remove
> programs
> "support info" link shows Publisher, Version, and contact info. Can
> anybody
> tell me where in my solution I set these values?
>
> Thanks,
> Mike
date: Tue, 22 Jul 2008 16:12:04 -0400
author: Ken Slovak - [MVP - Outlook]
|
|