I'm using visual studio 2013 , I have an MSI installer that works fine , during the installation I'm installing another software - lets name it test sw- using command line , like this
Process process = Process.Start(Path, "/verysilent");
if I uninstall the test sw manually , how can I re-install it when I repair from the MSI for the main application ?