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:in-reply-to:references :mime-version:content-type:message-id:cc:content-transfer-encoding :from:subject:date:to:x-mailer; bh=YExBnxdE8UdVX58C0HJSkQJB1iThbZMC43BMWv/BPcA=; b=GLIP1QNZuxNDDc5d6Nzkz0i96bsMt+N1/d1MCrg+z8yHE0BpvkoZVCEjxxGY8h2iWW ZfFVgLThMLK3JxwExobtEjwPPYkDpPJwcKBvU2KRkt8I4xJrisdJyaAQEhjop5tcsmk7 Bukj3QGzZpWKG7L8AYyxqomRUX7zoy9l8+wj0= 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=iBrfdejbWXiJDWutJYu/kszmR9p5xbvIm12Zitstjbn9QQXSToU5wbueEc4v/d+99z pySvNyaU4w79RXtFp5Kjyv5gOC8tqVxGAcNtO+dUO4l7EyqFU9EB4kIFZ4RM1RL9Onwz BdfWHwJLYv2vkgnhI9prvQ4pAe6xixCCKUwB4= On Dec 19, 2008, at 10:36 PM, Craig Schamp wrote: On Thu, Oct 2, 2008 at 4:20 PM, Bill Coderre <bc@apple.com> wrote: 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? They can be in 2 locations: - in the Package itself. I tend to remember PackageMaker favors the second solution. My $0.02 _______________________________________________ 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... 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. - in the distribution script (that is if you're ending up with a FLAT metapackage) This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev