Imported Upstream version 1.5.3
[platform/upstream/libjpeg-turbo.git] / release / Distribution.xml.in
1 <?xml version="1.0" encoding="utf-8"?>
2 <installer-gui-script minSpecVersion="1">
3         <title>@CMAKE_PROJECT_NAME@</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="@PKGID@"/>
16                 </line>
17         </choices-outline>
18         <choice id="default"/>
19         <choice id="@PKGID@" visible="false">
20                 <pkg-ref id="@PKGID@"/>
21         </choice>
22         <pkg-ref auth="root"
23                 id="@PKGID@">@PKGNAME@.pkg</pkg-ref>
24 </installer-gui-script>