Replies: 3 comments 3 replies
-
Sorry, I do not have the answer. But your view of the appropriate algorithm does make sense:
The real problem is step |
Beta Was this translation helpful? Give feedback.
-
Actually for Step 1: The driver installer returns a return code 0,-1,etc. . I could check on that and decide on how to continue. In the bootstrapper code however, the return code of the prerequesite is not handled in any way i could see. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Done. v2.1.6 has been released |
Beta Was this translation helpful? Give feedback.
-
Hi,
I looked at the sources for NSIS bootstrapper and it seems to me, there is no way to implement a check on the return code of a prerequisite .exe installer.
I am dealing with a external driver installer exe that has to be deployed alongside my application. I would like to cancel installation progress if the driver install failed. Or even better - set some kind of return code/ prameter for wixsharp to evaluate. It would be great to have my custom main-msi come up with a message, that the driver could not be installed.
I know i could check on registry entries, but I am not aware of any of those from the proprietary driver installer.
Did I miss something here?
Thank you!
Adriano
Beta Was this translation helpful? Give feedback.
All reactions