Multiple .pkg's

Asked by goosesensor

Hello.

I have Sparkle all set up for an app that is distributed as a .pkg installer inside a .dmg file. It works great.

However, I would like to include a second .pkg containing a preflight script for uninstalling. How will Sparkle handle this? Is there a way to define which .pkg is the right one for Sparkle to use to install updates?

Much thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Sparkle Edit question
Assignee:
No assignee Edit question
Solved by:
goosesensor
Solved:
Last query:
Last reply:
Revision history for this message
Andy Matuschak (andymatuschak) said :
#1

Sparkle will use the .pkg which has the same name as your app's CFBundleName.

Revision history for this message
goosesensor (q-m-k) said :
#2

Excellent. Thank you Andy, much appreciated. :)