Posts Tagged ‘Deployment’
Andrei Smolin | August 13th, 2010
In one of my previous lives, I was a VBA and VB6 developer: ReDim, InStr, Msgbox, If Not Obj Is Nothing and other ugly things were part of that nice life. Now I live another life and have both VB.NET and C# experience gradually shifting to C#. If you are a late wayfarer on the […]...
Read the rest of this entry →
.NET, COM add-ins, Deployment, Office, PIAs, VB.NET, VBA |
1 Comment
Ty Anderson | May 26th, 2010
The 2010 version of Add-in Express for Office and .NET will be released soon. As you might expect, the upcoming release will support the significant new features included with Office 2010 while also supporting previous versions of Office (all the way back to Office 2000)...
Read the rest of this entry →
.NET, COM add-ins, Deployment, Office, Outlook, Ribbon, task panes, VB.NET, Visual Studio |
No Comments
As I mentioned in the first part of this series that highlighted the basics of Outlook Security Manager 2010 deployment for .NET, ActiveX and VCL, if your software uses the Outlook Security Manager component, you need to register one of the secman or osmax files depending on the Outlook version installed on a target PC...
Read the rest of this entry →
.NET, Delphi, Deployment, Outlook security |
No Comments
Two editions of Outlook Security Manager 2010, .net and ActiveX, support Microsoft Outlook 2010, 32-bit and 64-bit. In this series of articles I will try to cover all possible ways of how you can deploy your applications that use Outlook Security Manager, for all Outlook versions. In fact, deployment for Outlook 2000 – 2007 as well as Outlook 2010, 32-bit is practically the same, and only deploying for Outlook 2010, 64-bit has some peculiarities...
Read the rest of this entry →
.NET, Delphi, Deployment, Outlook security |
2 Comments
Sergey Grischenko | April 9th, 2010
Add-in Express provides two basic strategies for deploying its projects: publishing an application via the ClickOnce technology, or deploying it with a traditional setup using the Windows Installer. In case of ClickOnce deployment, your application is published to some centralized location, e.g. a network share, and the user installs it from that location...
Read the rest of this entry →
.NET, COM add-ins, Deployment, IE add-ons, Office, Visual Studio |
8 Comments