Can someone help me create a setup project for an Excel add-in
C#
1
Posts
1
Posters
0
Views
1
Watching
-
-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!