Quick question here, I'm using Visual Studio to create an Outlook add-in. I've created the code and it boots up nicely in Outlook. Now to actually creating an installer.. This is what I've done so far, created a new installer project and added the files (dll and vsto) from the debug folder of the actual outlook project. But when I build it and run the installer, the default path selected is C:\Users\Me\AppData\Roaming\Default Company Name\My Project\
Seems like [AppDataFolder][Manufacturer]\[ProductName]
are variables. But how can I control them? I want the installer to install the files necessary in the correct locations. But I can't seem to figure out how to do that.