Forum Navigation
Autoupdate for Excel Add-ins
#1 · January 14, 2021, 9:28 am
--
Enrico Rossini
https://www.puresourcecode.com
All technologies, only pure source code
Quote from Enrico on January 14, 2021, 9:28 amI have created an Excel add-ins and created a .msi for the setup in Visual Studio and C#. In my organization, the installation requires an admin authorization and that the IT department installs manually in every machine the add-in.
I have to update frequently this plugin for different reasons such as bugs or new requests and IT can't allocate time for that.
Then, I'm looking for autoupdating the add-in in same way. I was thinking about ClickOnce but I'm not sure if it requires admin authorization to be updated.
Can you point me in the right direction please?
I have created an Excel add-ins and created a .msi for the setup in Visual Studio and C#. In my organization, the installation requires an admin authorization and that the IT department installs manually in every machine the add-in.
I have to update frequently this plugin for different reasons such as bugs or new requests and IT can't allocate time for that.
Then, I'm looking for autoupdating the add-in in same way. I was thinking about ClickOnce but I'm not sure if it requires admin authorization to be updated.
Can you point me in the right direction please?