I have my windows based application using visual studio 2013 and InstallShield 2013 limited edition windows installer.
When I am uninstalling my existing application it will shows "The setup must update files or services that cannot be updated while the system is running. if you choose to continue, a reboot will be required to complete the setup" like this...
How can I Suppress this window when I am uninstalling my application without stopping the services manually? Suggest me any approach be using code or InstallShield configuration.