I created a windows installer project for a WPF application which should also installer a 3rd party driver.exe and another 3rd party tool(another windows application) xyz.exe along with my MSI file created. So, I add both the 3rd party driver and tool to the commit actions. I want to install my WPF application 1st and then the driver and followed by 3rd party tool.
Currently, my WPF application is installing good followed by the driver. But when it is trying to install it is giving me an this error "There is a problem with this windows installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor."