Automation 如何在Finalbuilder中使用PsExec执行.exe文件

Automation 如何在Finalbuilder中使用PsExec执行.exe文件,automation,exe,build-automation,psexec,finalbuilder,Automation,Exe,Build Automation,Psexec,Finalbuilder,我需要能够使用Finalbuilder在远程VM上运行.exe文件。我目前正在使用PsExec,我可以运行.msi文件,但不能运行.exe文件。在.exe文件中,我尝试以下操作: 在程序文件下我有 msiexec 这些是我的参数 /i C:\[filepath].exe INSTALLDIR=C:\[path] INSTALLMETHOD=silent INSTALLALIAS=LIVE INSTALLREBOOTMETHOD=0 /qn /l*v C:\[log path].txt Ps

我需要能够使用Finalbuilder在远程VM上运行.exe文件。我目前正在使用PsExec,我可以运行.msi文件,但不能运行.exe文件。在.exe文件中,我尝试以下操作:

在程序文件下我有

msiexec
这些是我的参数

/i C:\[filepath].exe INSTALLDIR=C:\[path] INSTALLMETHOD=silent 
INSTALLALIAS=LIVE INSTALLREBOOTMETHOD=0 /qn /l*v C:\[log path].txt
PsExec是否可以不运行.exe文件,或者是否有比PsExec更好的替代方案