making a installation package

Post Reply
User avatar
plantenkennis
Posts: 151
Joined: Wed Nov 25, 2015 7:13 pm
Location: the Netherlands
Contact:

making a installation package

Post by plantenkennis »

Hello,
Maybe this is not the place to ask this, but I try.

My app is nearly finished and now I want to distribute it. I think I need to make a pkg file, but I don't know how. This is the requirement:
  • the app must be placed in the /program/ folder
    the database I want to put in the users/USERNAME/plantenkennis'/ folder so I can reach them with my app
I think I need to use pkgbuild or or productbuild, but I don't know how to use all commands. I have read a lot on it on the internet, but now I am stuck (and hopeless :cry: )

Hope someone has a script example on how to do this.
Kind regards,

René Koot
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: making a installation package

Post by Antonio Linares »

René,

Have a look at fivemac/setup/fivemac.pmproj
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: making a installation package

Post by Antonio Linares »

It seems as pmproj is deprecated

Please review:
http://stackoverflow.com/questions/1148 ... -ready-pkg
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: making a installation package

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
plantenkennis
Posts: 151
Joined: Wed Nov 25, 2015 7:13 pm
Location: the Netherlands
Contact:

Re: making a installation package

Post by plantenkennis »

Hello Antonio,

I think packages is just what I need. With the online help I was able to build a pkg file. Thanks.
Kind regards,

René Koot
Post Reply