Hi,
We have developped an hybride extension (html + plugins).
Actually, we use ExManCmd line tool to install our extension.
But we have some issues. Depending on which computer you are using it, there is a different result.
Windows;
On a first Windows 10 64 bits workstation: it is fine.
On a second Windows 10 64 bits workstation: ko. (plugins are not copied in adobe plugins directory).
Mac:
It used to work on Mac, but since the last release, it is not woking anymore. And we don't know why.
This is quite annoying.
Any help would be appreciated.
Thx,
Thomas.
mxi file (used for making hybride extension):
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<macromedia-extension
id="com.poc.test"
name="Extension"
requires-restart="true"
version="1.0.0">
<author name="toto"/>
<description>
<![CDATA[<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
bla bla 1.
bla bla 2.]]>
</description>
<license-agreement>
<![CDATA[bla bla3]]>
</license-agreement>
<products>
<product familyname="Illustrator" version="19.0"/>
</products>
<files>
<file file-type="CSXS" source="com.poc.test.zxp" product="Illustrator,Illustrator32,Illustrator64" destination=""/>
<file destination="$plugin" file-type="plugin" platform="mac" products="Illustrator" source="cs_resources/Mac/plugin1.aip"/>
<file destination="$plugin" file-type="plugin" platform="win" products="Illustrator32" source="cs_resources/Win/Win32/plugin1.aip"/>
<file destination="$plugin" file-type="plugin" platform="win" products="Illustrator64" source="cs_resources/Win/x64/plugin1.aip"/>
<file destination="$plugin" file-type="plugin" platform="mac" products="Illustrator" source="cs_resources/Mac/plugin2.aip"/>
<file destination="$plugin" file-type="plugin" platform="win" products="Illustrator32" source="cs_resources/Win/Win32/plugin2.aip"/>
<file destination="$plugin" file-type="plugin" platform="win" products="Illustrator64" source="cs_resources/Win/x64/plugin2.aip"/>
<file destination="$plugin" file-type="ordinary" platform="mac" products="Illustrator" source="cs_resources/Plugins_EN.txt"/>
<file destination="$plugin" file-type="ordinary" platform="mac" products="Illustrator" source="cs_resources/Plugins_FR.txt"/>
<file destination="$plugin" file-type="ordinary" platform="mac" products="Illustrator" source="cs_resources/Plugins_JA.txt"/>
<file destination="$plugin" file-type="ordinary" platform="mac" products="Illustrator" source="cs_resources/Plugins_IT.txt"/>
<file destination="$plugin" file-type="ordinary" platform="mac" products="Illustrator" source="cs_resources/Plugins_ES.txt"/>
<file destination="$plugin" file-type="ordinary" platform="mac" products="Illustrator" source="cs_resources/Plugins_CN.txt"/>
<file destination="$plugin" file-type="ordinary" platform="mac" products="Illustrator" source="cs_resources/Plugins_TW.txt"/>
<file destination="$plugin" file-type="ordinary" platform="mac" products="Illustrator" source="cs_resources/Plugins_DE.txt"/>
<file destination="$plugin" file-type="ordinary" platform="win" products="Illustrator32,Illustrator64" source="cs_resources/Plugins_EN.txt"/>
<file destination="$plugin" file-type="ordinary" platform="win" products="Illustrator32,Illustrator64" source="cs_resources/Plugins_FR.txt"/>
<file destination="$plugin" file-type="ordinary" platform="win" products="Illustrator32,Illustrator64" source="cs_resources/Plugins_JA.txt"/>
<file destination="$plugin" file-type="ordinary" platform="win" products="Illustrator32,Illustrator64" source="cs_resources/Plugins_IT.txt"/>
<file destination="$plugin" file-type="ordinary" platform="win" products="Illustrator32,Illustrator64" source="cs_resources/Plugins_ES.txt"/>
<file destination="$plugin" file-type="ordinary" platform="win" products="Illustrator32,Illustrator64" source="cs_resources/Plugins_CN.txt"/>
<file destination="$plugin" file-type="ordinary" platform="win" products="Illustrator32,Illustrator64" source="cs_resources/Plugins_TW.txt"/>
<file destination="$plugin" file-type="ordinary" platform="win" products="Illustrator32,Illustrator64" source="cs_resources/Plugins_DE.txt"/>
</files>
</macromedia-extension>