How to rollback using cancel button of message box while using custom installer?
I am using custom installer in my project . After welcome screen I have a custom form which has checkbox on it. After user selects checkbox then MessageBox dialogue pops up for YES|NO to proceed?
If response is YES , then I am copying some files.
If response is NO, I have to exit the entire set up, which is not happening currently. Files are getting copied too. On Cancel dialogue result
I want to access windows form control from another class of same project?
I have a rich textbox control on a windows form.
I want to update the log information in that control which
comes from another class in the same project.
Suggestions please?