DRC | b1068fa | 2014-03-23 17:53:07 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <installer-gui-script minSpecVersion="1"> |
Leon Scroggins III | 3993b37 | 2018-07-16 10:43:45 -0400 | [diff] [blame] | 3 | <title>@CMAKE_PROJECT_NAME@</title> |
DRC | b1068fa | 2014-03-23 17:53:07 +0000 | [diff] [blame] | 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"> |
Leon Scroggins III | 3993b37 | 2018-07-16 10:43:45 -0400 | [diff] [blame] | 15 | <line choice="@PKGID@"/> |
DRC | b1068fa | 2014-03-23 17:53:07 +0000 | [diff] [blame] | 16 | </line> |
| 17 | </choices-outline> |
| 18 | <choice id="default"/> |
Leon Scroggins III | 3993b37 | 2018-07-16 10:43:45 -0400 | [diff] [blame] | 19 | <choice id="@PKGID@" visible="false"> |
| 20 | <pkg-ref id="@PKGID@"/> |
DRC | b1068fa | 2014-03-23 17:53:07 +0000 | [diff] [blame] | 21 | </choice> |
| 22 | <pkg-ref auth="root" |
Leon Scroggins III | 3993b37 | 2018-07-16 10:43:45 -0400 | [diff] [blame] | 23 | id="@PKGID@">@PKGNAME@.pkg</pkg-ref> |
DRC | b1068fa | 2014-03-23 17:53:07 +0000 | [diff] [blame] | 24 | </installer-gui-script> |