comaddin

Excel COM add is not loading during startup and have to add it manually

☆樱花仙子☆ 提交于 2020-04-11 08:11:00
问题 Excel COM addin is not loading during starting up and each time I have to add it manually. After checking the File > OPtions > Add-ins > Manage -> COM addins , I see that the 'add in' is in 'Unloaded' state. Not sure how to make it automatically load at startup. 回答1: Here's what fixed the issue for me. Steps: Start > type 'regedit' Navigate to HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins Then change the value of loadBehaviour to 3 for HyperionComAddin. As shown below. Just to

Excel COM add is not loading during startup and have to add it manually

為{幸葍}努か 提交于 2020-04-11 08:07:28
问题 Excel COM addin is not loading during starting up and each time I have to add it manually. After checking the File > OPtions > Add-ins > Manage -> COM addins , I see that the 'add in' is in 'Unloaded' state. Not sure how to make it automatically load at startup. 回答1: Here's what fixed the issue for me. Steps: Start > type 'regedit' Navigate to HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins Then change the value of loadBehaviour to 3 for HyperionComAddin. As shown below. Just to

Outlook.Store.GetDefaultFolder Outlook is creating strange folders in a new .pst file

懵懂的女人 提交于 2020-02-02 16:29:11
问题 After creating a new .pst file only 2 folders are created with the new Outlook.Store(.pst). Example 1: After you close Outlook and reopen it, several folders are created. Some are standard folders, such as Recycle Bin, RSSFeed, and more. But some are strange and have strange names (with strange characters). Example 2: When I was debugging the routine of my COM Addin I have identified that in Addin's 'Startup' event, there is a code that checks the default folders of the Outlook.Store. The

How it is correctly to implement IDTExtensibility2 interface for Office COM Add-In?

与世无争的帅哥 提交于 2020-01-13 12:10:14
问题 I am implementing COM Add-In for Outlook. I use IDTExtensibility2. I am not sure whether this is the best way of doing COM Add-Ins but I cannot change that. This interface defines five methods: OnConnection, OnStartupComplete, OnAddInsUpdate, OnBeginShutdown, OnDisconnection. I need to perform the following operations: Load configuration data from file Load registry data Start new session Create *.pst file Subscribe to Explorer events Connect to Internet Server to get some data Create menu

Ribbon tab exists even after uninstalling PowerPoint Add-in

∥☆過路亽.° 提交于 2020-01-03 05:57:13
问题 I have created an application level Add-in for PowerPoint 2010/2013 using C# VSTO. The add-in is installed from msi installer file. The problem is that after I uninstall the add-in from the control panel and open a new PowerPoint presentation, the ribbon tab is still visible with all the functionalities correctly working. To remove the tab I have to do either of the following two things: Remove the add-in from the COM Add-ins list from the PowerPoint Developer tab. End the running instance of

What do I do when launching an application triggers repeating, endless Windows Installer self-repair?

℡╲_俬逩灬. 提交于 2019-12-27 10:56:41
问题 Windows Installer self-repair can cause problems for both developers , system administrators and end users . Finding the solution can be difficult if you have limited MSI experience. This is a Q&A-style answer intended as a check list for solving self-repair problems . Here are a few common problem scenarios: Repeated Windows Installer self-repair might occur whenever you launch an application on your workstation. How can this be fixed, or how can components be disabled so it never occurs

COM Add-in not going away in word 2007

倖福魔咒の 提交于 2019-12-25 03:54:18
问题 So ive got two different COM addins, one for word 2k3 and one for 2k7. word 2k3 works like a charm everytime, no issues etc...but now when I open word 2k7, the buttons from 2k3 appear in my 2k7 ribbon. This still happens even after I disable my addin or clean my project...i've tried everything, including deleting all dlls for my 2k3 addin but the problem still persists... any suggestions on what the problem is? cheers 回答1: If you make a point of configuring those buttons in a template OTHER

COM Add-in not going away in word 2007

一个人想着一个人 提交于 2019-12-25 03:54:12
问题 So ive got two different COM addins, one for word 2k3 and one for 2k7. word 2k3 works like a charm everytime, no issues etc...but now when I open word 2k7, the buttons from 2k3 appear in my 2k7 ribbon. This still happens even after I disable my addin or clean my project...i've tried everything, including deleting all dlls for my 2k3 addin but the problem still persists... any suggestions on what the problem is? cheers 回答1: If you make a point of configuring those buttons in a template OTHER

COMAddIns how to turn them on/off programmatically in Office Word 2003

纵饮孤独 提交于 2019-12-24 06:42:36
问题 I need to be able to turn off a COM add-in in Office Word 2003 but still keep it in the COMAddIn list (just not enabled). I have found the COMAddIn.Connect flag and I set it to false to try and turn if off but it seems to completely remove it from Office Word and I have to re-install the program to get it back again (seems to turn off the registry keys). So My question is how do you turn off an Office Word 2003 COMAddIn without completely removing it from Word itself? Also note that I'm using

How to create InstallShield Setup of VSTO (COM) Addin for Excel using Installshield 2008

走远了吗. 提交于 2019-12-14 04:17:43
问题 I have created a com addIn in Visual Studio Tools for Office (VSTO) for Excel 2010 and I want to create a single exe setup file for end user. I have googled this issue but all I can find are the solutions using Visual studio. I want to create setup with Installshield program. 回答1: The process is described here in details for InstallShield Limited Edition (it should be very similar to Installshield 2008). It is a standard installation procedure except for 2 important points : You must ensure