Skip to main content
Inspiring
November 14, 2016
Answered

Is it possible to install in Premiere Pro CC 2017 the panel plug-in using ExpManCmd.exe ?

  • November 14, 2016
  • 1 reply
  • 2306 views

It runs the ExpManCmd.exe to install the panel plug-in can not be installed returns the status value of -403.

There was no problem in Premiere Pro CC 2015.4, but is a situation that can not resolve the problem Premiere Pro CC 2017.

*OS is Windows7.

I am developing the panel plug-in of Premiere Pro of my for customers.

Customer's environment can not use a internet.

For this reason it is necessary to install by ExpManCmd.exe.

Thank you.

This topic has been closed for replies.
Correct answer H.T

I received it, and I too get an installation failure; -411, compatible app not found.

Could you change this line, build a new .zxp, and see whether it helps?

Old:

<Host Name="PPRO" Version="[7.0,11.0]" />

New:

<Host Name="PPRO" Version="7.0" />

I have solved the problem.

On my PC there were two problems with running ExManCmd.

1. 'Failed to install, status = -403!'

   I found a workaround.

   Uninstalling 'Extention Manager CC' solved it.

2. 'Failed to install, status = -411!'

   This error code could be solved with your advice.

Thank you very much.

1 reply

Bruce Bullis
Legend
November 14, 2016

What versions of PPro does your panel's manifest say it supports?

H.TAuthor
Inspiring
November 14, 2016

This is the version description in manifest.html of my plugin.

<ExecutionEnvironment>

  <HostList>

   <Host Version="[7.0,11.0]" Name="PPRO"/>

  </HostList>

  <LocaleList>

   <Locale Code="All"/>

  </LocaleList>

  <RequiredRuntimeList>

   <RequiredRuntime Version="6.0" Name="CSXS"/>

  </RequiredRuntimeList>

</ExecutionEnvironment>

Bruce Bullis
Legend
November 15, 2016

That should work.

Perhaps you're running an older version of ExManCmd? Here's the latest.

Can you post the .zxp somewhere, for me? [Our mail gateway will block it.]