1 <?xml version="1.0" encoding="UTF-8"?>
 2 <installer-gui-script minSpecVersion="1.0">
 3     <options rootVolumeOnly="true" hostArchitectures="@macos-arch@"/>
 4     <!--+==========================+
 5         |       Presentation       |
 6         +==========================+-->
 7     <title>Amazon Corretto @major@</title>
 8     <background file="amazon.png" scaling="proportional" alignment="bottomleft"/>
 9     <background-darkAqua file="amazon.png" scaling="proportional" alignment="bottomleft"/>
10     <welcome file="introduction.html"/>
11     <!--+==========================+
12         |         Installer        |
13         +==========================+-->
14     <choices-outline>
15         <line choice="installer_choice_1"/>
16     </choices-outline>
17     <choice id="installer_choice_1" title="amazon-corretto-@major@.jdk" description="">
18         <pkg-ref id="com.amazon.corretto.@major@"/>
19     </choice>
20     <!--+==========================+
21         |    Package References    |
22         +==========================+-->
23     <pkg-ref id="com.amazon.corretto.@major@" version="@full@" auth="root" customLocation="/Library/Java/JavaVirtualMachines/amazon-corretto-@major@.jdk">amazon-corretto-@major@.jdk.pkg</pkg-ref>
24 </installer-gui-script>