Re: Runing GUIs from external code binaries
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com On mardi, mars 27, 2007, at 08:45 AM, Mike wrote: 2 solutions: _______________________________________________ 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 to use .nib files in external code binaries executed by the preinstall or postinstall executables at runtime in the installer? Yes. With the restrictions that if you have GUI elements in your nib (Windows), they won't work if the installation is run with the installer command line and probably ARD. If so how does one package these bundles with the .nib files in them? o your external code is a bundled application. You can invoke it with open. o you create a bundle for the resources and use this bundle as the reference when you need to load your nib files. Can the .nibs be placed in the built .pkg or .mpkg's /Resources/ .lproj directories and have the installer automatically find them at runtime when an external executable is run or do they need to be loaded manually from the external executable? You need to load them manually since this would not be the same bundle and your executable has no way to discover this by itself. This email sent to site_archiver@lists.apple.com
participants (1)
-
Stéphane Sudre