Skip to main content
Inspiring
August 2, 2022
Question

exclude Windows 32 in MXI

  • August 2, 2022
  • 0 replies
  • 120 views

Hello, I'm not sure that this is a right forum for my question, but anyway.
I want to publish my plugin to make it visible in Creative Cloud and Adobe Exchange. So I've made a zxp-archive. My plugin can be run only on MacOS and Windows x64. I've written in mxi-file the following lines:

<products>

    <product name="After Effects" version="18" platform="mac" />

    <product name="After Effects" version="18" platform="win" bit="64" />

</products>

but it didn't help. On adobe-exchange preview page I still see "Compatibility: Windows 32, Windows 64, Mac"

What am I doing wrong?

This topic has been closed for replies.