Re: how to skip Destination Select?
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com On Sep 2, 2008, at 6:04 PM, George Shopov wrote: Hi guys, <options rootVolumeOnly="true"> _______________________________________________ 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 am trying to build an installer package that would install an application, a daemon plist and a preference pane in the root directory under Applications and Library folders; Also some scripts are included that will start the daemon; My question is, since I have fixed paths for the installation, how can I create a package that skips "Destination Select" step during install; I am using PackageMaker 3.0.2, building on 10.5.4 and targeting 10.4.x and 10.5.x; So far, I've tried different combinations of setting "System Volume" and "User home directory" checks, Easy/Custom Install, but none of these does the "desired" behavior; An example of the desired behavior is Apple's "Scripts Installer" <http://images.apple.com/applescript/uiscripting/ScriptsInstaller.zip> Any advice is appreciated. Thanks! What you're probably looking for is the rootVolumeOnly option. I don't think the domains feature is required. I don't remember right now if the rootVolumeOption is accessible in PackageMaker 3 (I tend to remember there's a bug related to it in PM3) but in the distribution script, it would look like this: This email sent to site_archiver@lists.apple.com
participants (1)
-
Stéphane Sudre