P
pkelley
I've made an Outlook 2007 Add-In using Visual Studio 2005, C#, and VSTO SE.
My Add-In uses a FormRegion that is displayed when the user presses my
button in the "Show" area of the Ribbon UI for AppointmentItem. In the
developer environment, this works perfectly!
My intention is to have a "setup.exe" that is executed by each user on their
machine.
I followed the instructions found here to create my "setup.exe":
http://msdn.microsoft.com/en-us/library/bb332051.aspx
I executed my "setup.exe" on a test machine running Outlook 2007, and there
were NO errors during install. So far, so good.
I ran the test machine's Outlook 2007, and selected "New Appointment", but
my FormRegion (with it's corresponding button in "Show") was not there.
I then successfully ran "Add/Remove Programs" and uninstalled my Outlook
2007 AddIn from the test machine. That worked just fine.
So here's what I need to know: THE STEPS - What are THE STEPS to include my
FormRegion (i.e. custom form) into my "setup.exe" using Visual Studio 2005
and VSTO SE?
I've followed a lot of links on "www.outlookcode.com" and other web-sites,
but the exact steps still elude me.
My Add-In uses a FormRegion that is displayed when the user presses my
button in the "Show" area of the Ribbon UI for AppointmentItem. In the
developer environment, this works perfectly!
My intention is to have a "setup.exe" that is executed by each user on their
machine.
I followed the instructions found here to create my "setup.exe":
http://msdn.microsoft.com/en-us/library/bb332051.aspx
I executed my "setup.exe" on a test machine running Outlook 2007, and there
were NO errors during install. So far, so good.
I ran the test machine's Outlook 2007, and selected "New Appointment", but
my FormRegion (with it's corresponding button in "Show") was not there.
I then successfully ran "Add/Remove Programs" and uninstalled my Outlook
2007 AddIn from the test machine. That worked just fine.
So here's what I need to know: THE STEPS - What are THE STEPS to include my
FormRegion (i.e. custom form) into my "setup.exe" using Visual Studio 2005
and VSTO SE?
I've followed a lot of links on "www.outlookcode.com" and other web-sites,
but the exact steps still elude me.