I have a batch file with some commands that I need to run with my installer, but I'd rather a console not appear (in Windows). I'm executing the batch file from a WiX installer, via a custom action. I tried adding an @ECHO OFF
to the top of the file, but that didn't seem to do anything.
Is there a way that I can run this batch file silently?