I am running SSIS from a C# application. I would like to run the SSIS process using the dtexec utility but without showing the dtexec window when running. I have set the ProcessStartInfo.CreateNoWindow to true yet dtexec still displays the window. I assume this is due to dtexec and not C#, but I cannot find a argument for dtexec that will keep it from displaying the window. I am hoping somebody knows a way to keep the dtexec window from displaying when it is running. Any help will be greatly appreciated.
Rob