-Can someone help me create a setup project for an Excel add-in- I created the add-in via VS 2010 (Visual C# -> Office -> 2010 -> Excel 2010 Add-In) and now need to create a set-up file such that when the user installs it, the add-in is automatically loaded into Excel. This is what I tried: Creating a new Set-Up Project and adding "Project Output." That didn't work :'( I know the add-in itself works because everytime I build it gets successfully loaded. Please help!
euroazn
Posts
-
Can someone help me create a setup project for an Excel add-in -
How do I add VSTO as a prerequisite to my .NET setup?I have a .NET project (written in C#) that is a plug-in for Outlook. For this to work, I need VSTO installed on the machine. This is why I would like VSTO to be a prerequisite to my Setup, but it's not listed. Help, anyone? Thanks in advance.
-
How can I make a self updating application - specifically a plug-in - via C#?I don't think I can use ClickOnce (or can I?) because it's a plugin....
-
Detecting Button Clicks In OutlookSuppose I open up Outlook 2007. On the bottom left, there are four folder buttons: Mail, Calendar, Contacts, and Tasks. I will have a C# plug-in running and wondering if there is anyway to detect when the "Tasks" button is clicked. Thank you very much in advance!
-
How does one programatically arrange Outlook Tasks by category?Alright. In Outlook, if I want to arrange my tasks by categories, I can go View-Arrange By-Categories. My question is, is there anyway to do this programatically? Thanks a bundle