Installer Plugin API: Is this possible without hacking the Installer framework?
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:mime-version :content-transfer-encoding:message-id:content-type:to:from:subject :date:x-mailer; bh=+au/K+b2Me3J1Z1Mr6zfa4xKeYSlYzHYKe5d6WbVERs=; b=OXO5XtAXHHvB9nH5BKb8LId/3YPilc8uuDs6Ifc+Qka812oXadeIjUqhCmyvR1p04p YtdAqJZ9TcxVYc/HC8SNJI1se8DXF/IlH/uGhqqtBQP70Scojyxak/ZG+C/SoG6tcd7y 5qffVqiep0wLDic0v+AsBJVsNYDTNzswBHOSs= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:content-transfer-encoding:message-id:content-type:to :from:subject:date:x-mailer; b=KUVdqPLZGrowy4DhdrHnjmO171dqTF5OBMfDOJKG1lmFK5Xg5GzN+jh8pAitLrZKeb yDaW2B7XnYAZNno1DgT0UGrK95Ymdeq0MZ7A8P/dfeAMzGmBklC0r5uWpsYeMAItCDmK y/p7Ma/Wof7ymr+6tEgVjzgjnsujfYQjHhDxU= Example: -------- I have an Installer plugin which creates some temporary files. If I do this: 1. run my Installer plugin step 2. move to the Installation Type step and show the custom install list => The choices are correctly selected or not. 3. move back to my Installer plugin step, make some changes. => The choices are not correctly selected. 5. Switch between custom and standard install mode. => The choices are correctly selected. Tested on Snow Leopard 10.6.2. _______________________________________________ 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... Is it possible using the standard Installer Plugin API to force the choices states to be recomputed? Some choices are selected or not depending on the existence of these files. 4. move to the Installation Type step (the custom install list is already visible) So either this is a bug (always a possibility), the designed behavior (the other name for a bug according to BugReporter) or really the designed behavior. In the 3rd case, it would be nice to have a method in the Installer Plugin SDK to force the choices to be recomputed because their dependencies could be different after visiting an Installer Plugin step. This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev