Re: Turning off relocation (a hack solution to a PackageMaker bug)
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:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=s5q0jHZvPXUzQ39cEua6/bRzJTFYKir753rGAuXoaGY=; b=xr3Pyt/nuOSND/rowZD6eNy4PmWFOsnPhbSoPTE+ALb9yGFrq56Vjc3BuVu6rnXEzr K5mmNyRKRMVC3Q8wifhBsvaBGv7T0+zHa29nNmwM9Lm8NsJHw/H5/86kn9aF5gUCxNpA VM45cbEQNOU0thGhgrAKauXmIYmD4hqWmT2EM= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=rrK+Od+mpaodA7wtGumZQZ9HhzoEOGn4/OrGS8nIvH3BJwHYjP6iPQSvF7b9gy0+XK MV4BXP4Qa7PCR5zgdconebH5mfECsphI6H4nKyOl3fkmOfSXpJ8tUPB/gRJ3Nu27uPUm HpM3mqgfMnM6tpJBSWRuCAZQDAezKGLolhS3s= On Thu, Oct 2, 2008 at 4:20 PM, Bill Coderre <bc@apple.com> wrote:
Installer has a Locator, which uses TokenDefinifitions to automatically find, say, an app that the user has dragged out of its original spot. There's also a "relocation" flag that allows the user, during installation, to decide where to install, say, the many gigs of Jam Pack Loops. My previous solution solved this second problem, so we need to solve the first one, also. So, to turn off LOCATOR: In a FLAT package, you need to get rid of the <relocate> and <locator> tokens from the PackageInfo file, which is an XML file in disguise.
I'm trying to remove the "locator" and "relocate" options in a flat package created with PackageMaker 3.0.3, and although I see the LOCATOR feature in action (a trashed copy of my app gets updated *in the trash* by the installer), I can't see the "locator" and "relocate" options in any PackageInfo file in the package. What am I missing? - Craig Schamp Adobe Systems _______________________________________________ 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)
-
Craig Schamp