Skip to content

Commit 54cd2d0

Browse files
authored
sample id.mxi
1 parent e82d575 commit 54cd2d0

File tree

1 file changed

+38
-0
lines changed
  • Package Distribute Install

1 file changed

+38
-0
lines changed

Package Distribute Install/id.mxi

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<macromedia-extension
3+
id="EXTENSION-ID"
4+
name="EXTENSION-NAME"
5+
requires-restart="true"
6+
version="1.0.0">
7+
8+
<author name="NAME"/>
9+
10+
<description>
11+
<![CDATA[PRODUCT-DESCRIPTION]]>
12+
</description>
13+
14+
<ui-access>
15+
<![CDATA[LOCATION-INSTRUCTION]]>
16+
</ui-access>
17+
18+
<license-agreement>
19+
<![CDATA[LICENSE-AGREEMENT]]>
20+
</license-agreement>
21+
22+
<products>
23+
<product familyname="Photoshop" version="14"/>
24+
</products>
25+
26+
<files>
27+
<file source="PANEL/html.zxp"
28+
destination=""
29+
file-type="CSXS"
30+
products="Photoshop"
31+
minVersion="14.0" />
32+
<file source="PSD/"
33+
destination="$Downloads"
34+
file-type="ordinary"
35+
products="Photoshop"
36+
minVersion="14.0" />
37+
</files>
38+
</macromedia-extension>

0 commit comments

Comments
 (0)