Is it possible for a Windows application to download and install a new version of itself without the use of a Windows Service
?
How would this work when using MSI
based installations?
If the app checked periodically for a new version, eg. once per day, could the new MSI
be downloaded and then installed automatically so that it replaced the existing version of the app?