VC++ Runtime: For Add-In Express MAPI Store Accessor

Add-in Express™ Support Service
That's what is more important than anything else

VC++ Runtime: For Add-In Express MAPI Store Accessor
 
theangrycoder


Guest


I was told by the Support guys that I need to include VC++ runtime in my installer before I can use MAPI Store Accessor. I tried to add one but I am confused since there are many types of merge modules available to add in VS Installer. For example

Microsoft_VC80_ATL_x86.msm
Microsoft_VC80_CRT_x86.msm
Microsoft_VC80_DebugCRT_x86.msm
Microsoft_VC80_DebugMFC_x86.msm
Microsoft_VC80_DebugOpenMP_x86.msm
Microsoft_VC80_MFC_x86.msm
Microsoft_VC80_MFCLOC_x86.msm
Microsoft_VC80_OpenMP_x86.msm

and some start with policy_8_0 in the file name.

I am not sure which one is the correct one to use. Can someone help me please?

thanks,
Sameers
Posted 26 Feb, 2009 09:06:43 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Sameers.

Do you see these modules in the Prerequisites dialog of the setup project?
Posted 26 Feb, 2009 09:56:19 Top
theangrycoder


Guest


I see these modules When I click on add merge module in the Visual Studio .NET 2005 Setup project. They ship by default with VS .NET I believe.

thanks,
Sameers
Posted 27 Feb, 2009 14:54:11 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Sameers.

You need to add the VC++ runtime listed in the Prerequisites dialog of the setup project.
Posted 27 Feb, 2009 16:20:35 Top
theangrycoder


Guest


thanks, that worked.

Thank you for your support.
Posted 28 Feb, 2009 03:00:56 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Sameers.

You are welcome.
Posted 02 Mar, 2009 10:13:35 Top