I created a bootstrapper EXE file which have .Net prerequisite and my MSI chained together. I am able to install/uninstall successfully using this EXE.
Now customer wants a condition where he should see a warning message if app is open and user trying to uninstall it. Is it possible to do this job with standardBootstrapper or I should write custom BA. I really dont know which condition and code I should write for this if custom is the only solution. Any lights in this will be a great help.