Validation while installing windows desktop application
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
I am creating a WPF windows desktop application. I need to do some validation, while installation of the application, if the validation fails i need to stop the installation, else complete the installation. I am not sure how this can be achieved, I have been searching on the net whole day. I found this article: http://msdn.microsoft.com/en-us/library/dd997001.aspx for creating a custom installer. But it requires to create a seperate application and use the custom installer to install the application. Is it possible to override the default installer?