Re: Installer with per-machine and per-user selection
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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to :x-mailer; bh=HT0Kaau6ubMx14sGk0yQhVWTZ3C2ZXyVPMMEjEbLCwA=; b=x5DaOVo6+EGSNCFf9N0TReQuZ0KigHJ668tYc7YVcKP2XHeU8W+gSTGRcmuVvv3c39 D4jq4ewBPuQcBo7adO1vINGd/OGuKxk0jymt2/kVWAop7R0qy6pJKlGjEJX6lwPFdEih YsShsdPMznA/LCXFQEGjVyBkp8WZ7vDSjlswk= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=kimfkAIT4JtH5yCuJ1/p2YOhP9IWMQyUAH0LaFFNdRmQel3MENrBVq9FCNtKw2luZK 4Korbpm0DweclQbuD88Cry6KJwvhfIGCIfpkWAoRIEK30wEoWPKNGDuDf3o3HIpIxPgw FBk0Pk4KAv4S82E0xqrjTmLDui0GrxdAv4TlI=
Stephane Sudre <dev.iceberg@gmail.com> wrote:
On Wed, Feb 2, 2011 at 12:27 PM, Rustam Muginov <rmuginov@gmail.com> wrote:
Hello all. I am trying to create an installer, using PackageMaker, which would allow some items to be installed either into /Library or into ~/Library folder. I can build such installer, it does allow me to select between "all users" and "only current user", but it does require administrator password for both installations. If i remove "admin authorization", when the installation to the /Library would fail. Is it possible to get rid from the redundant password request while installing to "~/Library" but ask for password while installing to "/Library"?
No, it's not possible
Isn't it possible for the pkg to install into /tmp/librarystuff and then use a postflight loop script to copy into existing ~/Library as well as the User Template (for future users)? That's how we deploy stuff that goes to all users on the Mac. Don _______________________________________________ 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
Don Montalvo