Re: Installer versions and revert consent
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=kam2D1BlFs8qH58bihE8s7+7BSgSBJJTakaRhWvVADk=; b=Yeu3lqi2SYY3wRhN/R8Is0qz8xS9lYIY0Upq4ReeCdJLO3sC9djvB7Vb2XxV/5ELc9 R9d1NYfHqjdK5+76/MfKdT6w2SXjz6vW7g6bA63Onj5SF48o4JE9SYP82ZEzLfIxdPV5 lN68P731cXNsov1XoaMO5uBTeym+1cMNBf50Y= Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=R7VVICmOXXeNDrkT1Qgxr8P/0dYdb2DFldY2Aj77qSH3rYqDN8qoqQZbQSvFNQrk0h 0JB3tH1mXS/fqIscC+KinibHH8OgDloR/2UNfdv9kNnL4I4fyiw+E8hpuKmbfJJSMBSF mB86PadXekYdZgiTe7oEkSaigk+4rtFFW/CpY= But what about the revert consent flag? Surely if that is not said and the installer version is less than the installed version, it shouldn't allow "upgrade"? On Mon, Jul 5, 2010 at 10:55 PM, Iceberg-Dev <dev.iceberg@gmail.com> wrote:
On Jul 5, 2010, at 5:32 PM, Jon Hodgson wrote:
What I need to know is..
Is that just how it works, basically ignoring the version info?
And, if not
What might be going wrong? Which version entry is the important one? What format does it have to be to work?
I would tend to believe that the wording here is not deeply connected to the real operation.
For instance, in some OS versions, when you're upgrading, the main button is labeled "Update" (IIRC). With recent versions, it's labeled "Install".
In the case you're describing the algorithm is probably as you wrote:
if there's never been a version of the package on disk then it's an install.
if there has been a version of the package, it's an upgrade.
_______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/jonhodgson.devlists%40g...
This email sent to jonhodgson.devlists@googlemail.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Jon Hodgson