etlegacy-libs/jpegturbo/release/Distribution.xml.in

25 lines
632 B
XML
Raw Normal View History

2015-01-24 20:09:39 +00:00
<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
2019-12-22 15:51:45 +00:00
<title>@CMAKE_PROJECT_NAME@</title>
2015-01-24 20:09:39 +00:00
<welcome file="Welcome.rtf" />
<readme file="ReadMe.txt" />
<license file="License.rtf" />
<domains
enable_anywhere="false"
enable_currentUserHome="false"
enable_localSystem="true"
/>
<options customize="never" />
<choices-outline>
<line choice="default">
2019-12-22 15:51:45 +00:00
<line choice="@PKGID@"/>
2015-01-24 20:09:39 +00:00
</line>
</choices-outline>
<choice id="default"/>
2019-12-22 15:51:45 +00:00
<choice id="@PKGID@" visible="false">
<pkg-ref id="@PKGID@"/>
2015-01-24 20:09:39 +00:00
</choice>
<pkg-ref auth="root"
2019-12-22 15:51:45 +00:00
id="@PKGID@">@PKGNAME@.pkg</pkg-ref>
2015-01-24 20:09:39 +00:00
</installer-gui-script>