【发布时间】:2014-06-09 17:50:26
【问题描述】:
我正在尝试让 Hudson 作业在 Windows 8 VM 上运行 Windows 可执行文件。当我尝试运行 exe 文件时,出现错误:
java.io.IOException: Cannot run program "C:\hudson\workspace\workspaceName\installer\bin\fileToExecute.exe": CreateProcess error=740, The requested operation requires elevation
有没有人遇到这个并让它自动运行?我不能只在 VM 上拥有 exe 文件并设置其权限,因为在每次构建开始时都会下载一个新副本。
提前致谢。
【问题讨论】: