I am developing an Excel XLL Add-In using Excel-DNA and C#. The Add-In is called MyAddIn.xll. The Add-In has been saved to the users local machines, and it has been installed/added to Excel by the following procedure:
Excel Options --> Add-Ins --> Manage Excel Add-Ins --> and then adding MyAddIn.xll.
I now want to push out an update of MyAddIn.xll to all my users. I am using a deploy tool such as Salt. However, it seems like this require Excel to be closed on the users machines.
Is there a way that I can push the new xll to the users machines, when they have Excel opened, and letting the change take place when they restart Excel?
Thanks!