Advertisement
Guest User

Before Distribution.xml

a guest
Dec 9th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <installer-gui-script minSpecVersion="1">
  3. <pkg-ref id="com.mycompany.myapp.pkg"/>
  4. <options customize="never" require-scripts="false"/>
  5. <choices-outline>
  6. <line choice="default">
  7. <line choice="com.mycompany.myapp.pkg"/>
  8. </line>
  9. </choices-outline>
  10. <choice id="default"/>
  11. <choice id="com.mycompany.myapp.pkg" visible="false">
  12. <pkg-ref id="com.mycompany.myapp.pkg"/>
  13. </choice>
  14. <pkg-ref id="com.mycompany.myapp.pkg" version="0" onConclusion="none">MyApp.pkg</pkg-ref>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement