[Installer Plugin] Sample code
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=QlyFkNjofZjxBQ2UQ3xhv28YHo2fXQwhR6h3yE1KYGQ=; b=rkhZuWimPGqofVGy+NuB3gcJZAobMB12HBi1xi9DB1tkpVDsjRriB6ZgJyupU05B+5 juogbZJJRvWTfH8sBwPnf+uZz38ZsTCAmgiv6/9VVAkKZOPUfRUD3kfCjQsFwS9GTyvS OeafZoJsqkHdvUYIsW+rSwq9SAZGi/u/GsLqE= 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=N01JuPAuqzow6TO48Vd2X5FK+tvHTLe4OKA+x0VZcpMuZqnzsk9Cbd0zny8aA6idbu uGrlPDlR5ShUqt0P8x1A1QHQVtFwXuje8JwQrC+YEOSRWpHvdZUdPf6J2lyZQwpbrSun IOwVKtecfzwDRyL5QfV/yZSTxB6442DmCNim0= http://s.sudre.free.fr/files/EULA_Plugin.zip It shows how to: - add Print and Save buttons. - dynamically localize a UI It uses the JRSwizzle from Jonathan 'Wolf' Rentzsch (MIT License). Hope it can 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... At the URL above, you can find a project to build a custom Installer Plugin to display an End User License Agreement. It works like the default License step. The point being that if you need to display more than one EULA, you need a plugin. It's not 100% complete yet, it currently lacks the implementation for the Print… and Save… button but it might still prove useful as is. The source code is available under BSD license unless stated otherwise in the code. It has been tested on Mac OS X 10.4 (PowerPC) and Mac OS X 10.6 (x86_64). This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev