I am using Powershell script to run the SSIS package. Below is my code:-
runas /user:ABC /savecred "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe D:\SSIS.sln /run"
However, the code above runs the SSIS package by opening Visual Studio. How do I make the SSIS package runs without opening the Visual Studio ?