Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
AlexFielder
in reply to: Majjek

Back in the day, it was possible (using Visual Studio) to "publish" an executable to a shared network location. You'll still see this on certain Windows applications; Google Chrome can do this (depending on where the installer originates).

 

I've built most of my installers using Innosetup - which is free and relatively simple to get going with; although I've never found an "update" mechanism that works aside from emailing my fellow users on the head and saying "there's an updated installer for {addinNameHere} available at {path}"

 

I would love to hear other's suggestions though.