The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
4 views

Mac installer package - how to optionally install to multiple locations

I am trying to create a Mac installer package with pkgbuild and productbuild that installs 1 package to 4 locations optionally, depending on the result of the installer options laid out in the ...
0
votes
1answer
28 views

disable “Change Install Location…” button in installer created using productbuild

I want to disable "Change Install Location..." button (screenshot below) in installer. I am trying to create the installer using pkgbuild and productbuild on macOSX 10.8. First, I am creating two .pkg ...
0
votes
0answers
17 views

Making OS X web Installer Packages

I have an installer implemented with "Packages" which contains the payload and after running some plugins and a post install script it successfully installs the product. The same package bundle is ...
0
votes
2answers
64 views

pkgbuild postinstall script causes “Installation failed” on others' Macs

I have an issue in my custom installer that occurs when I append a postinstall script to the pkg. On my computer the installation works just fine, but on other users' systems the .app is installed but ...
0
votes
1answer
185 views

How to run a postflight script using pkgbuild and productbuild on Mac building an installation package

I want to build an installation package for Mac OS X that contains 4 sub packages. The sub packages are build with pkgbuild. The final package is build with productbuild using a Distribution.xml for ...
0
votes
0answers
50 views

Using OS X product build for uninstaller

I have my product installer working nicely using pkgbuild and productbuild. However, now I am trying to figure out how to make my installer also function as an uninstaller. I am able to display an ...
0
votes
0answers
121 views

How to use pkgbuild to create a kext installer from within Xcode

I understand PackageMaker is now depreciated. And now supposed to use pkgbuild/productbuild. However i cant seem to find a proper example for creating a installer for a kext. I was hoping to build ...
1
vote
1answer
136 views

How do I disable selection of an alternate volume in my OS X installer package?

I'm putting together an installer package for OS X, and I can't figure out how to disable the screen that asks the user which volume to install to. I want it to install to / without prompting. Here's ...
0
votes
1answer
136 views

Unknown error when creating packages with pkgbuild

I followed several tutorials-which all appeared to say the same thing-on how to create deployable flat-packages (.pkg) using the OS X system provided pkgbuild tool. The packages was always generated ...
1
vote
1answer
322 views

How do you specify a default install location to $HOME with pkgbuild?

I'm in the process of porting our installer from PackageMaker to pkgbuild and am trying to make the default install location be the current user's home directory and still allow the user to install ...
5
votes
3answers
2k views

Porting PackageMaker command line build installer to pkgbuild

I've been attempting to port a Mac PackageMaker command line build to pkgbuild and productbuild but I'm stuck. Unfortunately I haven't found much of anything documenting how these new programs work ...
39
votes
2answers
15k views

Making OS X Installer Packages like a Pro - Xcode4 Developer ID Mountain Lion ready pkg

Note: This is for OS X Installer packages only, packages for submission to the Mac App Store follow different rules. Because of Mountain Lions Gatekeeper I finally had to take my PackageMaker build ...