blob: e1f79eeec11b4da39fdba49ab7c5d68e6e63c5c9 [file] [log] [blame]
DRCb1068fa2014-03-23 17:53:07 +00001<?xml version="1.0" encoding="utf-8"?>
2<installer-gui-script minSpecVersion="1">
Leon Scroggins III3993b372018-07-16 10:43:45 -04003 <title>@CMAKE_PROJECT_NAME@</title>
DRCb1068fa2014-03-23 17:53:07 +00004 <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">
Leon Scroggins III3993b372018-07-16 10:43:45 -040015 <line choice="@PKGID@"/>
DRCb1068fa2014-03-23 17:53:07 +000016 </line>
17 </choices-outline>
18 <choice id="default"/>
Leon Scroggins III3993b372018-07-16 10:43:45 -040019 <choice id="@PKGID@" visible="false">
20 <pkg-ref id="@PKGID@"/>
DRCb1068fa2014-03-23 17:53:07 +000021 </choice>
22 <pkg-ref auth="root"
Leon Scroggins III3993b372018-07-16 10:43:45 -040023 id="@PKGID@">@PKGNAME@.pkg</pkg-ref>
DRCb1068fa2014-03-23 17:53:07 +000024</installer-gui-script>