How to install SSIS Plus from command line as a silent install.
How to install SSIS Plus from command line as a silent install.
This command should do silent install:
msiexec /qn /passive /i "SSISPlus-x64.msi" AGREETOLICENSE=yes
You can also do a silent uninstall: msiexec /qn /x "SSISPlus-x64.msi"