What is in trend in Mac OSX world Pkg or Dmg?

Viewed 3458

As DMG and PKG both are widely used for installation in Mac OSX. I have seen many DMG in the last decade, now I see more PKGs.

I need to ship an app that is around 100 MB, I am not sure what installation style should I choose.

So why people moved to PKGs from DMGs? Is there any Apple documentation that says what and when to use?

1 Answers

If you need to run some scripts pre or post installation of your app, then pkgs need to be used. If you just need the app to be copied to Dmg

Related