I am developing a WPF Windows desktop application. I need to add a validation logic during the installation of the application. If the validation fails I need to stop the installation else complete the installation. Can this be achieved in Click once deployment.
Please let me know your thoughts or redirect me to any other DL where I can get some recommendation.