Is ClickOnce still the way to go for Windows Forms application deployment?
问题 Is ClickOnce still the way to go for Windows Forms application deployment? I've just been looking for books that cover ClickOnce deployment and there don't seem to be many at all out there, and the ones that are are a few years old(?). Additional notes re what I'm doing: An executable and one database file (SQLite) Database (SQLite) will need to be updated sometimes by the application (e.g. add table, add column) Database data (which is just a file for SQLite) needs to remain across upgrades