Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm trying to understand how to fix my Mac package developed in Packagemaker (that comes with Xcode 2.4.1) to install on OS Lion 10.7 without requiring admin privileges when it is being run as a standard user. In 10.4, 10.5, 10.6, I was able to install this package as a standard user without admin privileges. The contents of the package are installed into the user's home folder, so no additional privileges should be required.

Does anyone know how to do this? Or why the package would now require root permissions?

Or does anyone know if there are new restrictions in OS Lion that all installations require administrative privileges short of having an app bundle package that you just drag the app bundle to your home folder?

I looked on developer.apple.com, but haven't been able to find any information.

Brian

share|improve this question
5  
Why not try it with a more recent version of the Developer Tools? Xcode 2.4.1 is positively ancient. PackageMaker 3.0.x can definitely create packages that don't need Admin privileges. There is a checkbox for this on the per-package Configuration tab. – Fnord Nov 3 '11 at 17:06
Frankly, I'm amazed Xcode 2.4.1 runs at all on Lion. – ipmcc Feb 10 at 17:27

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.