I develop an InDesign plugin which supports versions from CS5.5 up to CC2014 on both Mac and Windows, installed with a zxp in Extension Manager.
While working on support for CC2015, for some reason the zxp now won't install on any versions on Windows through Extension Manager.
There have been minor code changes since it last worked (no new files with special characters as in Extension Manager CC failed to install extension) and the addition of CC2015 plugin files. Excluding the 2015 files from the zxp doesn't fix it.
The p12 is still valid and the same zxp installs on Mac fine for all supported versions (except 2015 but that's expected)
I've tried it with and without a timestamp in the ucf.jar command with the same results.
In the log file I get:
[Error] Mon Jul 13 16:27:57.072 2015 (SignatureValidator.cpp, 105) -CSignatureValidator::verifySignature: ZXPSign_verify() failed for "C:\ProgramData\Adobe\Extension Manager CC\Temp\TMP_20150713162640457", sign_status is 50!
[Error] Mon Jul 13 16:27:57.105 2015 (ExtensionBase.cpp, 170) -CExtensionManager::validateExtension: CSignatureValidator::verifySignature() failed for "C:\ProgramData\Adobe\Extension Manager CC\Temp\TMP_20150713162640457", status is -402!
[Error] Mon Jul 13 16:27:57.131 2015 (ExtensionBase.cpp, 607) -CExtensionBase::install: validateExtension() failed for zxp C:\Users\******\Desktop\myExtension.zxp, status = -402!
Any ideas why this is suddenly failing?
Thanks