How can I make a C++ or C program that launches an external application (like the install of another application) wait for the completion of that app before continuing it's process? And... kill the launched external app if necessary?
This has been done in VisualBasic:
This has been done in VisualBasic: