Page 1 of 1

Error: "CalledProcessError ... Returned non-zero"

Published: April 25, 2016 - 4:28 PM
by Jules
Good morning,

I've already done some research but unfortunately I can't find a solution to my problem.

I tried to create a package for the "Unchecky" program, but when I install it on a machine I get the following error:
(The other packages install correctly without any problems)

Code: Select all

installing unchecky
CalledProcessError: Command '('"unchecky_setup.exe -install" /VERYSILENT',)' returned non-zero exit status 1
I don't really understand the meaning of this error, so if anyone has encountered it before or knows how to resolve it...

Thank you in advance, have a good day.

Re: Error: "CalledProcessError ... Returned non-zero"

Published: April 25, 2016 - 5:28 PM
by sfonteneau
According to the unchecky website: https://unchecky.com/faq

Your order must be:

Code: Select all

run('unchecky_setup.exe -install')

Re: Error: "CalledProcessError ... Returned non-zero"

Published: April 27, 2016 - 10:39 AM
by Jules
Thanks again, I'm sorry I'm still a beginner with this program. But I'm starting to understand.

Thanks again, have a good day.