I have a requirement which has some operation to be performed before installing an application and some operation to be performed after the installation of the same application. I am thinking of implementing this through Windows Forms (C#). I do not have much experience in designing windows forms application as my experiences are more on designing web applications. Can you guys guide me how can I achieve the above?
In short my workflow is -> (some operation)-> install the software (3rd party) -> (some operation) (How can I find an application installation is done?)
Thanks.