Hi Rick,
Quick question. All the DLL files used for Client Tools are installed (for example by INNO). Is it possible and OK to just replace the DLL files on client machines to upgrade to the latest version?
Paul Weisberg White Mountain Software

No not safely. It may or may not work. The DLLs are matched to the PRG files, but although the co-relations don't change often they do change from time to time.
+++ Rick ---
OK fair, thank you. What is the recommended way to update client machines? Or maybe you already have documentation you could point me to? Thanks.
You only update the DLLs. And your code gets recompiled against the updated library files so you update your deployed EXE.
West Wind Client Tools: Updating from a previous version
+++ Rick ---