Re: How to skip 'destination select' step in Iceberg installer?
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:in-reply-to:references :mime-version:content-type:message-id:cc:content-transfer-encoding :from:subject:date:to:x-mailer; bh=bUiNMRlZH1QtePA8RrLSrm15yYgeOKkNMGZb1aNhP1o=; b=ApZaPnMftCG7FlUcaHUsSK4mA1ygHxU0GfxgWQjimqPwduM55OIVPijFKBQ1fAqLc6 5dhQ7rixVNuZe6B7II6fkh8F8nt/TKZEweHzRQmAkZJU7kSFJKPxqE7PhVO/vJYyuH5S QhpanXKMA8mqiiPlw4EMUup359IWVktssa7CM= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:content-type:message-id:cc :content-transfer-encoding:from:subject:date:to:x-mailer; b=AIRBScH0jxVAzJ1Yo3Z1SspSRLaHKrNCNOCWr/YJb7D3HQFQ+S6wsTwiUSOTt+1oyB +ZNf23oHZEXBXro1G9Y4bAm4jUu8LvnkRxsn1oN51k7+8B7nyxHBw/Aze3cw4jYjSiCb vFyYH0wp07N1fHVKlPtpTTNvk0vAhQPKPYvek= On Sep 8, 2009, at 11:42 AM, FalgupanchalD FalgupanchalD wrote: How to skip 'destination select' step in Iceberg installer? Hi, I 've developed an installer setup for mac in Iceberg software. You can't prevent this whatever software you use to build the package. _______________________________________________ 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... I m facing a critical issue when any older version of my software is already installed and I try to install the newer one. It shows me the alert dialog on selecting the root volume- that 'the volume already contains the new software and this will replace the newer one with older one. do you like to continue?' This seems so irritating to the end user. so I would like to remove the 'destination select' dialog completely from my installer. Can anyone guide me how this can be possible? This is due to the fact that Installer.app (actually, probably the Installation framework since you can install packages with installer) keeps track of what was installed on your Mac. You would need to help it forget something has been installed. It is usually best to do this in the postflight script.
From Mac OS X 10.0 to 10.5, you can just get rid of the receipt in / Library/Receipts/ (or its home folder counter part). For Mac OS X 10.6, you would need to use the pkgutil tool and the -- forget option. This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev