packagemaker Questions
6
I'm making Development tool which needs Git, Heroku, Python, Ruby.
So I need package installer to check and install git and heroku toolbelt, if those are not exist.
In my guess, I can use package...
Hagioscope asked 8/5, 2013 at 15:22
5
I have an electron app built and packaged for macOS in a .app file. The app requires ffmpeg to be installed on the end-user's computer to be used.
Currently, I've had to manually install ffmpeg o...
Zorina asked 25/6, 2016 at 14:41
4
I want to create a native Mac OS X package installer, the creation of the package is not really the problem, the real deal is the dependencies that have to get installed; I need to install Python, ...
Passementerie asked 9/2, 2012 at 5:21
4
When signing an app from an ssh terminal session, I am getting the following error:
productsign[29321:707] SignData failed: CSSMERR_CSP_NO_USER_INTERACTION (-2147415840)
productsign was working ...
Agitation asked 29/4, 2013 at 12:56
2
I want to do my installation of pkg file as silent install from mac terminal. So i used the below command to do silent install.
sudo installer -store -pkg "/User/MyName/Desktop/helloWorld.pkg" -ta...
Tinstone asked 4/2, 2015 at 15:34
4
Solved
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...
Hadst asked 3/8, 2012 at 13:30
1
I am trying to package an application I have been working on using OSX. I have the package created and I can do some basic (check system values etc) checks.
What I now want to do is to gathe...
Frolick asked 12/3, 2013 at 10:2
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
4
I am wondering how to start an application after installation with PackageMaker. I am receiving tons of emails from my users asking me why the app does not start automatically.
Thanks in advance f...
Binturong asked 7/12, 2010 at 13:22
5
Solved
As a service to my users I would like to provide an uninstall script to completely remove all traces of my application on Mac OS X. The application is installed using a package rather than just bei...
Ore asked 15/3, 2011 at 13:58
3
Solved
I am developing a Mac OS X application(cloud printing application). To run my application i need some support drivers. So i packed those drivers and my application using package maker software. And...
Serilda asked 4/2, 2015 at 7:4
1
Solved
I am using a preflight bash script in packagemaker :
run cp -pf "/folder/to/my/db" "/Library/Application Support/app/db
The run function (that I found on StackOverflow by the way) :
run() { $*; ...
Lohengrin asked 11/9, 2014 at 14:54
2
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 st...
Wattenberg asked 12/9, 2011 at 21:18
2
Solved
My installer is created using PackageMaker. After that I codesigned the installer using the following command.
productsign --sign 'Blah, Inc.' Install.mpkg/ CS/Install.mpkg
This seem to work pret...
Absence asked 5/8, 2013 at 2:55
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
3
Everything worked on 10.5, but now my PackageMaker installation project is broken. I've been fighting a problem for a few days now, and either
Snow Leopard (OS X 10.6.1) has broken PackageMaker i...
Mosasaur asked 14/9, 2009 at 13:14
1
I am making an app in python. Using python 2.7 on mac osx 10.8.5. I converted python code into an app using py2app. Then I converted myapp.app into package myapp.pkg using Packages.
I am using a co...
Palmary asked 10/11, 2013 at 18:22
2
I am using PackageMaker for the installer of my application (which is more than a simple bundle).
I am wondering how to create an uninstaller, where to install it and how to provide to the user a w...
Virendra asked 7/12, 2010 at 13:20
3
Solved
I'm running a business where we are creating email stationeries for people. We have some Mac users that currently have to download a zip file and manually copy that to their mail stationeries direc...
Osbourne asked 19/8, 2011 at 1:37
2
I'm trying to create an install package. I've got all my components, and I think I understand most of the process. I want to have an install/set-up script that is run as part of the install. I plan...
Malacostracan asked 24/5, 2010 at 17:38
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
1
Solved
I know it's possible to give a .pkg file an icon which is seen on my Mac, but I want to make it so it's seen by everyone who might get this package.
I've seen this before so I know it's possible, ...
Agog asked 25/11, 2012 at 23:12
0
I need to create installer for a product for Mac OS X using CPack with PackageMaker as the generator.
I have done some small work, but I have many things that I want to find out.
set(CPACK_...
Cyclotron asked 20/8, 2012 at 10:32
1
Solved
I am trying to figure out how to programmatically change System Preference settings on the Mac OS X. If that is not possible, create some post-installation automation script (using Apple Script or ...
Kosiur asked 10/1, 2012 at 1:37
1
Solved
I placed my app bundle in PackageMaker and tried to build it and now I am getting this error:
error could not copy resources to en.lproj
Any ideas? Thanks
Screen Shot:
Bb asked 16/12, 2011 at 18:43
1 Next >
© 2022 - 2025 — McMap. All rights reserved.