site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=F50osZ14mMXIG/8238RbXWKDzOuIAUi6YZ0+G85ZFGgJWA45s3aoDaW+s5BTlkteWt7N2Wc6PiC8ttl97+y248pOP+galycJYab1BFunfa5mPoUSU8XKydllOiU5wHDpVTGVSAOdVLv0anxPt9NN9OR0gNQxHRwJo4g5WFi2/+M= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=fYRPx6ugKEkdvKPQF1h2Kt71wo4RcfD406sBMdLUpqRUFRU8FTTwEJ1M2h3wK9prCfJofvKQxNee3ZDVW5zJW36livU1/Wj0XvAyHu35By9wlxNS5chZtk+tfRhKqiZBSVsHspUtORmdd6Jw8Sy7DEdkQHovBecZgtj0iQ0e3gE= On May 7, 2007, at 6:58 PM, Patrick M wrote: Thanks in advance for any help. _______________________________________________ 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 think "Remove Compressed Data" from the File menu in Vise (and then Save) reduces the size of the vct file before check-in, but the makers of Vise would be a better source for that information -- http://www.mindvision.com/support.asp. You should consider switching to Apple Installer packages to avoid the problem in the first place, not to mention other benefits. If you don't know where to begin, starting with Iceberg (http:// s.sudre.free.fr/Software/Iceberg.html) is a good way to learn Apple Installer packages. I have an installer created using Vise X (2.0) (for Mac OS X) as an "Application bundle". The problem is that the "archive" literally archives every file that goes into the installer. We track the "*.cvt" file with source control software, and each time we change just a setting in the installer, we need to check in a multi megabyte file because the project file (*.cvt) contains the data as well!!! Is there any way to disable this? I don't want the *.cvt files to have the data embedded into it. Each check-in requires storing a new huge file because of an option change. I have played around with the options, and the CD-installer seems the closest I could get, it does not store the data in the cvt file, but I would also like the installer to be self contained, a single bundle that does it all, rather than the installer, and data in parallel to it. For distribution, it is easier to distribute one bundle than a bundle and a data file tree. I realize that on CD, this is not a problem, hence why it is close to a solution but not quite. I can't imagine why anyone would want a project file to include data as well. That is akin to my XCode project file having all the source embedded into it. Am I the only one that thinks this is completely useless? Is version 3.2 better in this regard? This email sent to site_archiver@lists.apple.com
participants (1)
-
Gary Pederson