Questions tagged [packagemaker]

PackageMaker is a utility for creating installer packages to be used with Mac OS X. Earlier, it was bundled with Apple's Xcode developer tools but with release of XCode 4.3, it comes in separate Auxiliary Tools package. It supports both GUI mode and command-line mode of creating installer packages for MacOS.

184 questions
0
votes
0 answers

Is it possible to install files on reboot on Mac?

I'm working on some Mac software that requires the browser to be closed in order to properly install. Instead of asking the user to shutdown their browser during the install process, i would prefer just to complete the install after the user's next…
Spilly
  • 1,069
  • 2
  • 9
  • 16
0
votes
1 answer

Applescript from PackageMaker

This is my first time using packagemaker. Basically, I need to copy some files to some folder, and then open photoshop and load a .atn file. I have the applescript written but how can I execute this applescript from package maker? Thanks.
user635064
  • 6,219
  • 12
  • 54
  • 100
0
votes
1 answer

PackageMaker differentiate between PPC and Intel

Okay, so, I'm making an installer package for Mac OS X. I have it place a driver file onto the system, but there's no Universal version of the driver. How can I make the Installer drop a different file depending on whether the computer is a PowerPC…
Nick
  • 6,900
  • 5
  • 45
  • 66
0
votes
1 answer

What are the risks of doing my own cross platform (Win + OSX) installer?

I have a quite complicated build process involving different directories (for plugins) ; currently using NSIS on Windows and PackageMaker on OSX but have issues improving them as my install / uninstall process is getting more complex with time. The…
ttoinou
  • 13
  • 3
0
votes
1 answer

Mac OS and PackageMaker: Allowing user to choose language during installation

I am implementing a Mac application. Its Windows version is already implemented. Now I am facing the following issue: implementation of the new package with multiple languages. I.e., for the Windows version of the software, when executing the…
0
votes
1 answer

How to create packages for different configurations of the same product in PackageScript?

we call Mac PackageMaker from an Ant script, to build our product installation package. I would like to pass a parameter 'productConfiguration', that will direct the package to include or exclude certain components, e.g. in order to create a smaller…
Gil
  • 395
  • 4
  • 19
0
votes
1 answer

Using PackageMaker to install a Mail plugin?

I'm trying to make an Installer package for a Mail.app plugin I've created. It needs to do two things: 1. Install the .mailbundle (which is simply a folder) to ~/Library/Mail/Bundles 2. Run two Terminal commands to enable Mail bundles The crux of…
Aaron
  • 879
  • 7
  • 18
0
votes
1 answer

How do you include a preinstall script in an installer built via the packagemaker shell command?

I'm creating an installer via the packagemaker command as part of a script. I create the folder hierarchy in stagedRootPath and then use the --root parameter to build the installer. The problem is that I want to install things in the installing…
zekel
  • 9,227
  • 10
  • 65
  • 96
0
votes
1 answer

What is the proper way to set modifiable install path in PackageMaker?

First of all, I'm talking about PackageMaker, a GUI application; not packagemaker, a command-line program. I'm trying to make a install package that has three components, installed in different locations: XxxxBin.app application, default installed…
jiandingzhe
  • 1,881
  • 15
  • 35
0
votes
1 answer

Insert a web link to Mac OS X package installation in PackageMaker

I am using PakageMaker.app to create an installation package for Mac OS X and I'd like to insert a web link to my site on the Introduction screen of the installation. Is there any way to do this because I have not find any instruction about it in…
Dmytro
  • 2,522
  • 5
  • 27
  • 36
0
votes
1 answer

Packagemaker for copy files

I'm making an application and some default files for the entire organization and these files should be copied in the directory /Users//Library/MyDirectory/ in every machine. I want to deploy this application and files as an installer…
Johnykutty
  • 12,091
  • 13
  • 59
  • 100
0
votes
1 answer

How to get the absolute path of installer package inside package maker?

During installation, I want to get the the absolute path of current installer package (created using package maker). So that i can able to read the value of plist file(Located in same package path) inside post/pre install scripts during package…
santhosh
  • 1,191
  • 4
  • 14
  • 28
0
votes
2 answers

Not able to find Packagemaker

I am working with Xcode 6 on Mac osx 10.9.5. I need to create installer package but I am not able to find "Packagemaker". I have downloaded from "Downloads for Apple Developers" but that .dmg not contain "Packagemaker". So can anyone have faced same…
nadim
  • 776
  • 1
  • 12
  • 26
0
votes
1 answer

Removing plugins from a .pkg file

I am using an user registration plugin that is included in iceberg installer. Registration dialog is appeared and everything works fine in the installer. But the problem here is when i right click the .pkg file and go to "Show Package contents"…
0
votes
1 answer

PackageMaker install script for rxtx

I am using PackageMaker to create an installer for my application. During installation I need to run a bash script to properly install rxtx, a JNI library for serial port communication. This library needs to have the directory /var/lock in place…
vinzenzweber
  • 3,379
  • 4
  • 24
  • 26