I'll explain here what I have done and I will be really grateful if someone helps me. I've seen there are some posts about this problem, but I want to know if I made some mistakes.
I developed add-in for Outlook 2007 (.NET Framework 3.5) using VS2008 and C#. When I finished, in Solution Explorer, right-click on "Solution(my project)" and clicked on Add New Project->Other Project Types->Setup and Deployment->Setup Project.
In this new project I have tab File System with 3 folders:
- Application folder
- User's desktop
- User's program menu
I clicked right click on Application folder->Add->Project Output---> Primary output (My Project)
After all this, in the Debug folder of added setup project there are setup.exe and MyProject.msi files, but when I install it on other computer, there's no add-in installed in Microsoft Outlook :(
What I did wrong??