I have a installation that I'm not sure why prompts for Disk 1. Knowing that the customer might not have Disk 1 I have to ship along the previous MSI and trigger it using install script using
LaunchAppAndWait("MsiExec.exe", sCmdLine + sValue, WAIT);
Where sCmdLine is /x and sValue is the path to my previous MSI.
I can trigger the uninstall but when I do it states there is another installation in process. Does anyone know what phase of the custom actions I should place my function to remove it properly