• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to skip 'destination select' step in Iceberg installer?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to skip 'destination select' step in Iceberg installer?


  • Subject: Re: How to skip 'destination select' step in Iceberg installer?
  • From: Greg Neagle <email@hidden>
  • Date: Tue, 8 Sep 2009 16:36:01 -0700

Would it not be better to figure out why the Installer thinks a newer version is already installed? Perhaps the version in the older package is the sam or higher than in the package to be installed?

-Greg

On Sep 8, 2009, at 3:51 PM, Iceberg-Dev wrote:


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.

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?

You can't prevent this whatever software you use to build the package.

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.


_______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden

_______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >How to skip 'destination select' step in Iceberg installer? (From: FalgupanchalD FalgupanchalD <email@hidden>)
 >Re: How to skip 'destination select' step in Iceberg installer? (From: Iceberg-Dev <email@hidden>)

  • Prev by Date: Re: Meta Package in 10.5 to support 10.3 problem
  • Next by Date: Re: Problems packaging a Java app
  • Previous by thread: Re: How to skip 'destination select' step in Iceberg installer?
  • Next by thread: RE: clarification re: Mac OS X standard directories inside a component's hierarchy
  • Index(es):
    • Date
    • Thread