-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccelerad.xml
More file actions
19 lines (18 loc) · 762 Bytes
/
accelerad.xml
File metadata and controls
19 lines (18 loc) · 762 Bytes
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" standalone="no"?>
<installer-gui-script minSpecVersion="2">
<title>Accelerad</title>
<license file="license/Accelerad_EULA.rtf" mime-type="application/rtf"/>
<conclusion file="edit_path.rtf" mime-type="application/rtf"/>
<pkg-ref id="com.mit.accelerad"/>
<options customize="never" require-scripts="false"/>
<choices-outline>
<line choice="default">
<line choice="com.mit.accelerad"/>
</line>
</choices-outline>
<choice id="default"/>
<choice id="com.mit.accelerad" visible="false">
<pkg-ref id="com.mit.accelerad"/>
</choice>
<pkg-ref id="com.mit.accelerad" version="0.6" onConclusion="none">AcceleradPkg.pkg</pkg-ref>
</installer-gui-script>