Skip to main content
Inspiring
February 3, 2024
Answered

ZXPsigncmd Error - Arguments are invalid. Process failed.

  • February 3, 2024
  • 2 replies
  • 633 views

Hi, i created the digital sign with zxpsigncmd (selfSign) and now i'm trying to create the zxp. I already did this once, time ago, and it works well. This time, it keep giving me this error:

 

Error - Arguments are invalid. Process failed.

 

I tried several paths and combinations, but nothing.

I used this string (all files are in c: and the script folder is in c:\smart):

 

zxpsigncmd -sign smart smart.zxp digitalSign.p12 myPassword -tsa http://time.certum.pl/

 

(i alsto tried without timestamp)

 

I'm using windows 11.

Edit: also tried on win 10 pro, same issue.

Any idea?

 

Thanks

 

 

This topic has been closed for replies.
Correct answer Bruce Bullis

Try a trailing slash after the directory name: 

zxpsigncmd -sign smart/ smart.zxp digitalSign.p12 myPassword -tsa http://time.certum.pl/



2 replies

Bruce Bullis
Community Manager
Bruce BullisCommunity ManagerCorrect answer
Community Manager
October 7, 2024

Try a trailing slash after the directory name: 

zxpsigncmd -sign smart/ smart.zxp digitalSign.p12 myPassword -tsa http://time.certum.pl/



Charu Rajput
Community Expert
Community Expert
October 6, 2024

Hi,

@Cad81 - Make sure, you path is corrcet mention for the input folder "smart"

Best regards