NewsArchive
03-24-2008, 04:27 AM
I have decided to gradually change my method if updating as my applications
tend to change quite a lot regularly. So i am now going to start developing
one installer that anyone can download. it will act as a full install for
new contacts, a main install for new clients and an upgrade for existing
clients. I will do this by detecting a registry key.
However I would like to keep the web update ****ogy in that the program
checks every x days by comparing the version on the server with the registry
version. Can I just have web update check that server file and then download
the main installer? In other words, rather than send individual files to the
server and have web update install those, I just want it to download the
main exe again.
That way my installer never has to change other than adding the new files
and some internal conditions if a version already exists.
Of course I might still continue with my current methods it does seem
somewhat silly to load the upgrade with all the C6 and 3rd party dll's that
may not need replacing but am trying to balance ease of maintenance of the
installers with size of download etc.
I hope this makes sense.
TIA
John Fligg
tend to change quite a lot regularly. So i am now going to start developing
one installer that anyone can download. it will act as a full install for
new contacts, a main install for new clients and an upgrade for existing
clients. I will do this by detecting a registry key.
However I would like to keep the web update ****ogy in that the program
checks every x days by comparing the version on the server with the registry
version. Can I just have web update check that server file and then download
the main installer? In other words, rather than send individual files to the
server and have web update install those, I just want it to download the
main exe again.
That way my installer never has to change other than adding the new files
and some internal conditions if a version already exists.
Of course I might still continue with my current methods it does seem
somewhat silly to load the upgrade with all the C6 and 3rd party dll's that
may not need replacing but am trying to balance ease of maintenance of the
installers with size of download etc.
I hope this makes sense.
TIA
John Fligg