I am currently using ClickOnce to deploy the simple Outlook 2013 Add-in I developed.
It seems like it will generate a folder with 3 files inside. Users have to open the folder and run the setup.exe file, the popup windows will require users to click "install" to finish the installation steps.
Since I am fairly new to .Net framework, and my team asks me to find out a better solution when installing the add-in that users only need to click one file and get everything set up. Because we hope the users can only go through very simple process to set up the add-in.
Do you think is there any way that I can deploy my add-in to have only one file generated and users can click that to install without any windows pop up?
Many thanks.