[Qt-interest] QT Application update module
Arnold Krille
arnold at arnoldarts.de
Tue Aug 25 11:47:47 CEST 2009
Hi,
On Tuesday 25 August 2009 10:23:55 Puneet Bisht wrote:
> Thanks scott,
> Actually i am installing my app by a dmg installer on users machine.
> when user double clicks on that dmg he/she can drop the myApp.app into
> Application folder.
If your app is already installed by the systems way of installing things[TM],
it is a bad idea to overwrite these files with your own ones. It will confuse
the package-management and therefor confuse the user. Worst case is that the
system becomes impossible to update system-wide. I don't think you want your
app to be the reason for such a thing...
> Now the problem is externel updater application . should i install this
> updater into user machine .if yes than where(i.e location)
I believe your reason of auto-updating your app is to let the users always
have the latest version. But to deal with this from the app-developers side is
both complicated and time-consuming (at least on linux and unix, which mac osx
is). A better solution would be to work closely with the packagers and let
them do the necessary things. They know about dependencies and version
conflicts and updating rules...
If you still want your app to update itself, you should really use the
platforms deployment tools to do so. This has the benefit that is already
provides the external updater-app you would otherwise have to write your own.
Have a nice day,
Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090825/0812a7a5/attachment.bin
More information about the Qt-interest-old
mailing list