File: distribution_template.xml

package info (click to toggle)
dynare 6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 67,796 kB
  • sloc: cpp: 79,110; ansic: 28,917; objc: 12,445; yacc: 4,537; pascal: 1,993; lex: 1,441; sh: 1,132; python: 634; makefile: 628; lisp: 163; xml: 18
file content (19 lines) | stat: -rw-r--r-- 1,388 bytes parent folder | download | duplicates (3)
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>