"c:\jenkins\nightbuild\Setup-Application Name-8.12-#28.exe" /c=installCmd.xml
- this is working script started automatic instalacion.
Im not able start this command line using PowerShell.
I tryed many ways but nothing is working like from cmd.
& "c:\jenkins\nightbuild\Setup-Application Name-8.12-#28.exe" /c=installCmd.xml
Its not working even on local server.
http://social.technet.microsoft.com/wiki/contents/articles/7703.powershell-running-executables.aspx
- I tryed many ways from this article too.