Outlook setup

N

Neetu

We are creating a addin for outlook 2003 and 2007 using visual studio 2008
and Vb.net. we are using setup project to create a setup project for these
two types of addin ( seperate setup projects).
for creating setup project we refrered following URLs

http://msdn.microsoft.com/en-us/library/bb386106.aspx
http://msdn.microsoft.com/en-us/library/bb386179.aspx
all msdn site.

for outloo2007 setup project is working fine. we tested in different
machines like server, xp and vista.

however we are not able to load outlook 2003 addin after installation.
we followed all steps as per documents .

is there any other way to create setup project for outlook 2003 using visual
studio 2008.

in http://msdn.microsoft.com/en-us/library/bb386106.aspx page they have
mentioned like
HKEY_CURRENT_USER\Software\Classes\CLSID\{<add-in CLSID>}\ProgID
Entry
Type
Value

(Default)
REG_SZ
The unique ID of the add-in.

what is unique Id?

tHnaks for help
 
K

Ken Slovak - [MVP - Outlook]

There's no way to tell you what your GUID is for the addin since that's a
property that you create or set yourself. Look in your code to see that.
 

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

Top