1

I have a custom installer class that fires OnAfterInstall, how can I read values that were entered by the user in the pervious installation screens? The values are entered in textboxes.

Also how can I force the installation to fail in my custom installer class and display an appropriate message to the user regarding the failure?

1 Answer 1

1

One solution would be to pass the values from the previous text boxes from page to page via Hidden Fields, then read from those fields when OnAfterInstall is thrown.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.