Re: version problems w/ Leopard installer
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Or, what I am doing wrong? Mike On Feb 4, 2008, at 9:27 PM, Michael C. Silva wrote: unfortunately, no. I just have Info.plist files that have: <key>CFBundleVersion</key> <string>222</string> On Feb 4, 2008, at 6:31 PM, Stéphane Sudre wrote: On Feb 4, 2008, at 7:15 PM, Michael C. Silva wrote: _______________________________________________ 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/msilva%40savantav.com _______________________________________________ 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/msilva%40savantav.com _______________________________________________ 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... After further investigation, it seems that the pmdoc xml's have a version hard-coded into them for each framework or app in my project. <component id="com.savantav.AVComponentXML" path="/Re\ lease/packageFS-Frameworks/component/avComponentXML.framework" version="14"/>< But when I build my code, I use a script to compile everything then I run the PackageMaker from the command line: /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/ PackageMaker --doc SingleInstaller.pmdoc --out foo.pkg the binaries have different version numbers, but PackageMaker seems to be inserting the one it has in its XML. So, how can I build a package from the command line that respects the actual version numbers of the frameworks & apps I have? We have a number of frameworks and apps that are loaded using a .pkg in Leopard. The first install of this code goes fine, but if we bump the revs of our apps and try to install again, I get lots of these in install.log: Feb 4 13:10:00 Michael-Silvas-MacBookPro Installer[35677]: / Applications/RacePointMedia/syncMonitor.app (version 10) was not installed because a newer version (221) already exists. [...] The thing is the new version I am trying to install is 222, but the installer reports version 10 (and 1 in one case). 10 does not exist in any of my info plists. Can anyone help? Would you have any of these funny version.plist files in your apps bundle? This email sent to msilva@savantav.com This email sent to msilva@savantav.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Michael C. Silva