While the MSI is running I want the application to start then immediately following I want it to stop and close out. I have a batch file to start the application below:
START C:\EmulatorSer\EmualtorSer.exe
would the opposite just be
END C:\EmulatorSer\EmulatorSer.exe