Re: Password protection on Installer Package
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com On Sep 22, 2008, at 5:36 AM, Adil Saleem wrote: Hi, Thank You _______________________________________________ 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/dwatson%40mimvista.com -- David Watson Director of Software Development MIMvista Corp Direct: 216-455-0604 Toll-Free: 866-421-2536 www.mimvista.com _______________________________________________ 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... Not as far as I know, but what you can do is to put it inside an encrypted DMG. You can do this manually through Disk Utility, or do it from the command line: hdiutil create -passphrase "$PASSWORD" -srcfolder $SOURCEFOLDER - volname $"VOLNAME" -encryption AES-128 $OUTPUT Is it possible to put a password on the installer package ? So that only i can (or anybody who knows the password) can install using that package ? I have PackageMaker 3.0.2 This email sent to dwatson@mimvista.com This email sent to site_archiver@lists.apple.com
participants (1)
-
David Watson