I have built my pkg in mac using pkgbuild and productbuild. How can we change the text and position of UI buttons in installer pages
Asked
Active
Viewed 605 times
0

MacDeveloper
- 1,334
- 3
- 16
- 49
1 Answers
1
You can't. The UI comes from Apple's "Installer.app" and the position of UI elements can not be changed.

Vikram Singh
- 1,726
- 1
- 13
- 25
-
Thanks for your response. Is their any way we can skip any of these steps or can i merge them in to one screen – MacDeveloper Apr 01 '15 at 05:14
-
Not sure. But if you are looking for customizations, please look at the xml attributes available in distribution.dist of a package. You may get some explanation at http://macinstallers.blogspot.in/2013/01/xml-attributes-of-packagemaker.html – Vikram Singh Apr 01 '15 at 08:54