1<?xml version="1.0" encoding="utf-8"?> 2<installer-gui-script minSpecVersion="1"> 3 <title>libjpeg-turbo</title> 4 <welcome file="Welcome.rtf" /> 5 <readme file="ReadMe.txt" /> 6 <license file="License.rtf" /> 7 <domains 8 enable_anywhere="false" 9 enable_currentUserHome="false" 10 enable_localSystem="true" 11 /> 12 <options customize="never" /> 13 <choices-outline> 14 <line choice="default"> 15 <line choice="com.libjpeg-turbo.libjpeg-turbo"/> 16 </line> 17 </choices-outline> 18 <choice id="default"/> 19 <choice id="com.libjpeg-turbo.libjpeg-turbo" visible="false"> 20 <pkg-ref id="com.libjpeg-turbo.libjpeg-turbo"/> 21 </choice> 22 <pkg-ref auth="root" 23 id="com.libjpeg-turbo.libjpeg-turbo">libjpeg-turbo.pkg</pkg-ref> 24</installer-gui-script> 25