Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RunProgram error codes not handled #4

Open
alessioarena opened this issue Oct 11, 2018 · 0 comments
Open

RunProgram error codes not handled #4

alessioarena opened this issue Oct 11, 2018 · 0 comments

Comments

@alessioarena
Copy link

I built a SFX using 7zip and the SFXMod.
This successfully extracts files and runs the RunProgram. However it looks like it is completely ignoring the return code of the RunProgram and spawning a FinishMessage instead of the expected ErrorMessage.

Is this the correct behaviour? I could not find any explicit documentation around that, but many forum posts mention that 7zip SFX are designed to intercept and handle the return codes

The RunProgram is a batch script calling a python script using a specific Python version.
The python script returns 2 if fails, and the batch script does the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant