Re: Modifying list on left in Installer made w/ PackageMaker
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=N/FHVoMVvXYk5NLjubwz4vHPESj8jpaVYe5Ro7bjDk0=; b=dvapskZYDgWl4HUGngjG/VBMHV2D8nUwWSV3ry/DXoEqq3ziRizRZJGs+L1V3ROB3U VMb/Qg33LW59oUvMOAbWKc2gu8tC60quvhV36EF/1e5MNAuivHfynidpiJNbvtIDZMOq QKwOo3c1W6jTGfSyhVvyM2AMgvRyMqr13CC7c= 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=hXMwZcrWeDoSM0MisjiVJrJ/y1Cm5nfDaiwOBewv0iw75Ocn9OuuFYd+aEY9sswzzL jsYWbxAmVArrGY4qMjjUwoqkR9s0OC2MaJmQCsrhvp8zpFzBgdAY+bNjO/rHa43bl/xo p0GyKkasn2kxaFeTnR2EZdEvKtRhlArCx4I/w= On Oct 14, 2008, at 8:51 PM, development2 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/site_archiver%40lists.a... I need to be able to modify the the list on the left. Now I know I can do that with plugins and I have done that, but there are some in the list that I need to get rid of, but can't seem to find a way to remove them. Here is what I have, this list include my plugins. (Please don't beat me over this, I am trying to make an installer based on a Windows installer and they want it a certain way. i am lucky I even got them to agree to using PackageMaker) Now I am using plugins, because I have to show some custom UI elements and respond to user input. Introduction <-- This is from my Plugin, I thought the other Introduction would go away Welcome < -- This is another plugin Set Up Device <-- This is another plugin Summary Installation Destination Select Introduction Installation Type Now Summary, Installation, Destination Select, Introduction and Installation Type I would like to get rid of. We really have no need for these. I guess we could keep the Destination Select, but the rest we need to get rid of as we don't need them. Is there any way to get rid of these? Does anyone know how to do that? They really like what I have so far, but I need to get rid of those extra items in the list. AFAIK, you can't. You can try some tricks but this will result in issues and is not supported. If you want to have a UI that differs from the standard usual user experience, you might try writing a custom front-end using the Authentication Service and the installer command line tool. This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev