productbuild Questions

3

Solved

My Java application has a launcher which is a .app and a helper app which is bundled with it. I am trying to make .pkg installer with a background image using the following commands: pkgbuild --r...
Sateen asked 9/10, 2013 at 22:24

1

Solved

I am trying to create a .pkg installer for a CLI on macOS (Monterey). I have come across pkgbuild and productbuild. They are already installed on my mac. Where can i read more about what these CLIs...
Applesauce asked 13/11, 2022 at 17:3

2

I need to make Mac OS app installer, which also installs other third-party package. When trying to add it via productbuild --synthesize, it tells "ThirdPartyPackage.pkg is a product archive, not a...
Forecourse asked 12/6, 2014 at 15:23

1

Solved

I'm using productbuild to create a .pkg installer for MacOS Mojave. I've read the schema reference for the Distribution.xml file. I am successfully using this to include a custom welcome. Therefore...
Endocardium asked 28/5, 2019 at 20:40

2

Solved

I have an OSX application built with Qt. It is codesigned, packaged up to fit macstore and has been approved by apple and it is ready for sale in the mac store. Though after installing it, it is i...
Crossbreed asked 19/4, 2016 at 4:16

5

Solved

Note: This is for OS X Installer packages only, packages for submission to the Mac App Store follow different rules. Because of Mountain Lion's Gatekeeper I finally had to take my PackageMaker bui...
Kokand asked 14/7, 2012 at 21:43

0

I use pkgbuild productbuild to build the installer. However, installing on OS X 10.12 Sierra, after installation is complete, I see the sheet "Do you want to move the installer to the Trash? T...

3

Solved

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 ....
Eskisehir asked 9/5, 2013 at 9:34

1

I am trying to create an installer for a Java app on Mac OS 10.8.4. The app runs fine, and I can install it without a hitch from a zip file. I can create a .pkg installer with either productbuild o...
Ist asked 23/8, 2013 at 3:28

1

Solved

I am trying to build a mac package installer from a script and I want to run postinstall and postflight scripts. My script for building the package looks like this: pkgbuild --root MyRoot/MyApp.ap...
Selfsame asked 14/11, 2013 at 13:12

1

Solved

I'm packaging my Mac app following this tutorial. The packages is generated in two steps: First I generate a temporary package with pkgbuild. It contains just the binaries pkgbuild --root ${ROO...
Elyot asked 3/10, 2013 at 10:10

1

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 dist...
Impedimenta asked 17/5, 2013 at 9:53

1

We currently build our mac installer as a pkg file using productbuild --component (as per the following post: Mac app store productbuild). This works wonderfully, but I also wish to add a license ...
Repurchase asked 14/8, 2012 at 13:34

0

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 ...
Wares asked 15/3, 2013 at 11:56

1

Solved

I've got a project that relies on the now deprecated PackageMaker tool to create an installer for OS X. I'm working on updating it to use pkgbuild and productbuild. I'm trying to add a custom backg...
Impunity asked 20/12, 2012 at 0:26

2

Solved

Apple's document on submitting an app to the Mac App store contains this example use of the command productbuild, from in /Developer/usr/bin/. productbuild \ --component build/Release/Sample.app /...
Alumroot asked 7/11, 2011 at 15:44
1

© 2022 - 2024 — McMap. All rights reserved.