Exit code for file in binary table
Hi,
Using Wise Installer editor,
A custom action that calls an installation file (inside binary table), set at Synchronous and NOT ignoring exit code. Can I set anything that let me decide myself if I want the MSI to exit with an error or not? Like managing the return code and tell MSI to exit on that code and not to exit if another code?
Thks
Using Wise Installer editor,
A custom action that calls an installation file (inside binary table), set at Synchronous and NOT ignoring exit code. Can I set anything that let me decide myself if I want the MSI to exit with an error or not? Like managing the return code and tell MSI to exit on that code and not to exit if another code?
Thks
0 Comments
[ + ] Show comments
Answers (10)
Please log in to answer
Posted by:
happyphunn
14 years ago
Posted by:
anonymous_9363
14 years ago
Posted by:
unreal2me
14 years ago
Posted by:
pjgeutjens
14 years ago
I suppose what you could try is to write your own (vbs) function that starts the installer and catches the return code. Have this function return the desired exit code.
If you then make a CA that runs your vbs you can control the exit codes completely. If I remember correctly they're as follows:
0 - did nothing - succes
1 - did something - succes
3 - failed - rollback
PJ
If you then make a CA that runs your vbs you can control the exit codes completely. If I remember correctly they're as follows:
0 - did nothing - succes
1 - did something - succes
3 - failed - rollback
PJ
Posted by:
unreal2me
14 years ago
Posted by:
anonymous_9363
14 years ago
Posted by:
unreal2me
14 years ago
Posted by:
pjgeutjens
14 years ago
Posted by:
unreal2me
14 years ago
Posted by:
pjgeutjens
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.