I currently have a VSTO Excel addin which is installed via Installshield but was looking at using the ClickOnce installer (on the publishing tab) instead.
I've tested building it through ClickOnce and it does load in Excel. I'm slightly confused however as I have not specified the registry keys in order for excel to load the add in.
Is ClickOnce editing the registry or is it using a different mechanism to load the addin? Secondly, does installing an add in via ClickOnce require admin privileges?