File: distribution_template.xml

package info (click to toggle)
dynare 7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 79,248 kB
  • sloc: cpp: 82,011; ansic: 28,583; objc: 12,573; yacc: 5,105; pascal: 2,374; lex: 1,502; python: 1,118; sh: 1,116; makefile: 605; lisp: 162; xml: 18
file content (19 lines) | stat: -rw-r--r-- 1,386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
  <title>Dynare VERSION_NO_SPACE</title>
  <background file="background.png" scaling="tofit" mime-type="image/png" alignment="topleft" />
  <background-darkAqua file="background.png" scaling="tofit" mime-type="image/png" alignment="topleft" />
  <welcome file="welcome.html" mime-type="text/html" />
  <conclusion file="conclusion.html" mime-type="text/html" />
  <license file="gpl-3.0-standalone.html" mime-type="text/html" />
  <domains enable_anywhere="false" enable_currentUserHome="true" enable_localSystem="false"/> <!-- on enable_currentUserHome="true" does not require admin rights! enable_localSystem="true" or enable_anywhere="true" requires admin rights by default, even though this can be changed in the installer though under Change Installation. -->
  <pkg-ref id="default" />
  <options customize="allow" require-scripts="false" hostArchitectures="x86_64,arm64" />
  <choices-outline>
    <line choice="default" />
  </choices-outline>
  <choice id="default" title="Dynare" description="Dynare Required Files" start_enabled="false" enabled="false" customLocation="/Applications/Dynare/LOCATION">
    <pkg-ref id="org.dynare.VERSION_NO_SPACE" />
  </choice>
  <pkg-ref id="org.dynare.VERSION_NO_SPACE" version="VERSION_NO_SPACE">dynare-VERSION_NO_SPACE.pkg</pkg-ref>
</installer-gui-script>