Re: Installer-dev Digest, Vol 63, Issue 9
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=n9ILVlgx5g1Pxgag0NtwwYAkMDESzGnUw9TOmU0It94=; b=MAWAt8YmpMEAKjb1QtU4LKdfG2cyIR/4BJIrAxjT8yK0eoY6DLEmOh/xQ8mPr1Ynp7 aE7nqPAuqLGqdeHuVLp0bXJx2K+gE3ugEBJ4xLFpaVx1ArgMWJa1jbJbO3Jax0338fNR RCNRq/lrbRhRx5YvWSuC/2B4LhDDdhzf95btk= 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=mrPwenQo8i84VEa1sgYtjHEFTbCYwcCZiE+HjvzBJ8chX8h9G4B8Ji0Huxsa54vBOx 47t6IrX7RFuzUbZDy803LZOXKH7g/JrFd6Ox49R4x3SwJR4h+MVjVc3epsUUvzRR0mEv iX1urh2OMFPrJIG5FlhrgfJ4qBn09I1hbGQ98= On Nov 12, 2009, at 9:57 PM, Eugen M. wrote: Hi Doru, My $0.014 _______________________________________________ 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... 1. So much as I know, there no way to do such a change (disabling), by using a function or script, in a normal way. Just if you are the developer from the application. 2. In fact, what you are asking for is to make a change/ modification in the Installer.app which came as a default application on every Mac OS X. 3. You can make this change, first into your mac, by make some modification in the Installer.app, using the Interface Builder.app. 4. Once you made this change, you need to provide this with your future.pkg. 5. That means, the user will install on his Mac the new modification you made for the Installer.app to, when he will install your application to (but this is not recommended). 6. Bay doing this, you make a violation of the Apple Installer.app which is under the Apple Inc. License provided as it is. 7. The 'Back' button, in some situation, by providing a 'Restart' or 'Logout' after the installation, will appears there but will be inactive. Is that not enough to you? I'm not sure to understand how your suggestion would work because you are suggesting to modify Installer.app and include it in the .pkg you install. If you do this, this does not solve the issue since your package is being installed by an unmodified version of Installer.app. Without violating anything or anyone, you can "just" use an Installer plugin (which VMware already uses for the License Key AFAIK) and modify the controller for the Summary pane through code swizzling or a category. This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev