Re: Problems from command line with PackageMaker 3.0.2 and Allow Downgrade
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com On 28/08/2008, at 20:22 , John Gee wrote: -- John Gee, ADInstruments Programmers live in interesting times... _______________________________________________ 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 have now discovered that "Allow Downgrade" is not working from the command line, but does seem to work fine when built interactively using the PackageMaker application. I found a work-around for this particular issue, which is to turn on the Downgrades in a merged info file using "--info". <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd "> <plist version="1.0"> <dict> <key>IFPkgFlagAllowBackRev</key> <true/> </dict> </plist> (Now if I could also disable the relocation via the info file, would be pretty happy! I won't believe this is stable and working for a few days yet, the problems have been thick and fast.) This email sent to site_archiver@lists.apple.com
participants (1)
-
John Gee